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.
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 theuptermd
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.