1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-03-14 22:58:26 +01:00
netbird/management/server/telemetry
Yury Gargay 9e8725618e
Extend linter rules ()
- 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 () 2023-05-19 11:42:25 +02:00
grpc_metrics.go Extend linter rules () 2023-11-10 16:33:13 +01:00
http_api_metrics.go Count only successful HTTP request durations () 2023-05-22 16:26:36 +02:00
idp_metrics.go Handle user delete () 2023-09-19 18:08:40 +02:00
store_metrics.go Expose store metrics with milliseconds bucketing () 2023-09-28 08:54:49 +02:00