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) }}
|
||||
spec:
|
||||
podMetricsEndpoints:
|
||||
- interval: 15s
|
||||
- interval: 30s
|
||||
path: /metrics
|
||||
port: metrics
|
||||
selector:
|
||||
|
@ -32,6 +32,8 @@ class KubernetesObjectTestCase(testtools.TestCase):
|
||||
"""Base class for Kubernetes object tests."""
|
||||
|
||||
SAMPLES_PATH = 'config/samples'
|
||||
SAMPLE_FILE = ''
|
||||
TEMPLATE_FILE = ''
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
|
Loading…
x
Reference in New Issue
Block a user