mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
chore: removing version api from being tracked (#950)
This commit is contained in:
parent
ab4d9af442
commit
fd83cea9a0
@ -2,7 +2,8 @@ package telemetry
|
||||
|
||||
func IgnoredPaths() map[string]struct{} {
|
||||
ignoredPaths := map[string]struct{}{
|
||||
"/api/v1/tags": struct{}{},
|
||||
"/api/v1/tags": struct{}{},
|
||||
"/api/v1/version": struct{}{},
|
||||
}
|
||||
|
||||
return ignoredPaths
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user