# Prometheus

## Integration Methods

groundcover supports integrating Prometheus metrics through several methods:

1. [**Scraping Metrics in Kubernetes**](https://docs.groundcover.com/integrations/data-sources/prometheus/scrape-using-sensor)\
   For collecting custom metrics from pods, Prometheus CRDs or additional prometheus endpoints
2. [Scraping Metrics in Standalone Hosts](https://docs.groundcover.com/integrations/data-sources/prometheus/scrape-using-sensor-1)\
   For collecting custom metrics from services on VMs and standalone machines or additional prometheus endpoints
3. [Scraping Metrics from groundcover backend](https://docs.groundcover.com/integrations/data-sources/prometheus/scrape-using-sensor-1)\
   For collecting custom metrics from cloud services endpoints
4. [**Direct metric push with Remote Write**](https://docs.groundcover.com/integrations/data-sources/prometheus/push-metrics-to-groundcover)\
   Directly push metrics into groundcover

## Data Access

After ingestion, access and use your metrics in groundcover:

* Analyze data in the [Explore screen](https://app.groundcover.com/explore/data-explorer)
* Create dashboards in the [Dashboards screen](https://app.groundcover.com/dashboards)
* Set up real-time metric monitors in the [Monitors screen](https://app.groundcover.com/monitors)
* Query metrics via the [Prometheus API endpoint](https://docs.groundcover.com/use-groundcover/remote-access-and-apis/raw-prometheus-and-clickhouse)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.groundcover.com/integrations/data-sources/prometheus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
