lexx-bright
lexx-bright
I want to be able route metrics based on tags. For example: match “env=prod” send to ch_prod stop ; match “env=test” send to ch_test stop ; And it does work...
Could you share your concerns about tags to be a part of a metric name? As a workaround I've added ";=" to the list of allowed symbols and got desired...
Does work, but only if each series got it's corresponding total and visa versa. Otherwise "500 Internal Server Error". Expected behaviour: "Any series or totals that can’t be matched will...
&target=asPercent(Server*.connections.failed, Server*.connections.attempted, 0) Let's say we have 2 servers. When data collection is normal, we have match of failed and attempted series for each server. Server1.connections.failed Server1.connections.attempted Server2.connections.failed Server2.connections.attempted For...
@Yannig built exporter with oracle-instantclient19.11 Oracle Database 19c Standard Edition 2 19.0.0.0.0 19.11.0.0.0 Production ``` Message: Process 2527312 (oracledb_export) of user 0 dumped core. Stack trace of thread 2527322: #0...
Any suggestions on how to fix/workaround this error?
@msaf1980 please, reopen. ``` # echo "test;env=prod 0 $(date +%s)" | nc 127.0.0.1 2003 # echo "test;env=dr 0 $(date +%s)" | nc 127.0.0.1 2003 # curl -s '127.0.0.1:19010/render?target=seriesByTag("name=test")&format=json&from=now-1h&until=now&maxDataPoints=1' | jq...
@msaf1980, thanks for the fix but regular expression is still not [anchored](https://github.com/graphite-project/graphite-web/blob/e058266f8afc293250ee32fd30e3bce4b7ab3579/webapp/graphite/render/functions.py#L5735) ``` curl -s '127.0.0.1:19020/render?target=seriesByTag("name=test")&format=json&f rom=now-1h&until=now&maxDataPoints=1' | jq . [ { "target": "test;env=dr", "datapoints": [ [ 0, 1715839140 ]...