Adjust the mcrouter metrics scrap interval from 15 to 30 sec

Change-Id: I29d20648aedf0de91e7ccabd0181ca4523bcc64f
This commit is contained in:
okozachenko 2020-04-28 18:33:46 +03:00
parent f49b79fe40
commit 9451d3aaee
2 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,7 @@ metadata:
{{ labels("mcrouter", name) | indent(4) }}
spec:
podMetricsEndpoints:
- interval: 15s
- interval: 30s
path: /metrics
port: metrics
selector:

View File

@ -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):