Fix typos, update TODO
All checks were successful
Build and Publish / release (push) Successful in 3m44s
All checks were successful
Build and Publish / release (push) Successful in 3m44s
This commit is contained in:
@ -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 %"))
|
||||
|
Reference in New Issue
Block a user