Craig Ringer

Results 206 comments of Craig Ringer

I currently work around this with a hack like a `gauge` metric to expose a resource's `.metadata.creationTimestamp` as a placeholder value. ``` - groupVersionKind: group: "postgresql.cnpg.io" version: "v1" kind: Backup...

I can't reproduce this, I just tested on v2.17.0 and got valid metrics for `kube_job_status` Can you confirm this by running v2.17.0, port-forwarding it, and querying its metrics endpoint directly,...

@beorn7 Yeah, the nesting is a concern. However, IMO this is one of the areas that makes it almost mandatory to template more complex PromQL queries via some kind of...

> #### Should we maybe revamp metric types more fundamentally? > This is now completely visionary, probably Prom v5 scope, but it connects some dots from above, so let me...

Isn't this just `scrape_samples_post_metric_relabeling` ? Or do they want a metric for the number of series that _would have been_ scraped, had the scrape not reached the `scrape_sample_limit` and had...

KEDA appears to refer to [Kubernetes Event-driven Autoscaling (keda.sh)](https://keda.sh/)