Skip to content

Commit

Permalink
docs: update readme for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Nov 25, 2024
1 parent caa7741 commit 738888e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions grafana-alloy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ ingest data into GreptimeDB using following protocols:
In the real world, you will use Grafana Alloy as a Prometheus agent or an
OpenTelemetry data collector, with both sinks connected to GreptimeDB.

Additionally, we send Alloy meta logs to GreptimeDB via OpenTelemetry as well.

## How to run this demo

Ensure you have `git`, `docker`, `docker-compose` and `mysql` client
Expand Down Expand Up @@ -83,6 +85,10 @@ flowchart LR
prometheus_relabel --> otelcol_receiver_prometheus
otelcol_receiver_prometheus --> otelcol_processor_transform
otelcol_processor_transform --> otelcol_exporter_otlphttp
logging --> otelcol_receiver.loki
otelcol_receiver_loki --> otelcol_processor_attributes_enrichment
otelcol_processor_attributes_enrichment --> otelcol_exporter_otlphttp
end
prometheus_remote_write --> |PRW| greptimedb
Expand Down

0 comments on commit 738888e

Please sign in to comment.