Nolan

Results 5 issues of Nolan

**Thanos, Prometheus and Golang version used**: Thanos: v0.27.0 Prometheus: 2.25.2 Golang: go1.15.10 Here's my `docker-compose.yml` for good measure: ``` services: sidecar: image: thanosio/thanos:v0.27.0 container_name: thanos-sidecar command: - "sidecar" - "--debug.name=sidecar"...

stale

Hi, The links to your precompiled binaries no longer exist: https://bintray.com/artifact/download/nlamirault/oss/speedtest_exporter-0.3.0_linux_arm

kind/feature
status/available
priority/high
lifecycle/stale

Hi, I noticed my configured names aren't appearing in any metric except `wireguard_peer_info`. The `name` label does not appear in any of the other metrics (keys redacted): ``` # TYPE...

Hi there, would it be possible to implement an additional command line option to change the metrics path from `/metrics` to something else like `/conntrack/metrics` for example? I need to...

Hello, I noticed the metrics are not showing all of the currently open connections on my server. Here is what I get when I `grep` for listening TCP connections on...