fix: use docstore.index for get_metadata_values_by_key (OpenSearch / elasticsearch) #28608
Workflow file for this run
This file contains 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" | |
- "Linting" | |
- "Tests" | |
- "REST API 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 |