Skip to content

Commit b6ec7a1

Browse files
authored
[CONFIGURATION] File configuration - configuration parser (#3520)
1 parent 7a78dd0 commit b6ec7a1

File tree

7 files changed

+4966
-0
lines changed

7 files changed

+4966
-0
lines changed

sdk/include/opentelemetry/sdk/configuration/instrument_type.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ namespace configuration
1717
// YAML-NODE: InstrumentType
1818
enum class InstrumentType : std::uint8_t
1919
{
20+
none, /* Represents a null entry */
2021
counter,
2122
histogram,
2223
observable_counter,

0 commit comments

Comments
 (0)