Skip to content

Commit 837cb00

Browse files
authored
Enhance Prometheus metrics ingestion documentation (#276)
Updated the Prometheus ingestion documentation to clarify querying options and added an image.
1 parent b32bb7a commit 837cb00

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/ingestion/metrics/prometheus.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ description: >-
77

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

10-
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.
11-
1210
You could use below configuration for collecting metrics
1311

1412
```yaml
@@ -20,4 +18,10 @@ basic_auth:
2018
password: password
2119
```
2220
23-
Replace api.openobserve.ai with your self hosted OpenObserve instance if you are hosting it yourself.
21+
> Replace api.openobserve.ai with your self hosted OpenObserve instance if you are hosting it yourself.
22+
23+
You will then be able to explore the metrics in metrics explorer and build dashboards by querying using **SQL or PromQL**
24+
25+
<img alt="image" src="https://github.com/user-attachments/assets/ea26c61e-abeb-49a0-b594-542ee03be0fa" />
26+
27+

0 commit comments

Comments
 (0)