Skip to content

Commit

Permalink
[POA-2309] Add new hostname reserved tag (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
mudit-postman authored Nov 15, 2024
1 parent cf2298b commit 0af65b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tags/reserved_tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0af65b8

Please sign in to comment.