Adjust the mcrouter metrics scrap interval from 15 to 30 sec
Change-Id: I29d20648aedf0de91e7ccabd0181ca4523bcc64f
This commit is contained in:
parent
f49b79fe40
commit
9451d3aaee
@ -21,7 +21,7 @@ metadata:
|
|||||||
{{ labels("mcrouter", name) | indent(4) }}
|
{{ labels("mcrouter", name) | indent(4) }}
|
||||||
spec:
|
spec:
|
||||||
podMetricsEndpoints:
|
podMetricsEndpoints:
|
||||||
- interval: 15s
|
- interval: 30s
|
||||||
path: /metrics
|
path: /metrics
|
||||||
port: metrics
|
port: metrics
|
||||||
selector:
|
selector:
|
||||||
|
@ -32,6 +32,8 @@ class KubernetesObjectTestCase(testtools.TestCase):
|
|||||||
"""Base class for Kubernetes object tests."""
|
"""Base class for Kubernetes object tests."""
|
||||||
|
|
||||||
SAMPLES_PATH = 'config/samples'
|
SAMPLES_PATH = 'config/samples'
|
||||||
|
SAMPLE_FILE = ''
|
||||||
|
TEMPLATE_FILE = ''
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user