-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
56 changed files
with
585 additions
and
741 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 0 additions & 40 deletions
40
...com/microsoft/applicationinsights/agent/bootstrap/customExceptions/FriendlyException.java
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
.../agent-bootstrap/src/main/java/io/opentelemetry/javaagent/bootstrap/ConfigureLogging.java
This file was deleted.
Oops, something went wrong.
22 changes: 11 additions & 11 deletions
22
agent/agent-bootstrap/src/main/resources/rp-logger-config/etw.appender.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<included> | ||
<!-- internal troubleshooting/diagnostics logs --> | ||
<appender name="ETW_PROVIDER" class="com.microsoft.applicationinsights.agent.bootstrap.diagnostics.etw.EtwAppender"> | ||
<!-- accepts logs only from applicationinsights.extension.diagnostics or errors --> | ||
<filter class="com.microsoft.applicationinsights.agent.bootstrap.diagnostics.log.ApplicationInsightsDiagnosticsLogFilter"/> | ||
</appender> | ||
|
||
<root> | ||
<appender-ref ref="ETW_PROVIDER" /><!-- optional; windows only, platform dependent --> | ||
</root> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<included> | ||
<!-- internal troubleshooting/diagnostics logs --> | ||
<appender name="ETW_PROVIDER" class="com.microsoft.applicationinsights.agent.bootstrap.diagnostics.etw.EtwAppender"> | ||
<!-- accepts logs only from applicationinsights.extension.diagnostics or errors --> | ||
<filter class="com.microsoft.applicationinsights.agent.bootstrap.diagnostics.log.ApplicationInsightsDiagnosticsLogFilter"/> | ||
</appender> | ||
|
||
<root> | ||
<appender-ref ref="ETW_PROVIDER" /><!-- optional; windows only, platform dependent --> | ||
</root> | ||
</included> |
59 changes: 0 additions & 59 deletions
59
agent/agent-bootstrap/src/test/resources/applicationinsights.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.