Skip to content

Commit

Permalink
Clarify could role name configuration (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Jun 9, 2023
1 parent 4ed512b commit 3c9f04e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private static void initOpenTelemetry() {
SdkLoggerProvider.builder()
.setResource(
Resource.getDefault().toBuilder()
.put(ResourceAttributes.SERVICE_NAME, "track-trace-example")
.put(ResourceAttributes.SERVICE_NAME, "my cloud role name")
.build())
.addLogRecordProcessor(
BatchLogRecordProcessor.builder(logRecordExporter).build())
Expand Down

0 comments on commit 3c9f04e

Please sign in to comment.