Open monicajss opened 3 years ago
I know this is really old but do you need to do either
[MetricsNames.QUERY_DURATION]: (labels) => { return labels.success === 'false'; }
or
[MetricsNames.QUERY_DURATION]: (labels) => labels.success === 'false'
I'm just looking at this type of thing myself at the moment
Hi, I'm trying to use skipMetrics to skip the label
success=false
fromapollo_query_duration
metrics. I tried as bellow:Should I import something else? What am I doing wrong?