mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 23:57:34 +02:00
telemetry: add hostname tag to metrics (#2191)
This commit is contained in:
parent
da01082797
commit
1ac93c2d3a
2 changed files with 18 additions and 7 deletions
|
@ -32,6 +32,7 @@ const (
|
|||
// labels
|
||||
const (
|
||||
InstallationIDLabel = "installation_id"
|
||||
HostnameLabel = "hostname"
|
||||
ServiceLabel = "service"
|
||||
ConfigLabel = "config"
|
||||
VersionLabel = "version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue