fix: Rename index fields to chunk_index and tool_call_index for clarity #43433
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI Metrics | |
on: | |
workflow_run: | |
workflows: | |
- "end-to-end" | |
- "Tests" | |
- "Slow Integration Tests" | |
types: | |
- completed | |
pull_request: | |
types: | |
- opened | |
- closed | |
jobs: | |
send: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: int128/datadog-actions-metrics@v1 | |
with: | |
datadog-api-key: ${{ secrets.DATADOG_API_KEY }} | |
datadog-site: "datadoghq.eu" | |
collect-job-metrics: true |