Prometheus files: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 February 2023

  • curprev 17:4917:49, 10 February 2023Superuser talk contribs 28,320 bytes +28,320 Created page with "== bitcoin-monitor.py == # bitcoind-monitor.py # # An exporter for Prometheus and Bitcoin Core. # # Copyright 2018 Kevin M. Gallagher # Copyright 2019,2020 Jeff Stein # # Published at https://github.com/jvstein/bitcoin-prometheus-exporter # Licensed under BSD 3-clause (see LICENSE). # # Dependency licenses (retrieved 2020-05-31): # prometheus_client: Apache 2.0 # python-bitcoinlib: LGPLv3 # riprova: MIT import json import logging import time im..."