Skip to content

Commit

Permalink
instrumentation/nginx: include batch_span_processor_options to fix bu…
Browse files Browse the repository at this point in the history
…ild (#314)

Signed-off-by: Muhammad Falak R Wani <[email protected]>
  • Loading branch information
mfrw authored Aug 27, 2023
1 parent 12c911f commit aaa51e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instrumentation/nginx/src/otel_ngx_module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ extern ngx_module_t otel_ngx_module;
#include <opentelemetry/context/context.h>
#include <opentelemetry/nostd/shared_ptr.h>
#include <opentelemetry/sdk/trace/batch_span_processor.h>
#include <opentelemetry/sdk/trace/batch_span_processor_options.h>
#include <opentelemetry/sdk/trace/id_generator.h>
#include <opentelemetry/sdk/trace/samplers/always_off.h>
#include <opentelemetry/sdk/trace/samplers/always_on.h>
Expand Down

0 comments on commit aaa51e2

Please sign in to comment.