Commit 663f2a2
fix(telemetry): remove Apdex middleware to align with go-monorepo
Remove the OpenTelemetryApdex middleware that creates redundant HTTP
server metrics. This aligns with go-monorepo PR #304 which removes the
same functionality.
Changes:
- Delete otel_apdex.go and otel_apdex_test.go
- Remove OpenTelemetryApdex middleware registration from httpserver.go
- Update otel_test.go to remove Apdex-related test cases
- Update telemetry.md to remove Apdex documentation
Eliminated metrics:
- keboola_go_http_server_apdex_count
- keboola_go_http_server_apdex_500_sum
- keboola_go_http_server_apdex_1000_sum
- keboola_go_http_server_apdex_2000_sum
Fixes PSGO-57
Co-Authored-By: Martin Vasko <Matovidlo2@gmail.com>1 parent b70bcaa commit 663f2a2
5 files changed
Lines changed: 91 additions & 513 deletions
File tree
- docs
- internal/pkg/service/common/httpserver
- middleware
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 46 | | |
71 | 47 | | |
72 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
Lines changed: 0 additions & 101 deletions
This file was deleted.
Lines changed: 0 additions & 108 deletions
This file was deleted.
0 commit comments