Anita Krueger

Results 5 issues of Anita Krueger

In my shard level metrics like `elasticsearch_indices_shards_store_size_in_bytes` the node label shows the node id rather than its name. ``` elasticsearch_indices_shards_store_size_in_bytes{cluster="dev-elasticsearch",hostname="dev-elasticsearch-01",index="test123",instance="10.2.2.4:49108",job="elasticsearch_exporter",node="3qyB0_WGRYCEzAYwhvSDqQ",port="49108",primary="false",shard="0",version="1.2.1"} ``` I think the code where this gets added is...

I have a lot of checks which cover multiple hosts, i.e. the check uses the following target for example: ``` collectd.*.load.load.longterm ``` When an alert is generated, the actual host...

enhance

### 🔖 Feature description Currently the github:publish action does not allow to add the allow-update-branch flag. The only way to set this on a repo is either in the UI...

enhancement
stale

### Description The push command despite making the tag optional, does not push all tagged local images like `docker push` does (https://docs.docker.com/reference/cli/docker/image/push/#all-tags). I see this is documented in the [command...

enhancement

Docker has added a summary to their build-push-action which makes the action much more usable. Could we add a summary of the deploy including how long it took please? https://github.com/docker/build-push-action?tab=readme-ov-file#summaries

feature-request