Skip to content

iamseth/azure_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure exporter

Build Status GoDoc Report card

Prometheus exporter for Azure metrics using the Azure Resource Manager API. Currently, it only supports VPN connections. Eventually, it will support storage account metrics as well.

Microsoft limits API reads to 15000 per hour. Keep this in mind when setting the scrape interval. See Azure subscription and service limits, quotas, and constraints for more details.

Install

go get -u github.com/iamseth/azure_exporter

Usage

Usage of azure_exporter:
  -credentials-file string
    	Specify the JSON file with the Azure credentials. (default "~/.azure/credentials.json")
  -listen-address string
    	The address to listen on for HTTP requests. (default ":9080")
  -log.format value
    	If set use a syslog logger or JSON logging. Example: logger:syslog?appname=bob&local=7 or logger:stdout?json=true. Defaults to stderr.
  -log.level value
    	Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal]. (default info)
  -web.telemetry-path string
    	Path under which to expose metrics. (default "/metrics")

Binary releases

Pre-compiled versions may be found in the release section.