Open peterpakos opened 1 month ago
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 includeOnly
/ exclude
config options? https://www.artillery.io/docs/reference/extensions/publish-metrics/opentelemetry#metrics
@hassy yes, we can see all relevant metrics on Artillery summary report, they're just not being pushed to Grafana.
We are not using includeOnly
or exclude
options.
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: