You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This always returns Zero, but running that same target in graphite returns data. How is the complex target supposed to be laid out and/or what am i doing wrong
The text was updated successfully, but these errors were encountered:
Been trying to get a complex target to work. like the below but with sensitive words renamed.
'scale(divideSeries(env.app-name.env.ab.cd.ef.metrics.CounterMetrics.statistic.count, sumSeries(env.app-name.env.ab.cd.ef.metrics.CounterMetrics.*.count)), 100)'
When i run that as follows
check-graphite.rb -t'scale(divideSeries(env.app-name.env.ab.cd.ef.metrics.CounterMetrics.statistic.count, sumSeries(env.app-name.env.ab.cd.ef.metrics.CounterMetrics.*.count)), 100)' -h https://graphite.env.example.net -x 'scale(divideSeries(env.app-name.env.ab.cd.ef.metrics.CounterMetrics.Statistic.count, sumSeries(env.app-name.env.ab.cd.ef.metrics.CounterMetrics.*.count)), 100)' -p 6000mins -l 100
This always returns Zero, but running that same target in graphite returns data. How is the complex target supposed to be laid out and/or what am i doing wrong
The text was updated successfully, but these errors were encountered: