Skip to content

perf(prometheus.relabel): Reduce lock contention #9416

perf(prometheus.relabel): Reduce lock contention

perf(prometheus.relabel): Reduce lock contention #9416

Workflow file for this run

name: Test PR
on:
pull_request:
permissions:
contents: read
jobs:
lint:
uses: ./.github/workflows/lint.yml
test_linux:
name: Test Linux
runs-on: ubuntu-latest-8-cores
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version-file: go.mod
cache: false
- run: make GO_TAGS="nodocker" test