-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HPCC-33201 Expose OTel Resource Attribute config options
- Defines new Jtrace Resource Attribute config options - Defaults deploymentEnvironment to development - Provides sample baremetal config section Signed-off-by: Rodrigo Pastrana <[email protected]>
- Loading branch information
Showing
4 changed files
with
54 additions
and
5 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
helm/examples/tracing/baremetal-otlp-http-localhost-sample.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<Environment> | ||
<Software> | ||
<tracing disabled="false"> | ||
<resourceAttributes deploymentEnvironment="development" serviceNamespace="cmakeinstall"/> | ||
<exporters consoleDebug="true" endpoint="http://localhost:4318/v1/traces" type="OTLP-HTTP"> | ||
<batch enabled="false" maxQueueSize="4095" scheduledDelayMillis="6001" maxExportBatchSize="511"/> | ||
</exporters> | ||
</tracing> | ||
</Software> | ||
</Environment> |
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
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