mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 07:37:33 +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
|
@ -14,6 +14,10 @@ var (
|
|||
TagKeyGRPCMethod = tag.MustNewKey("grpc_method")
|
||||
TagKeyHost = tag.MustNewKey("host")
|
||||
TagKeyDestination = tag.MustNewKey("destination")
|
||||
|
||||
TagKeyStorageOperation = tag.MustNewKey("operation")
|
||||
TagKeyStorageResult = tag.MustNewKey("result")
|
||||
TagKeyStorageBackend = tag.MustNewKey("backend")
|
||||
)
|
||||
|
||||
// Default distributions used by views in this package.
|
||||
|
@ -39,5 +43,6 @@ var (
|
|||
HTTPClientViews,
|
||||
HTTPServerViews,
|
||||
InfoViews,
|
||||
StorageViews,
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue