mirror of
https://github.com/mii443/prometheus-android-exporter.git
synced 2025-08-22 23:25:40 +00:00
31 lines
877 B
YAML
31 lines
877 B
YAML
# This is a configuration file example for prometheus android exporter.
|
|
|
|
# Settings specific to exporting metrics using a HTTP server
|
|
prometheus_server:
|
|
|
|
enabled: true # default
|
|
port: 10101 # default
|
|
|
|
# Settings specific to pushing metrics to pushprox proxy
|
|
# This is handy for traversing network topologies such as NAT
|
|
pushprox:
|
|
|
|
enabled: false # default
|
|
# fully qualified domain name
|
|
fqdn: # string, no default value provided
|
|
|
|
proxy_url: # string, no default value provided
|
|
|
|
# Settings specific to backfilling metrics using prometheus remote write
|
|
#
|
|
# Please note that remote_write may be limited by a receiving backend on
|
|
# how old the backfilled time series can be.
|
|
remote_write:
|
|
|
|
# scrape interval in seconds
|
|
enabled: false # default
|
|
scrape_interval: 30 # default
|
|
|
|
# where to post metrics
|
|
remote_write_endpoint: # string, no default value provided
|