open-code-review/internal/telemetry
Fabiano Arruda 5829539379
Some checks failed
Deploy Pages / build (push) Has been cancelled
Deploy Pages / deploy (push) Has been cancelled
CI / test (push) Has been cancelled
CI / cross-compile (amd64, darwin) (push) Has been cancelled
CI / cross-compile (amd64, windows) (push) Has been cancelled
CI / cross-compile (arm64, darwin) (push) Has been cancelled
CI / cross-compile (arm64, linux) (push) Has been cancelled
CI / cross-compile (arm64, windows) (push) Has been cancelled
fix(telemetry): honour a base path in the OTLP HTTP endpoint (#667)
2026-08-01 18:09:50 +08:00
..
config.go refactor(config): rename config directory from .open-code-review to .opencodereview 2026-05-25 23:07:36 +08:00
config_test.go test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +08:00
events.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
events_test.go test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +08:00
exporter.go fix(telemetry): honour a base path in the OTLP HTTP endpoint (#667) 2026-08-01 18:09:50 +08:00
exporter_test.go fix(telemetry): honour a base path in the OTLP HTTP endpoint (#667) 2026-08-01 18:09:50 +08:00
metrics.go docs(telemetry): explain why checkMetricErr intentionally ignores errors (#418) 2026-07-21 16:08:44 +08:00
metrics_test.go test: improve coverage for telemetry package and exclude extensions from build targets 2026-06-27 10:43:45 +08:00
provider.go feat(telemetry): propagate W3C traceparent from parent process (#352) 2026-07-14 11:28:09 +08:00
provider_test.go test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +08:00
shutdown.go feat: init 2026-05-20 22:03:52 +08:00
shutdown_test.go test: improve coverage for telemetry package and exclude extensions from build targets 2026-06-27 10:43:45 +08:00
span.go feat(telemetry): propagate W3C traceparent from parent process (#352) 2026-07-14 11:28:09 +08:00
span_test.go feat(telemetry): propagate W3C traceparent from parent process (#352) 2026-07-14 11:28:09 +08:00