Skip to content
Snippets Groups Projects
Commit 9b688f5a authored by ale's avatar ale
Browse files

Register the Prometheus metric to be exported

parent 40550e76
No related branches found
No related tags found
No related merge requests found
......@@ -100,3 +100,7 @@ var (
[]string{"type", "domain"},
)
)
func init() {
prometheus.MustRegister(reportsByType)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment