netbird/management/server/telemetry
Yury Gargay 9e8725618e
Extend linter rules (#1300)
- dupword checks for duplicate words in the source code
- durationcheck checks for two durations multiplied together
- forbidigo forbids identifiers
- mirror reports wrong mirror patterns of bytes/strings usage
- misspell finds commonly misspelled English words in comments
- predeclared finds code that shadows one of Go's predeclared identifiers
- thelper detects Go test helpers without t.Helper() call and checks the consistency of test helpers
2023-11-10 16:33:13 +01:00
..
app_metrics.go Add telemetry to measure app durations (#878) 2023-05-19 11:42:25 +02:00
grpc_metrics.go Extend linter rules (#1300) 2023-11-10 16:33:13 +01:00
http_api_metrics.go Count only successful HTTP request durations (#886) 2023-05-22 16:26:36 +02:00
idp_metrics.go Handle user delete (#1113) 2023-09-19 18:08:40 +02:00
store_metrics.go Expose store metrics with milliseconds bucketing (#1179) 2023-09-28 08:54:49 +02:00