nocentino / MetricsML

5 stars 5 forks source link

No SQL data available in telegraf or grafana #1

Closed joshooaj closed 6 months ago

joshooaj commented 6 months ago

Hi @nocentino,

Great session so far!

I wasn't getting any SQL data in the telegraf/metrics endpoint, prometheus, or in the Grafana dashboards. A docker compose logs telegraf showed login failures against the sql server instances. I changed the configured username from telegraf to sa in ./telegraf/telegraf.conf and everything's working great now!

PSHSummit24-nocentino-MetricsML

joshooaj commented 6 months ago

I wasn't seeing the metricsml/metrics endpoint and it looked to be because of a missing dependency named plotly. I added it to requirements.txt, ran docker compose build; docker compose up -d, and now I'm seeing the predicted data in grafana 🎉😎