Fix typos, update TODO
All checks were successful
Build and Publish / release (push) Successful in 3m44s

This commit is contained in:
2025-01-07 11:28:34 -05:00
parent 4c93303f27
commit 87f0cbac01
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ func MustInitMetrics(appCtx context.Context) *WeatherMetrics {
metric.WithDescription("Outdoor Temperature in Faherenheit"))
wm.TempIndoorF, _ = wm.meter.Float64Gauge("weather_temp_indoor_f",
metric.WithDescription("Indoor Temperature in Faherenheit"))
wm.HumidityOudoor, _ = wm.meter.Int64Gauge("weather_humidity_oudoor",
wm.HumidityOudoor, _ = wm.meter.Int64Gauge("weather_humidity_outdoor",
metric.WithDescription("Outdoor Humidity %"))
wm.HumidityIndoor, _ = wm.meter.Int64Gauge("weather_humidity_indoor",
metric.WithDescription("Indoor Humidity %"))