open-code-review/internal/telemetry
kite 0035d124bc
fix: align Go module path with actual GitHub repository (#526)
The module path was github.com/open-code-review/open-code-review but the
repo lives at github.com/alibaba/open-code-review. This mismatch prevents
pkg.go.dev indexing and breaks Go Report Card resolution.
2026-07-27 19:52:35 +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 Feat/telemetry http exporter (#314) 2026-07-08 13:12:21 +08:00
exporter_test.go test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +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