blob: 9fddb202bddb934c1520f68f690094d24d0a4c0f [file] [log] [blame]
[
{
tag: 'test-component-metric',
service_name: 'test-service',
max_bytes: 10000,
repeat_seconds: 1,
selectors: [
'INSPECT:test_component.cmx:root:extra_number',
'INSPECT:test_component.cmx:root:lazy-double',
],
},
{
tag: 'test-component-too-big',
service_name: 'test-service',
max_bytes: 10,
repeat_seconds: 1,
selectors: [
'INSPECT:test_component.cmx:root:extra_number',
'INSPECT:test_component.cmx:root:lazy-double',
],
},
]