Skip to content

Commit dbb1921

Browse files
committed
Add missing file
1 parent 11bbcac commit dbb1921

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// Copyright The OpenTelemetry Authors
2+
// SPDX-License-Identifier: Apache-2.0
3+
4+
#pragma once
5+
6+
#include "opentelemetry/version.h"
7+
8+
OPENTELEMETRY_BEGIN_NAMESPACE
9+
namespace sdk
10+
{
11+
namespace configuration
12+
{
13+
14+
enum enum_otlp_http_encoding
15+
{
16+
protobuf,
17+
json
18+
};
19+
20+
} // namespace configuration
21+
} // namespace sdk
22+
OPENTELEMETRY_END_NAMESPACE

0 commit comments

Comments
 (0)