Skip to content
Merged
Show file tree
Hide file tree
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
16 changes: 0 additions & 16 deletions .github/workflows/dependabot-reviewer.yml

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ See our setup guide from our [docs](https://docs.greptime.com/user-guide/integra


### Connection
![Connection](screenshots/connection.png)
![Connection](https://raw.githubusercontent.com/GreptimeTeam/greptimedb-grafana-datasource/refs/heads/main/screenshots/connection.png)

### Use The Query Builder
* Table: Presents data in a structured table format. Optimized for datasets without a timestamp field.
![Table Query](/screenshots/table.png)
![Table Query](https://raw.githubusercontent.com/GreptimeTeam/greptimedb-grafana-datasource/refs/heads/main/screenshots/table.png)
* Time Series: Provides data that includes a timestamp field, for time series visualization.
![Time Series](/screenshots/series.png)
![Time Series](https://raw.githubusercontent.com/GreptimeTeam/greptimedb-grafana-datasource/refs/heads/main/screenshots/series.png)
* Logs: Supplies data formatted for log analysis.
![Logs](/screenshots/logs.png)
![Logs](https://raw.githubusercontent.com/GreptimeTeam/greptimedb-grafana-datasource/refs/heads/main/screenshots/logs.png)
* Traces: Provides detailed trace data.
![Traces](/screenshots/traceconfig.png)
![Traces](https://raw.githubusercontent.com/GreptimeTeam/greptimedb-grafana-datasource/refs/heads/main/screenshots/screenshots/traceconfig.png)

## Development

Expand Down