Skip to content

0x01F4/agent-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grafana Agent logo

Modules are a way to create Grafana Agent Flow configurations which can be loaded as a component. Modules are a great way to parameterize a configuration to create reusable pipelines.

Contents

  • modules: A library of usable modules out of the box
  • example: A practical example shown for each module loader plus without modules for comparison
  • util: Utilities for managing modules in this repo

Modules

Name Description Agent Version
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 Module to forward the Grafana Agent's own telemetry data to Loki, Mimir and Tempo stacks locally or in GrafanaCloud. >= v0.33
Grafana Cloud Autoconfigure Module to automatically configure receivers for Grafana Cloud. >= v0.34

Submitting modules

Modules should be added under the modules folder. Each module should have a README.MD that has:

  • Name
  • Brief description
  • Applicable Agent Versions
  • Arguments
  • Exports
  • Example

Module contents should be ordered:

  • arguments
  • exports
  • body of the module

About

A repository of public agent modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%