Update to OpenTelemetry 1.17.0#2453
Conversation
|
Search and fix 2 issues: |
will you fix these in this PR? |
done |
|
2022-08-31 14:18:12.815+01:00 WARN c.m.a.a.i.c.ConfigurationBuilder - Unrecognized field "masking" (class com.microsoft.applicationinsights.agent.internal.configuration.Configuration$EnabledByDefaultInstrumentation), not marked as ignorable (one known property: "enabled"]) Got following error with 3.3.1 agent version and "jdbc": { |
|
hi @asos-jitu! you will need to use 3.4.0-BETA for this new feature: https://github.com/microsoft/ApplicationInsights-Java/releases/tag/3.4.0-BETA |
|
The masking enables option should be available for all db.types and not only jdbc. Not working for a mongo type and is failing while starting with the following error 2022-09-02 12:27:20.134+01:00 WARN c.m.a.a.i.c.ConfigurationBuilder - Unrecognized field "masking" (class com.microsoft.applicationinsights.agent.internal.configuration.Configuration$EnabledByDefaultInstrumentation), not marked as ignorable (one known property: "enabled"]) |
|
hi @asos-jitu! can you open a new issue so we can track this? the current configuration option only applies to jdbc, but we should be able to add a similar configuration option to mongo |
|
Hi @trask any dates for releasing the 3.4.0-BETA version? |
|
hi @asos-jitu 3.4.0-BETA is released: https://github.com/microsoft/ApplicationInsights-Java/releases |
Includes a fix for role name and ikey overrides.
Also adds new config for upstream option:
Resolves #1989 (disabling the jdbc masking)