Skip to content

Commit

Permalink
metrics: remove package comment
Browse files Browse the repository at this point in the history
I think all the information in the comment is pretty evident from the
variables.
  • Loading branch information
ribbybibby committed Apr 29, 2021
1 parent 77d4a5e commit 58e4294
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions metrics/prometheus.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// Package metrics contains global structures for capturing
// semaphore-policy metrics. The following metrics are implemented:
//
// - semaphore_policy_calico_client_request{"type", "success"}
// - semaphore_policy_pod_watcher_failures{"type"}
// - semaphore_policy_sync_queue_full_failures{"globalnetworkset"}
// - semaphore_policy_sync_requeue{"globalnetworkset"}
package metrics

import (
Expand Down

0 comments on commit 58e4294

Please sign in to comment.