Skip to content

d3156/PrometheusExporterPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrometheusExporterPlugin

Плагин для проекта PluginCore. Выполняет экспорт метрик из MetricsModel в Prometheus

Файл конфигурации должен лежать в папке с загрузчиком модулей ./configs/PrometheusExporter.json

{
  "mode": "pull",
  "pull_port": 8000,
  "push_gateway_url": "http://pushgateway:9091",
  "job": "MainJob",
  "ignore_imported": true
}

About

Plugin for use with MetricsModel interface in PluginCore-Project

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors