We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now reactor writes metrics like this: ru_fix_completable_reactor_runtime_{OperationType}_{GraphName}_{VertexName}_latencyMax{label="value", .....}
ru_fix_completable_reactor_runtime_{OperationType}_{GraphName}_{VertexName}_latencyMax{label="value", .....}
should be: completable_reactor_latencyMax{label="value", payload="GraphName" vertex="VertexName", operation="OperationType"}
completable_reactor_latencyMax{label="value", payload="GraphName" vertex="VertexName", operation="OperationType"}
The text was updated successfully, but these errors were encountered:
#32 use identity instead string, payload name and operation type (mer…
7ece2f7
…ger/handler) writes as labels
#32 rename labels and check indicator in tests
361a4bc
#32 true name for metrics
8ad0a5a
Merge pull request #33 from ru-fix/write_metric_with_labels
ac186de
KuznetsovVlad
No branches or pull requests
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"}
The text was updated successfully, but these errors were encountered: