relay/internal/runner/const.go
2022-08-13 01:00:10 -07:00

8 lines
120 B
Go

package runner
import "go.opentelemetry.io/otel/attribute"
const (
RunnerJobIDKey = attribute.Key("runner.job.id")
)