Skip to content

Add metric for samples dropped by relabeling #6146

Add metric for samples dropped by relabeling

Add metric for samples dropped by relabeling #6146

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '~1.25'
- name: Run Tests
run: go test -race -v ./...