feat: add apiserver_admission_webhook_request_total metric #17060
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: PR | |
on: | |
pull_request: | |
paths-ignore: | |
- datadog_checks_base/datadog_checks/** | |
- datadog_checks_dev/datadog_checks/dev/*.py | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.head_ref }} | |
cancel-in-progress: true | |
jobs: | |
test: | |
uses: ./.github/workflows/pr-test.yml | |
with: | |
repo: core | |
secrets: inherit |