Skip to content

Commit a117683

Browse files
committed
doc/user-guide.md: Link metrics
1 parent 38a60aa commit a117683

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/user-guide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,10 @@ func main() {
460460

461461
When the operator is not running in a cluster, the Manager will return an error on starting since it can't detect the operator's namespace in order to create the configmap for leader election. You can override this namespace by setting the Manager's `LeaderElectionNamespace` option.
462462

463+
### Metrics
464+
465+
To learn about how metrics works in operator-sdk read the [metrics section][metrics_doc] of the user documentation.
466+
463467

464468
[pod_eviction_timeout]: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-controller-manager/#options
465469
[manager_options]: https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/manager#Options
@@ -485,3 +489,4 @@ When the operator is not running in a cluster, the Manager will return an error
485489
[controller-go-doc]: https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg#hdr-Controller
486490
[request-go-doc]: https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/reconcile#Request
487491
[result_go_doc]: https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/reconcile#Result
492+
[metrics_doc]: ./user/metrics/README.md

0 commit comments

Comments
 (0)