Amir Blum
Amir Blum
prior duplicate of #1247
> is it kind of env variable which I need to pass as k8s ENV during run time? You can set it when you run `odigos install`. Reference: https://docs.odigos.io/cli/odigos_install#options
Hi @ashish0x02 Can you please share if this is resolved or you still need help with this issue? Please note that we recently upgraded the collector image to use v0.91.0....
update: applied in https://github.com/open-telemetry/opentelemetry-js/pull/4847 ~~we should probably also consider if we want to remove [instrumentationDescription](https://github.com/open-telemetry/opentelemetry-js/blob/01a2c35a694e57df45f063d61506ef9e9938eb7d/experimental/packages/opentelemetry-instrumentation/src/types.ts#L35) of the public api `Instrumentation` interface. I don't see any reason for it to exist...
one more breaking issue is making the instrumentation base `_config` property private, and so config interactions are only via the getter and setter: > Here is my opinion. If we...
> For becoming members of OTel org, @marcalff has agreed for first sponsor. Can someone from javascript-maintainers be the second sponsor. Once this PR is finalized and ready to merge,...
@open-telemetry/javascript-approvers would love to get feedback on this approach as an MVP + demonstration of how it can be actually leveraged by a tool (lint readme). Please feel free to...
more on the motivation and future plans can be found in https://github.com/open-telemetry/opentelemetry-js/issues/4725. any feedback is appreciated 🙏
As discussed in the last SIG and documented on the PR, it is very unlikely that people out there are calling the `InstanaAgentDetector` directly and will be affected by changing...
> > As discussed in the last SIG and documented on the PR, it is very unlikely that people out there are calling the `InstanaAgentDetector` directly and will be affected...