prometheus-k8s-operator icon indicating copy to clipboard operation
prometheus-k8s-operator copied to clipboard

This charmed operator automates the operational procedures of running Prometheus, an open-source metrics backend.

Results 29 prometheus-k8s-operator issues
Sort by recently updated
recently updated
newest added

Doing the opposite of #578 - sets internal url in datasource, plus https scheme if we have TLS. To test: deploy with cos-lite (with and without self-signed-certs) and cross-relate. Verify...

Libraries: Out of sync

### Enhancement Proposal Unlike Loki, if the relation between Prometheus and Traefik is established, Prometheus set fqdn address instead of the external one as a Grafana Data Source. ![image](https://github.com/canonical/prometheus-k8s-operator/assets/939888/84181b78-cacd-4871-9db6-ccfddca83029)

Status: Triage
Type: Enhancement

### Enhancement Proposal If we detect `prometheus_scrape` relation that spans models, we should make the charm blocked. We could detect if the relation is connected with a `remote-...`.

Status: Triage
Type: Enhancement

This issue was created automatically because a new major version was detected for a charm library. You should update the following libraries: - update charms.observability_libs.v0.cert_handler to v1 - update charms.tempo_k8s.v1.tracing...

### Bug Description SolQA deploy cos-lite bundle, and found prometheus unit error out with hook failed: "certificates-relation-changed" And logs shows unit-prometheus-0: 2024-02-02 13:16:59 ERROR juju.worker.uniter.operation hook "certificates-relation-changed" (via hook dispatching...

Status: Triage
Type: Bug

## Issue For some reason, alertmanager and prometheus pods are getting constantly restarted and we couldnt figured out why. Versions: Juju 3.1.6 Alertmanager latest/edge 98 Prometheus latest/edge 170 ## Solution...

### Bug Description The prometheus-k8s charm was working fine until suddenly it went into an error state with message "hook failed: update-status". The charm logs are reporting a permission error...

Status: Triage
Type: Bug

### Bug Description > If i go to alertmanager, check an alert and click on the Source button, it will want to take me to `http://prometheus-0.cos.svc.kubernetes.cluster:9090` (or something along those...

Status: Triage
Type: Bug

### Bug Description upon destroying an application using the logging integration, I hit an error. Probably occurs because the teardown took some time and got stuck because of a failure...

Status: Triage
Type: Bug

### Bug Description In #409 we changed the following [signature](https://github.com/canonical/prometheus-k8s-operator/blob/4ca83b670f72f964e60c0ce69bd0f66b47016aaa/lib/charms/prometheus_k8s/v0/prometheus_scrape.py#L2214): ```diff -def _group_name(self, appname) -> str: +def group_name(self, unit_name: str) -> str: ``` Note how the new signature expects to...

Status: Triage
Type: Bug