Skip to content

Commit

Permalink
add prom scrape annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus committed Aug 3, 2023
1 parent e8f0aa9 commit c370829
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func (s *systemState) functionAnnotations() map[string]string {
return map[string]string{
"prometheus.io/port": "80",
"prometheus.io/path": "/metrics",
"prometheus.io/scrape": "true",
}
}

Expand Down

0 comments on commit c370829

Please sign in to comment.