We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a31258 commit 69c0259Copy full SHA for 69c0259
sdk/test/instrumentationscope/instrumentationscope_test.cc
@@ -66,7 +66,6 @@ TEST(InstrumentationScope, CreateInstrumentationScopeWithInvalidAttributes)
66
std::string library_name = "opentelemetry-cpp";
67
std::string library_version = "0.1.0";
68
std::string schema_url = "https://opentelemetry.io/schemas/1.2.0";
69
- uint32_t attrubite_value3[] = {7, 8, 9};
70
auto instrumentation_scope =
71
InstrumentationScope::Create(library_name, library_version, schema_url,
72
{{"attribute-key1", "attribute-value"},
0 commit comments