Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Puoi utilizzare gli esportatori insieme a Google Cloud Managed Service per Prometheus
per importare le metriche da applicazioni di terze parti o da altri componenti
dell'infrastruttura Prometheus.
Questo insieme di documenti include le istruzioni di configurazione per
diversi esportatori comuni. Queste istruzioni si applicano solo se utilizzi la raccolta gestita con Managed Service per Prometheus.
Se utilizzi la raccolta autogestita, consulta la documentazione
dell'esportatore pertinente per informazioni su dove trovare il repository
di origine dell'esportatore.
Questo documento non è un elenco esaustivo degli esportatori supportati da
Managed Service per Prometheus. Puoi configurare la raccolta gestita
per eseguire lo scraping di qualsiasi esportatore che puoi configurare. Questo elenco fornisce istruzioni per
alcuni degli esportatori più utilizzati.
Esportatori di applicazioni
Puoi utilizzare gli esportatori di applicazioni con Managed Service per Prometheus
per raccogliere metriche da applicazioni di terze parti.
Questi esportatori vengono in genere configurati come carichi di lavoro autonomi o come
sidecar per i deployment GKE esistenti.
Per saperne di più, consulta i seguenti documenti:
I documenti in questa sezione contengono manifest YAML di esempio e altre configurazioni che puoi utilizzare per installare ed eseguire lo scraping degli exporter dell'infrastruttura.
Ad esempio, per replicare l'esperienza di utilizzo del
repository kube-prometheus,
puoi configurare gli esportatori Kube State Metrics e
Node Exporter e configurare la raccolta gestita per eseguire lo scraping delle metriche cAdvisor/Kubelet.
Per saperne di più, consulta i seguenti documenti:
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-04 UTC."],[],[],null,["# Introduction to exporter configuration\n\nYou can use exporters in conjunction with Google Cloud Managed Service for Prometheus\nto ingest metrics from third-party applications or from other components\nof the Prometheus infrastructure.\n\nThis set of documents includes configuration instructions for a\nnumber of common exporters. These instructions apply only if you are\nusing [managed collection](/stackdriver/docs/managed-prometheus/setup-managed) with Managed Service for Prometheus.\nIf you are using self-deployed collection, see the relevant exporter\ndocumentation for information about where to find the exporter's source\nrepository.\n\nThis document is not an exhaustive list of the exporters supported by\nManaged Service for Prometheus. You can configure managed collection\nto scrape any exporter that you can set up. This list provides instructions for\nsome of the most commonly used exporters.\n\nApplication exporters\n---------------------\n\nYou can use application exporters with Managed Service for Prometheus\nto collect metrics from third-party applications.\nThese exporters are typically set up as standalone workloads or as\nsidecars to your existing GKE deployments.\n\nFor more information, see the following documents:\n\n- [Aerospike](/stackdriver/docs/managed-prometheus/exporters/aerospike)\n- [Apache ActiveMQ](/stackdriver/docs/managed-prometheus/exporters/activemq)\n- [Apache Airflow](/stackdriver/docs/managed-prometheus/exporters/airflow)\n- [Apache CouchDB](/stackdriver/docs/managed-prometheus/exporters/couchdb)\n- [Apache Flink](/stackdriver/docs/managed-prometheus/exporters/flink)\n- [Apache Hadoop](/stackdriver/docs/managed-prometheus/exporters/hadoop)\n- [Apache HBase](/stackdriver/docs/managed-prometheus/exporters/hbase)\n- [Apache Kafka](/stackdriver/docs/managed-prometheus/exporters/kafka)\n- [Apache Solr](/stackdriver/docs/managed-prometheus/exporters/solr)\n- [Apache Tomcat](/stackdriver/docs/managed-prometheus/exporters/tomcat)\n- [Apache Web Server (httpd)](/stackdriver/docs/managed-prometheus/exporters/apache)\n- [Apache Zookeeper](/stackdriver/docs/managed-prometheus/exporters/zookeeper)\n- [Argo Workflows](/stackdriver/docs/managed-prometheus/exporters/argo-workflows)\n- [Elasticsearch](/stackdriver/docs/managed-prometheus/exporters/elasticsearch)\n- [etcd](/stackdriver/docs/managed-prometheus/exporters/etcd)\n- [HAProxy](/stackdriver/docs/managed-prometheus/exporters/haproxy)\n- [HashiCorp Consul](/stackdriver/docs/managed-prometheus/exporters/consul)\n- [Inference Optimized Gateway](/stackdriver/docs/managed-prometheus/exporters/inference-optimized-gateway)\n- [Ingress NGINX Controller](/stackdriver/docs/managed-prometheus/exporters/ingress-nginx)\n- [Jenkins](/stackdriver/docs/managed-prometheus/exporters/jenkins)\n- [Jetty](/stackdriver/docs/managed-prometheus/exporters/jetty)\n- [JetStream](/stackdriver/docs/managed-prometheus/exporters/jetstream)\n- [Kibana](/stackdriver/docs/managed-prometheus/exporters/kibana)\n- [KubeRay](/stackdriver/docs/managed-prometheus/exporters/kuberay)\n- [Memcached](/stackdriver/docs/managed-prometheus/exporters/memcached)\n- [MongoDB](/stackdriver/docs/managed-prometheus/exporters/mongodb)\n- [MySQL](/stackdriver/docs/managed-prometheus/exporters/mysql)\n- [Nginx](/stackdriver/docs/managed-prometheus/exporters/nginx)\n- [NVIDIA Triton](/stackdriver/docs/managed-prometheus/exporters/nvidia-triton)\n- [PostgreSQL](/stackdriver/docs/managed-prometheus/exporters/postgresql)\n- [RabbitMQ](/stackdriver/docs/managed-prometheus/exporters/rabbitmq)\n- [Redis](/stackdriver/docs/managed-prometheus/exporters/redis)\n- [ScyllaDB](/stackdriver/docs/managed-prometheus/exporters/scylladb)\n- [TensorFlow Serving](/stackdriver/docs/managed-prometheus/exporters/tf-serving)\n- [Text Generation Inference](/stackdriver/docs/managed-prometheus/exporters/tgi)\n- [TorchServe](/stackdriver/docs/managed-prometheus/exporters/torchserve)\n- [Varnish](/stackdriver/docs/managed-prometheus/exporters/varnish)\n- [Velero](/stackdriver/docs/managed-prometheus/exporters/velero)\n- [vLLM](/stackdriver/docs/managed-prometheus/exporters/vllm)\n\nInfrastructure exporters\n------------------------\n\nThe documents in this section contain example YAML manifests and other\nconfiguration that you can use to install and scrape infrastructure\n[exporters](https://prometheus.io/docs/instrumenting/exporters/).\nFor example, to replicate the experience of using the\n[`kube-prometheus` repository](https://github.com/prometheus-operator/kube-prometheus),\nyou can set up the [Kube State Metrics](/stackdriver/docs/managed-prometheus/exporters/kube_state_metrics) and\n[Node Exporter](/stackdriver/docs/managed-prometheus/exporters/node_exporter) exporters, and configure managed\ncollection to scrape the [cAdvisor/Kubelet](/stackdriver/docs/managed-prometheus/exporters/kubelet-cadvisor)\nmetrics.\n\nFor more information, see the following documents:\n\n- [GKE control-plane\n metrics](/stackdriver/docs/solutions/gke/managing-metrics#control-plane-metrics)\n- [Hubble (GKE Dataplane V2)](/kubernetes-engine/docs/concepts/about-dpv2-observability)\n- [Istio](/stackdriver/docs/managed-prometheus/exporters/istio)\n- [Kube State Metrics](/stackdriver/docs/managed-prometheus/exporters/kube_state_metrics)\n- [cAdvisor/Kubelet](/stackdriver/docs/managed-prometheus/exporters/kubelet-cadvisor)\n- [Node Exporter](/stackdriver/docs/managed-prometheus/exporters/node_exporter)\n- [NVIDIA Data Center GPU Manager (DCGM)](/stackdriver/docs/managed-prometheus/exporters/nvidia-dcgm)\n- [Prometheus (self-monitoring)](/stackdriver/docs/managed-prometheus/exporters/prometheus)"]]