Skip to content

Commit

Permalink
fixed root in exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
suranjay committed Aug 3, 2023
1 parent 27a4258 commit b710c32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static OpenTelemetry get(Settings settings) {
try {
return get(
settings,
SpanDiskExporter.create(LoggingSpanExporter.create(), new File("~/tmpfs"), StorageConfiguration.getDefault()),
SpanDiskExporter.create(LoggingSpanExporter.create(), new File("/home/ec2-user/opensearch-3.0.0-SNAPSHOT/tmpfs"), StorageConfiguration.getDefault()),
ContextPropagators.create(W3CTraceContextPropagator.getInstance()),
Sampler.alwaysOn()
);
Expand Down

0 comments on commit b710c32

Please sign in to comment.