OpenTelemetry plugin, support for resource attributes #3333
viktorgagaleski
started this conversation in
Artillery
Replies: 1 comment 9 replies
-
hi @viktorgagaleski 👋 will need to check, it might need a change to the OTel integration, but shouldn't be too difficult. very happy to hear the PoC is going well! |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Artillery team,
We are evaluating Artillery in combination with Playwrigth in order to do UI performance testing. The PoC is going great and I am really positively surprised on what it can be achieved, especially if teams already have Playwight setup with pages, components etc.
We also want to leverage the oTel plugin and send the results of the runs to our oTel backbone. We managed to do this successfully but there are some issues that we observed. Our oTel collector expects the attributes to be inside of the resources -> attributes child, which at the moment doesn't seem to happen. All of the attributes are added in the metric -> attributes. We need this as that is how we filter our logs and metrics, and then decide on retention period etc.
This is the config that we use:
oTel example:
We would like to add attributes here:
"resource": { "attributes": [ { "key": "service.name", "value": { "stringValue": "my.service" } } ] },
Is there any way on how we can add resource attributes via the yml configuration?
Beta Was this translation helpful? Give feedback.
All reactions