-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
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
OpenTelemetry plugin missing crucial metrics #3353
Comments
Did you find any solution ? Having the same problem. |
@maofalt unfortunately I haven't. It's been 6 weeks with no response or at least some sort of acknowledgement. Shame. |
@maofalt are you using Grafana Cloud too? @peterpakos it seems that you can see Artillery's histogram and rate metrics in Grafana, but not the counters? Are they being shown in Artillery's own report? The code to send counter metrics is here: https://github.com/artilleryio/artillery/blob/main/packages/artillery-plugin-publish-metrics/lib/open-telemetry/metrics.js#L120 As you can see it's very similar to the code to send other metric types, and all it's doing is use an OTel SDK method. Does the Artillery configuration use |
@hassy yes, we can see all relevant metrics on Artillery summary report, they're just not being pushed to Grafana. We are not using |
We are trialling OpenTelemetry plugin for ingesting performance test metrics into our Grafana Cloud instance.
Everything appears to be working as expected but the selection of generated metrics is a bit sparse.
Version info:
Running this command:
I expected to see this happen:
All standard HTTP engine metrics being generated/ingested including
http.requests
,http.responses
,http.codes.*
etc. (as per https://www.artillery.io/docs/reference/engines/http#metrics-reported-by-the-engine).Instead, this happened:
Only the following metrics appear in Grafana:
Files being used:
The text was updated successfully, but these errors were encountered: