First release
This commit is contained in:
parent
9e428fabef
commit
84e5bbaf1a
10 changed files with 129 additions and 0 deletions
8
templates/etc/crio/crio.conf.d/01-metrics.conf.j2
Normal file
8
templates/etc/crio/crio.conf.d/01-metrics.conf.j2
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# A necessary configuration for Prometheus based metrics retrieval
|
||||
[crio.metrics]
|
||||
|
||||
# Globally enable or disable metrics support.
|
||||
enable_metrics = true
|
||||
|
||||
# The port on which the metrics server will listen.
|
||||
metrics_port = 9090
|
||||
Loading…
Add table
Add a link
Reference in a new issue