telemetry: add hostname tag to metrics (#2191)

This commit is contained in:
wasaga 2021-05-11 17:58:02 -04:00 committed by GitHub
parent da01082797
commit 1ac93c2d3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 7 deletions

View file

@ -32,6 +32,7 @@ const (
// labels
const (
InstallationIDLabel = "installation_id"
HostnameLabel = "hostname"
ServiceLabel = "service"
ConfigLabel = "config"
VersionLabel = "version"