mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-04 03:42:49 +02:00
config related metrics (#2065)
This commit is contained in:
parent
9de340b48b
commit
a935c1ba30
10 changed files with 153 additions and 21 deletions
|
@ -10,6 +10,7 @@ import (
|
|||
var (
|
||||
TagKeyHTTPMethod = tag.MustNewKey("http_method")
|
||||
TagKeyService = tag.MustNewKey("service")
|
||||
TagConfigID = tag.MustNewKey("config_id")
|
||||
TagKeyGRPCService = tag.MustNewKey("grpc_service")
|
||||
TagKeyGRPCMethod = tag.MustNewKey("grpc_method")
|
||||
TagKeyHost = tag.MustNewKey("host")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue