telmetry: add databroker storage metrics and tracing (#1161)

* telmetry: add databroker storage metrics and tracing
This commit is contained in:
Travis Groth 2020-07-30 18:19:23 -04:00 committed by GitHub
parent 29fb96a955
commit 3c4513a91e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 255 additions and 15 deletions

View file

@ -11,6 +11,12 @@ const (
ServiceAuthenticate = "authenticate"
// ServiceCache represents running the cache service component
ServiceCache = "cache"
// RedisName is the name of the redis storage backend
StorageRedisName = "redis"
// InMemoryName is the name of the in-memory storage backend
StorageInMemoryName = "memory"
)
// IsValidService checks to see if a service is a valid service mode