Skip to content

hackbg/terra-fm-metrics-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus exporter for Terra contracts

Configuration

Environment Variables

Key Description Example
TERRA_RPC The RPC address of the Terra node terrad:9090
TENDERMINT_URL Tendermint Connection URL http://terrad:26657
KAFKA_SERVER Kafka Connection URL kafka:9092
TOPIC Kafka Topic that the events are pushed to Terra
FEED_CONFIG_URL URL to poll for feed configs http://localhost:4000/feeds
NODE_CONFIG_URL URL to poll for feed configs http://localhost:4000/nodes
FEED_POLLING_INTERVAL Polling interval for feed configurations 10s
NODE_POLLING_INTERVAL Polling interval for node configurations 10s

  • Counters
    • flux_monitor_answers_total
    • flux_monitor_submissions_received_total
    • flux_monitor_rounds
  • Gauges
    • flux_monitor_submission_received_values
    • node_metadata
    • feed_contract_metadata
    • flux_monitor_answers
    • head_tracker_current_head
    • flux_monitor_latest_round_responses
    • flux_monitor_round_age
  • Events
    • NewRound
    • SubmissionReceived
    • AnswerUpdated
    • BalanceUpdated
    • TXFailed
    • TXSucceeded

About

A Prometheus exporter for terra contracts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages