Stefan Norberg
Stefan Norberg
This is the current opt-out mechanism afaik: ```-Dotel.java.disabled.resource.providers=io.opentelemetry.sdk.extension.resources.ProcessResourceProvider``` so perhaps ```-Dotel.java.enabled.resource.providers=io.opentelemetry.sdk.extension.resources.ProcessResourceProvider``` to enable it again if you're asking about the Provider as a whole. Perhaps the static/verbose stuff can move...
I am using a fork of the AWS OTEL-agent distro (to add my own Sampler) with their Docker sidecar to forward event to AWS X-Ray. The `otel.resource` attributes are there...
So it it possible that in the AWS-case, its also just presented as such? @anuraaga
> What information do you think isn't important to know about the source of the spans? I already know everything that's in the resource attributes I described above. I bet...
Yeah. perhaps in a larger operation than I run there is a point to that. What about these? ``` "otel.resource.cloud.provider": "aws", "otel.resource.telemetry.sdk.name": "opentelemetry", "otel.resource.telemetry.sdk.language": "java", ``` My poInt: think it's...
Yeah, that's fair. I was concerned with them being in every span. Need to validate that with the AWS folks.
+1 I would also like to have the empty rows removed in the exported file when using expandableRows.
Any update on this? Same issue here w/ messageformat. Works with the filter, does not work with [translateParams].
I converted my UpgradeModule project to downgradeModule today, and as the feature needs documenting, I created a diff for the changes I made. Perhaps it is of use to someone....