You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a uptermd operator i want to get the possibility to view the different origins of the upterm host command.
For that i've thought about adding an optional flag where it's possible to define a custom string/tag. This information will also get propagated to the uptermd component and used as an additional tag: value on the generated metrics.
With that it should be possible to "aggregate" the metrics by different tags, e.g.:
and the corresponding upterm host command could look like upterm host --tag "dynamic/runner".
And if no --tag is defined, the current HOSTNAME will be used.
The text was updated successfully, but these errors were encountered:
As a
uptermd
operator i want to get the possibility to view the different origins of theupterm host
command.For that i've thought about adding an optional flag where it's possible to define a custom string/tag. This information will also get propagated to the
uptermd
component and used as an additionaltag:
value on the generated metrics.With that it should be possible to "aggregate" the metrics by different tags, e.g.:
and the corresponding
upterm host
command could look likeupterm host --tag "dynamic/runner"
.And if no
--tag
is defined, the currentHOSTNAME
will be used.The text was updated successfully, but these errors were encountered: