canonical / prometheus-scrape-config-k8s-operator

This charmed operator allows operators to fine-tune scrape job configurations before sending them to the Prometheus charmed operator.
https://charmhub.io/prometheus-scrape-config-k8s
Apache License 2.0
1 stars 1 forks source link

Observe `start` too #28

Closed sed-i closed 1 year ago

sed-i commented 1 year ago

Issue

During load test, the charm received a StopContainer, didn't get a config-changed, and was stuck in maintenance.

https://bugs.launchpad.net/juju/+bug/2015566

Solution

Observe start as well, just in case. (Already impl'd for scrape-target: https://github.com/canonical/prometheus-scrape-target-k8s-operator/pull/25)

Context

NTA.

Testing Instructions

Load test at high load.

Release Notes

Observe start too.