8000 GitHub - 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

rfratto/agent-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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.

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" {
  ...
}

About

My modules for Grafana Agent Flow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0