Questions tagged [google-managed-prometheus]
9 questions
5
votes
2 answers
Is Google Managed Prometheus billing per million or per billion?
The Google Managed Prometheus says that they cost $0.2 per million samples. However, in pricing examples they say:
Scenario 1: You have 100 containers, each writing 1,000 scalar times
series.
Variant A: If each time series is written every 15…

Dzmitry Lazerka
- 1,809
- 2
- 21
- 37
1
vote
1 answer
How to disable google managed prom?
I enabled managed service for prom in GCP console
It installed bunch of agents with gmp-system namespace on my gke cluster
how do I uninstall it?
i tried kubectl delete all --all -n gmp-system
but it just respawns

deagleshot
- 175
- 7
1
vote
1 answer
gmp google managed prometheus example not working on a brand new vanilla stable gke autopilot cluster
Google managed prometheus seems like a great service however at the moment it does not work even in the example... https://cloud.google.com/stackdriver/docs/managed-prometheus/setup-managed
Setup:
create a new autopilot cluster…

mdkeyhoe
- 11
- 1
1
vote
1 answer
What is the use case for ClusterPodMonitoring from in GCP prometheus engine
ClusterPodMonitring defines how to scrape all pod monitors in cluster that have some label. In what namespace we sholud define this CR in kubernetes cluster. What is best pratice?
Somewhere I read it is used "This resource is a specialized tool…

marissa
- 45
- 7
0
votes
0 answers
Adding additional scape_config to Google Managed Prometheus
I'm not very familiar with Prometheus and I want to add scrape_config for Confluent Cloud metrics.
They have an integration for prometheus:
scrape_configs:
- job_name: Confluent Cloud
scrape_interval: 1m
scrape_timeout: 1m
…

Raz
- 8,918
- 3
- 27
- 40
0
votes
1 answer
How to Configure Blackbox-exporter with Google Managed Prometheus?
I am migrating to Google Managed Prometheus. I've been using a helm deployed version of Prometheus to monitor my kubernetes cluster. The helm deployed Prometheus has a variety of selectors, including Pod Monitors, Service Monitors, and Probe…

Rick
- 63
- 1
- 6
0
votes
1 answer
How to handle authentication on Prometheus metrics endpoint for an application on GKE?
I have a set of microservices running in a GKE cluster. They all have a /prometheus endpoint which exposes metrics for Managed Prometheus collectors to collect.
Everything works fine when the endpoint is exposed and I follow the instructions here:…

Illidanek
- 996
- 1
- 18
- 32
0
votes
0 answers
How can we enable managedAlertmanager in GCP?
I hv added below lines to my operator config as refering , https://github.com/GoogleCloudPlatform/prometheus-engine
managedAlertmanager:
configSecret:
key: alertmanager.yaml
name: alertmanager
and got the below error,
error validating…

04092000
- 1
- 1
0
votes
0 answers
GCP: Recommendations for reducing time series samples GMP
Looking for suggestions for reducing the samples collected over time.
Using google managed prometheus. Its GKE workloads with autoscaling enabled. The node pools are on preemptible VMs.
Because of the combination, the pods spinning up/down over the…

vpram86
- 5,860
- 4
- 28
- 40