Skip to content

Fix references to -Dotel.javaagent.experimental.extensions which should be -Dotel.javaagent.extensions #335

@ecourreges-orange

Description

@ecourreges-orange

It looks like on javaagent versions 1.31+ the -Dotel.javaagent.experimental.extensions is silently ignored, scratching my head as to why I was getting "Unrecognized exporter type google_cloud_trace".
I found that in the readme and code of this repo the are references to both -Dotel.javaagent.experimental.extensions and -Dotel.javaagent.extensions but only the latter one works.
So I think you just need to change all references in examples from otel.javaagent.experimental.extensions to otel.javaagent.extensions and this issue will be fixed.
Thank you.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions