Simon Pasquier
Simon Pasquier
### Component(s) Prometheus, PrometheusAgent, ServiceMonitor, PodMonitor, Probe, ScrapeConfig ### What is missing? Please describe. Currently it's possible to use scrape classes to provide default TLS cert/key files to ServiceMonitor, PodMonitor,...
### Component(s) _No response_ ### What is missing? Please describe. #6960 added the capability to collect troubleshooting information when e2e test cases fail. Right now the information is dumped to...
I can update the workflow file separate as I need to look into reusable workflow working. Are the other changes ok? _Originally posted by @slashpai in https://github.com/prometheus-operator/prometheus-operator/pull/6940#discussion_r1763208774_
https://github.com/prometheus/prometheus/pull/10194 added label matcher support to the Rules API. prom-label-proxy could inject label matchers instead of unmarshaling/filtering/marshaling back the server's response (as it does today). We need to preserve the...
### Problem Statement The OpenTelemetry trace SDK spec recently added the ability for SpanProcessor to mutate spans on end (https://github.com/open-telemetry/opentelemetry-specification/pull/4024 and https://opentelemetry.io/docs/specs/otel/trace/sdk/#onending). AFAICT the feature isn't yet supported by the...
## Description This commit refactors the ResourceSelector struct to reduce code duplication leveraging Go generics. The behavior remains unchanged. ## Type of change _What type of changes does your code...
note for a following PR: we can move the check in c.statusReporter.Process(). _Originally posted by @simonpasquier in https://github.com/prometheus-operator/prometheus-operator/pull/7584#discussion_r2150082099_
### Component(s) Prometheus, PrometheusAgent ### What is missing? Please describe. https://github.com/prometheus/prometheus/pull/16421 made the `client_id` field optional. The field is currently required on the CRDs so it needs to be made...
From https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/proposals/202310-shard-autoscaling.md#graceful-scale-down-of-prometheus-servers > If `.shardRetentionPolicy.whenScaled` is set to `Retain` Prometheus-Operator will keep the shard running for a customizable period of time. By default, the Operator will keep the Shard for...
**What is missing?** The possibility to deploy Perses as an alternative to Grafana. In particular Perses maintains [community dashboards](https://github.com/perses/community-dashboards) which provide the same capabilities as dashboards from [kubernetes-mixin](https://github.com/kubernetes-monitoring/kubernetes-mixin/). **Why do...