You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
Not sure if it's still alive, but it doesn't work with prometheus from master:
# github.com/gettyimages/chronos_exporter
src/github.com/gettyimages/chronos_exporter/exporter.go:145: counter.With(e.mapper.labels(metric)).Set undefined (type prometheus.Counter has no field or method Set)
src/github.com/gettyimages/chronos_exporter/exporter.go:169: gauge.With(e.mapper.labels(metric)).Set undefined (type prometheus.Counter has no field or method Set)
src/github.com/gettyimages/chronos_exporter/exporter.go:196: counter.WithLabelValues().Set undefined (type prometheus.Counter has no field or method Set)
src/github.com/gettyimages/chronos_exporter/exporter.go:229: counter.With(e.mapper.labels(metric)).Set undefined (type prometheus.Counter has no field or method Set)
src/github.com/gettyimages/chronos_exporter/exporter.go:284: counter.WithLabelValues().Set undefined (type prometheus.Counter has no field or method Set)