Closed geoffharcourt closed 2 years ago
This was a misunderstanding I had about when the collector_working
would turn to 1
. We had some issues with a custom collector that I'll file a separate issue about, but this was just normal behavior before any metrics get sent.
This is a huge mystery to me, but I'm having trouble running the exporter as a process on Alpine Linux. The
ruby_collector_working
metric never goes to1
, and all metrics posted get rejected as unregistered.Here's the smallest reproduction I could do:
If I
curl localhost:9394/metrics
this is what I get:The memory use slowly ticks up, but
ruby_collector_working
never reaches 1. The server responds to requests and the ping healthcheck, but the collector never seems to get going. CPU use and memory use are minimal. At first I thought this was part of our k8s setup, but I can reproduce this locally as well in a single container on its own.