Skip to content

feat: attach trace exemplars to HTTP and transaction retry metrics, a… #3018

feat: attach trace exemplars to HTTP and transaction retry metrics, a…

feat: attach trace exemplars to HTTP and transaction retry metrics, a… #3018

Workflow file for this run

name: Format
on:
pull_request:
push:
merge_group:
env:
CGO_ENABLED: "0"
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
check-latest: true
go-version-file: go.mod
- run: make format
- name: Indicate formatting issues
run: git diff HEAD --exit-code --color