Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions docs/ingestion/metrics/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ description: >-

You can ingest metrics using prometheus [remote write](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write) in OpenObserve.

You will then be able to explore the metrics in metrics explorer and build dashboards by querying using SQL. PromQL support for querying metrics is under development.

You could use below configuration for collecting metrics

```yaml
Expand All @@ -20,4 +18,10 @@ basic_auth:
password: password
```

Replace api.openobserve.ai with your self hosted OpenObserve instance if you are hosting it yourself.
> Replace api.openobserve.ai with your self hosted OpenObserve instance if you are hosting it yourself.

You will then be able to explore the metrics in metrics explorer and build dashboards by querying using **SQL or PromQL**

<img alt="image" src="https://github.com/user-attachments/assets/ea26c61e-abeb-49a0-b594-542ee03be0fa" />