ru-fix / completable-reactor

CompletableReactor framework makes it easier to create business flows that have concurrently running parts and complex execution branching.
https://ru-fix.github.io/completable-reactor
MIT License
12 stars 2 forks source link

Completable Reactor writes metrics with labels #32

Open KuznetsovVlad opened 4 years ago

KuznetsovVlad commented 4 years ago

Now reactor writes metrics like this: ru_fix_completable_reactor_runtime_{OperationType}_{GraphName}_{VertexName}_latencyMax{label="value", .....}

should be: completable_reactor_latencyMax{label="value", payload="GraphName" vertex="VertexName", operation="OperationType"}