Skip to content

Commit

Permalink
[etw] cleanup include path (#2594)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Mar 20, 2024
1 parent 19f0dc7 commit 4d4f8ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
#include "opentelemetry/nostd/variant.h"
#include "opentelemetry/trace/span_id.h"

#include "opentelemetry//sdk/trace/sampler.h"
#include "opentelemetry/exporters/etw/etw_provider.h"
#include "opentelemetry/exporters/etw/etw_tail_sampler.h"
#include "opentelemetry/sdk/trace/id_generator.h"
#include "opentelemetry/sdk/trace/sampler.h"

OPENTELEMETRY_BEGIN_NAMESPACE
namespace exporter
Expand Down

1 comment on commit 4d4f8ed

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 4d4f8ed Previous: 19f0dc7 Ratio
BM_BaselineBuffer/2 6220424.175262451 ns/iter 2490199.5966888703 ns/iter 2.50
BM_BaselineBuffer/4 14811022.281646729 ns/iter 2506443.628898034 ns/iter 5.91

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.