(groupingLabels map[string]string, t time.Time)
| 504 | } |
| 505 | |
| 506 | func newPushFailedTimestampGauge(groupingLabels map[string]string, t time.Time) *dto.MetricFamily { |
| 507 | return newTimestampGauge(pushFailedMetricName, pushFailedMetricHelp, groupingLabels, t) |
| 508 | } |
| 509 | |
| 510 | func newTimestampGauge(name, help string, groupingLabels map[string]string, t time.Time) *dto.MetricFamily { |
| 511 | var ts float64 |
searching dependent graphs…