Skip to content

Commit

Permalink
chore: add new hostname reserved tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mudit-postman committed Nov 13, 2024
1 parent 0928f36 commit a80a280
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 a80a280

Please sign in to comment.