mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-01 18:33:19 +02:00
Fix IdP client metrics (#2810)
This commit is contained in:
parent
d0890d399c
commit
e2e0646f70
11 changed files with 32 additions and 31 deletions
|
@ -14,7 +14,6 @@ var (
|
|||
TagKeyGRPCService = tag.MustNewKey("grpc_service")
|
||||
TagKeyGRPCMethod = tag.MustNewKey("grpc_method")
|
||||
TagKeyHost = tag.MustNewKey("host")
|
||||
TagKeyDestination = tag.MustNewKey("destination")
|
||||
|
||||
TagKeyStorageOperation = tag.MustNewKey("operation")
|
||||
TagKeyStorageResult = tag.MustNewKey("result")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue