Daniel Ruggeri
Daniel Ruggeri
Hey there, @cyxou - sorry for the slow reply! Yes, those look like they should work fine. I *think* this is caused by not including the Prometheus functions in the...
Hey there @x3nb63. Can you share the full command line arguments or query string parameters sent to the exporter? A quick check confirms that you should only see the 'false'...
Thanks, @minus7 - I tend to agree, but the Prometheus project had the opinion that the Prometheus server must be responsible for service discovery rather than the exporter. The initial...
@daniel-butler-irl - this is awesome - I love it. Thanks!
OK, yeah - that makes sense. You're correct in that I was only looking to read the probe target temperature. Your pointers help a ton! I can see how I...
@Justin-DynamicD - I know it's been a while since you opened this, but you may be able work around the issue by setting `data` to an empty string? Perhaps give...
Conceptually, I think the idea makes sense... but it would be difficult to implement given the current codebase. The provider is wrapping the `api_client` while the resource is wrapping the...
Hi there, @sleepy-nols. You're correct, it accepts either environment variables or command line parameters only. Basically, it uses the Kingpin library which is a CLI parser.
Close - just the other way around. The library used by the exporter will use the environment entry if present, but if a command line flag is also provided, the...
Hey there, @vbaidak - sorry for the delay in responding. I somehow missed this one. It should be safe to hit the /metrics endpoint as a health observer since these...