Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham authored Jul 6, 2023
1 parent 2081eac commit 7ef1e84
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,15 @@ OTLP covers multi use OpenTelemetry modules
| ---- | ----------- | ------------- |
| [OTLP to LGTM](./modules/otlp/otlp-to-lgtm/) | Module to ingest OTLP data and then send it to Loki, Mimir and Tempo stacks locally or in GrafanaCloud. | `>= v0.33`
| [Grafana Agent Telemetry to LGTM](./modules/grafana-agent/telemetry-to-lgtm/) | Module to forward the Grafana Agent's own telemetry data to Loki, Mimir and Tempo stacks locally or in GrafanaCloud. | `>= v0.33`

## Submitting modules

Modules should be added under `modules` folder. Each module should have a README.MD that has:
* Name
* Brief description
* Applicable Agent Versions
* Arguments
* Exports
* Example

Module text should follow the order of `arguments`, `exports` then the body of the module.

0 comments on commit 7ef1e84

Please sign in to comment.