Skip to content

Commit

Permalink
docs: update some docs about grafana (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
paomian committed Oct 12, 2023
1 parent 7503df8 commit 04e86ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/en/v0.3/faq-and-others/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ GreptimeDB implements PromQL operator pushdown in our latest distributed version

Yes, It's compatible with Grafana.

GreptimeDB supports MySQL and PostgreSQL protocol, so you can use [MySQL or PG grafana
plugin](https://grafana.com/docs/grafana/latest/datasources/mysql/) to config GreptimeDB as a datasource. Then you can use SQL to query the data.
GreptimeDB supports MySQL,PostgreSQL and Prometheus protocol, so you can use [MySQL](https://grafana.com/docs/grafana/latest/datasources/mysql/), [PG](https://grafana.com/docs/grafana/latest/datasources/postgres/) and [Prometheus](https://grafana.com/docs/grafana/latest/datasources/prometheus/) grafana plugin to config GreptimeDB as a datasource. Then you can use SQL or PromQL to query the data.

Also, we are implementing PromQL natively which is frequently used with Grafana.
We are implementing PromQL natively which is frequently used with Grafana. Currently PromQL is not 100% compatible with Prometheus.

## How does this compare to Loki? Is there a crate with Rust bindings available, preferably as tracing or logging subscriber?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GreptimeDB 服务可以配置为 [Grafana 数据源](https://grafana.com/docs/gr
在 HTTP 中填写 Prometheus server URL

- GreptimeCloud 请填写 `https://<host>/v1/prometheus?db=<dbname>`
- Self-host GreptimeDB 请填写自己的地址,例如:`http://localhost:4000/v1/prometheus?db=<dbname>`
- 自托管 GreptimeDB 请填写自己的地址,例如:`http://localhost:4000/v1/prometheus?db=<dbname>`

在 Auth 部分中单击 basic auth,并在 Basic Auth Details 中填写 GreptimeDB 的用户名和密码:

Expand Down

0 comments on commit 04e86ef

Please sign in to comment.