chore: removing version api from being tracked (#950)

This commit is contained in:
Ankit Nayan 2022-04-04 17:07:21 +05:30 committed by GitHub
parent ab4d9af442
commit fd83cea9a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ 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