mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-14 17:47:54 +02:00
telmetry: add databroker storage metrics and tracing (#1161)
* telmetry: add databroker storage metrics and tracing
This commit is contained in:
parent
29fb96a955
commit
3c4513a91e
12 changed files with 255 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue