Riccardo Magliocchetti
Riccardo Magliocchetti
These were from CI, I don't think I have seen them in a few, closing.
Code attributes have become stable and we'll switch to the stable version for the next release. Also we removed usage of SpanAttributes. @lmolkova is it fine to close for you?
@fstolba You need to sign the CLA in order to have your changes integrated
@fstolba Have you looked into adding a test (or an assert to an existing one) to check that the labels are sorted?
@veryrusty care to open a PR to delete these lines?
If it wasn't clear here I'm just proposing a generic way to hook into context change, not anything specific to the profiler.
We are going to drop Python 3.6 support in the next minor instead.
For Go is not added by default but instrumentation is only manual AFAIK, for java the same but it's kinda suggested to add it per https://opentelemetry.io/docs/languages/java/resources/ For JS the auto...
~~@aabmass the service.instance.id is not added by the process resource detector though so with or without the process.pid we have the same issue no?~~ Anyway I've added a `ProcessRuntimeResourceDetector` that...
> @aabmass the service.instance.id is not added by the process resource detector though so with or without the process.pid we have the same issue no? I think I've understood what...