mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-04 11:25:52 +08: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{} {
|
func IgnoredPaths() map[string]struct{} {
|
||||||
ignoredPaths := map[string]struct{}{
|
ignoredPaths := map[string]struct{}{
|
||||||
"/api/v1/tags": struct{}{},
|
"/api/v1/tags": struct{}{},
|
||||||
|
"/api/v1/version": struct{}{},
|
||||||
}
|
}
|
||||||
|
|
||||||
return ignoredPaths
|
return ignoredPaths
|
||||||
|
Loading…
x
Reference in New Issue
Block a user