You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ingestion/metrics/prometheus.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,6 @@ description: >-
7
7
8
8
You can ingest metrics using prometheus [remote write](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write) in OpenObserve.
9
9
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
-
12
10
You could use below configuration for collecting metrics
13
11
14
12
```yaml
@@ -20,4 +18,10 @@ basic_auth:
20
18
password: password
21
19
```
22
20
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**
0 commit comments