Nginx OTel module.

This commit is contained in:
Pavel Pautov 2022-11-29 00:17:12 -08:00 committed by Dmitry Plotnikov
parent a0389d8296
commit f2fa90ea6a
8 changed files with 1042 additions and 0 deletions

5
src/str_view.hpp Normal file
View file

@ -0,0 +1,5 @@
#pragma once
#include <opentelemetry/nostd/string_view.h>
typedef opentelemetry::nostd::string_view StrView;