tezos_exporter icon indicating copy to clipboard operation
tezos_exporter copied to clipboard

A Prometheus metrics exporter for monitoring a Tezos node

Results 11 tezos_exporter issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210611083646-a4fc73990273 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20210611083646-a4fc73990273&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...

dependencies

Hello, the tezos-node exporter is currently failing on both testnets # mainnet : healthy but 401 errors ``` sudo docker-compose ps Name Command State Ports -------------------------------------------------------------------------------------------------------------------------------------------------------------------- mainnet_indexer-db-schema_1 ./db.bash postgresql://ind ......

We're running the `tezos_exporter` with the following parameters ``` $ tezos_exporter -tezos-node-url http://mainnet_node:8732 -bootstraped-poll-interval 10s -bootstraped-threshold 8 ``` I noticed that the Docker logs are filled up with the following...

Similar to the well known prometheus metric `go_build_info` We would like a `tezos_build_info` metric that interrogates the Tezos RPC `/version` endpoint. The `tezos_build_info` communicates the version and buildinfo of the...

Hi, PR related to https://github.com/ecadlabs/tezos_exporter/issues/23 It seem to add `=true` Fix the issue. Load is back to normal And I've theses metrics: `curl -s localhost:9489/metrics |grep mempool` ``` # HELP...

Hell, I found your code recently, I am researching easy Tezos monitoring with prometheus and grafana. Are you still working on it or is there some other alternatives now? Kiln...

Hi, I'm experiencing very high load with tezos_exporter, docker tag tested: latest, 0.0.1-beta.13 & v0.0.1-beta.10 I'm using Tezos docker tag v7.1 I've been monitoring **1 329 946** queries in 30s...

I have been running this exporter as a sidecar to tezos nodes in Kubernetes for some weeks now and I first want to thank you for this great software. Unfortunately,...

See: https://www.robustperception.io/exposing-the-software-version-to-prometheus Labels; * branch * goversion * revision * version