Hi,
We want to set the exporter endpoint of the WildFly Open Telemetry subsystem using an environment variable (instead of using the CLI).
This works using WildFly's CLI:
/subsystem=opentelemetry:exporter(name=endpoint):write-attribute(name=endpoint,value="
http://otel-collector:4317")
We do have `WILDFLY_OVERRIDING_ENV_VARS=1` and we already set other settings in the Open Telemetry subsystem. E.g. if we want to turn off the sampler this works just fine: `SUBSYSTEM_OPENTELEMETRY__SAMPLER_TYPE=off`.
Any help would be greatly appreciated. :-)