Skip to content

tayarajat/redash-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redash-exporter

prometheus exporter for Redash

Overview

Convert redash monitoring endpoint /status.json to pormetheus metircs.
See also: https://redash.io/help/open-source/admin-guide/maintenance#Monitoring

Settings

environment variable

required
Set your redash api-key to the environment variable REDASH_API_KEY

Command-line flags

-listen-address string
    The address to listen HTTP requests. (default ":9295")
-metricsInterval int
    Interval to scrape status. (default 30)
-redashHost string
    target Redash host. (default "localhost")
-redashPort string
    target Redash port. (default "5000")
-redashScheme string
    target Redash scheme. (default "http")

docker image

https://hub.docker.com/r/masahata/redash-exporter/

About

prometheus exporter for redash

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 91.9%
  • Dockerfile 8.1%