From a80a280931a092d10850b08c6942c5e4a4e106fe Mon Sep 17 00:00:00 2001 From: Mudit Joshi Date: Wed, 13 Nov 2024 15:17:38 +0530 Subject: [PATCH] chore: add new hostname reserved tag --- tags/reserved_tags.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tags/reserved_tags.go b/tags/reserved_tags.go index 3705bae..ec95626 100644 --- a/tags/reserved_tags.go +++ b/tags/reserved_tags.go @@ -23,6 +23,9 @@ const ( // The version of the service(s) under observation, as defined by the // user. XAkitaServiceVersion Key = "x-akita-service-version" + + // Hostname we get on running `hostname` command. Set in the agent. + XInsightsHostname Key = "x-insights-hostname" ) // Generic CI tags