-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection string overrides #2471
Conversation
This pull request fixes 10 alerts when merging c4a39c1 into 86cba45 - view on LGTM.com fixed alerts:
|
This pull request fixes 11 alerts when merging fd19394 into 86cba45 - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging fd19394 into c3853ce - view on LGTM.com fixed alerts:
|
fd19394
to
e295faa
Compare
This pull request fixes 1 alert when merging e295faa into c3853ce - view on LGTM.com fixed alerts:
|
d158b99
to
7dc43a8
Compare
This pull request fixes 1 alert when merging 7dc43a8 into c3853ce - view on LGTM.com fixed alerts:
|
c3853ce
to
e5d3b3f
Compare
7dc43a8
to
0f7c497
Compare
This pull request fixes 1 alert when merging 0f7c497 into e5d3b3f - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging 3573276 into e5d3b3f - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging f3a4205 into e5d3b3f - view on LGTM.com fixed alerts:
|
...-bootstrap/src/main/java/com/microsoft/applicationinsights/agent/bootstrap/BytecodeUtil.java
Show resolved
Hide resolved
.../main/java/com/microsoft/applicationinsights/agent/internal/classicsdk/BytecodeUtilImpl.java
Show resolved
Hide resolved
...ava/com/microsoft/applicationinsights/agent/internal/configuration/ConfigurationBuilder.java
Show resolved
Hide resolved
...rc/main/java/com/microsoft/applicationinsights/agent/internal/telemetry/TelemetryClient.java
Show resolved
Hide resolved
...rc/main/java/com/microsoft/applicationinsights/agent/internal/telemetry/TelemetryClient.java
Show resolved
Hide resolved
.../main/java/com/azure/monitor/opentelemetry/exporter/implementation/models/TelemetryItem.java
Outdated
Show resolved
Hide resolved
This pull request fixes 1 alert when merging 25afac6 into e5d3b3f - view on LGTM.com fixed alerts:
|
...c/main/java/com/microsoft/applicationinsights/agent/internal/init/LegacyInstrumentation.java
Show resolved
Hide resolved
...er/src/main/java/com/azure/monitor/opentelemetry/exporter/implementation/SpanDataMapper.java
Outdated
Show resolved
Hide resolved
...er/src/main/java/com/azure/monitor/opentelemetry/exporter/implementation/SpanDataMapper.java
Outdated
Show resolved
Hide resolved
.../com/azure/monitor/opentelemetry/exporter/implementation/configuration/ConnectionString.java
Outdated
Show resolved
Hide resolved
...va/com/azure/monitor/opentelemetry/exporter/implementation/localstorage/LocalFileLoader.java
Outdated
Show resolved
Hide resolved
...va/com/azure/monitor/opentelemetry/exporter/implementation/localstorage/LocalFileWriter.java
Show resolved
Hide resolved
...va/com/azure/monitor/opentelemetry/exporter/implementation/localstorage/LocalFileWriter.java
Show resolved
Hide resolved
.../main/java/com/azure/monitor/opentelemetry/exporter/implementation/models/TelemetryItem.java
Outdated
Show resolved
Hide resolved
smoke-tests/apps/SamplingOverrides/src/smokeTest/resources/applicationinsights.json
Show resolved
Hide resolved
e5d3b3f
to
7deb2f4
Compare
25afac6
to
a1767c3
Compare
This pull request fixes 1 alert when merging 1f090a8 into d7a916f - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging 344d7c7 into d7a916f - view on LGTM.com fixed alerts:
|
@@ -34,6 +34,8 @@ class ConnectionStringBuilder { | |||
// visible for testing | |||
static final int CONNECTION_STRING_MAX_LENGTH = 4096; | |||
|
|||
private String parsedFrom; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we rename this to be consistent with ConnectionString?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
This pull request fixes 1 alert when merging 56ed47c into d7a916f - view on LGTM.com fixed alerts:
|
Built on top of #2468