exteded debug info

This commit is contained in:
Christian Schoch
2025-12-25 22:40:29 +01:00
parent 2412e0bb00
commit d699476d8d

View File

@@ -319,7 +319,7 @@ func (fc *FritzboxCollector) reportMetric(ch chan<- prometheus.Metric, m *Metric
floatval = 0
}
default:
logrus.Warnf("unknown type: %s", val)
logrus.Warnf("unknown type: %T (value: %v) for metric %s.%s.%s", tval, val, m.Service, m.Action, m.Result)
collectErrors.Inc()
return
}