Daniel Clark

Results 82 comments of Daniel Clark

Gotcha. Thanks for calling this to our attention @bogdan-dumitrescu! There's a minor bug with our upgrade procedure that upgrades everything except for the operator deployment in some cases, which affected...

Is this set to your actual project id? https://github.com/GoogleCloudPlatform/prometheus-engine/blob/main/examples/frontend.yaml#L38 It should be overwritten with your actual project id

Closing this issue as it's become a conflation of several issues - the last of which is captured in #300.

What's the status on this PR?

Definitely recommend upgrading to at least `gke.gcr.io/prometheus-engine/prometheus:v2.28.1-gmp.5-gke.0` here as we fixed some issues in our export layer.

Hi @danielkucera, I believe you mean `exported_instance` and `exported_job`, correct? @Migueljfs, you should be able to use our recommended [ClusterPodMonitoring](https://github.com/GoogleCloudPlatform/prometheus-engine/blob/8cdd1a8f6371c92f2d830767b5d07b17de5bbe1f/examples/kube-state-metrics.yaml#L296-L315) for proper relabeling of KSM metrics.

Hello, We currently support Pod scraping only due to potential scalability concerns with monitoring services and endpoints on larger clusters. What about using the label selector defined on the `Service`'s...

Gotcha. That makes sense. For the time being, we don't plan on supporting `ServiceMonitoring` mainly due to the scalability concerns I mentioned earlier. Also `PodMonitoring` generally fits most use-cases, albeit...

Hi, We are currently working on adding scrape authentication. See similar issue https://github.com/GoogleCloudPlatform/prometheus-engine/issues/241.

Hi @zoeponta, We agree and are working on authentication support in PodMonitoring. We can update here when this is addressed. Thanks for your interest.