gerson@mypi4:~ $ curl http://192.168.1.148:9393/metrics<html>
<head></head><body data-gr-c-s-loaded="true"><pre style="word-wrap: break-word; white-space: pre-wrap;"># HELP bmp180_temperature_celsius Temperature read from ESP8266 BMP180 sensor# TYPE bmp180_temperature_celsius gaugebmp180_temperature_celsius 25.50# HELP bmp180_pressure_pascal Pressure read from ESP8266 BMP180 sensor# TYPE bmp180_pressure_pascal gaugebmp180_pressure_pascal 98704# HELP bmp180_altitude_meters Altitude read from ESP8266 BMP180 sensor# TYPE bmp180_altitude_meters gaugebmp180_altitude_meters 357.87</pre></body></html>
My Prometheus instance is running on a docker container, but it can see other nodes.
Am I doing something wrong with the format of exporter?
Thank you,
Gerson