Radoslav Kirilov

Results 18 comments of Radoslav Kirilov

@jaypipes You most likely know that, but still to add to this issue - the same happens with RDS MSSQL changing other properties like dbSubnetGroupName vpcSecurityGroupIDs dbParameterGroupName and others as...

Here is the implementation I ended up with: ``` ## app/otel/sdk.py from os import environ, pathsep, getcwd from os.path import abspath, dirname import opentelemetry.instrumentation.auto_instrumentation # Optionally initialize OTel, by importing...

@xwgao nope, your code is not working right. Using my code provides all that you need and you must not include and use the Uptrace package itself, this gives you...

@xwgao this is a list of environment variables, use those that are not commented out and exact values you should be using to get there ``` ### OTel ### #...

What would be the way forward to introduce that feature? The PR https://github.com/open-telemetry/opentelemetry-js/pull/4071 is pretty decent, beside the braking change for DD trace One easy, but arguable option to not...

_Is there a way to dump / debug spans causing that?_ **Update**: I have figured it out configuring the otel collector this way, so it prints both the error message...

I have stumbled on this in a bit different way, but I can tell for sure that Helm Controller does not comply to how Helm works. Here the case -...

@Holzhaus you might consider incorporating https://github.com/jindw/xmldom/pull/132 for fullness of the PR.