8000 GitHub - flokli/rfratto-agent-modules: My modules for Grafana Agent Flow
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

flokli/rfratto-agent-modules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rfratto's Grafana Agent Flow modules

This repository contains a set of modules for Grafana Agent Flow. Each directory is a different Grafana Agent Flow module with a file called module.river and a README.md for documentation on how to use the module.

Modules are an upcoming feature in Grafana Agent Flow scheduled for the v0.33 release.

Recommended module loader

This repository is intended to be used with the work-in-progress module.git module loader. For example, to use the k8s_api module:

module.git "k8s_api" {
  repository = "https://github.com/rfratto/agent-modules.git"
  revision   = "main"
  path       = "k8s_api/module.river"

  arguments = {
    forward_metrics_to = [prometheus.remote_write.default.receiver],
  }
}

prometheus.remote_write "default" {
  ...
}

To use module.git, see grafana/agent#3302.

About

My modules for Grafana Agent Flow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0