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 25738f3 commit 19f0dc7Copy full SHA for 19f0dc7
exporters/otlp/src/otlp_metric_utils.cc
@@ -229,6 +229,7 @@ void OtlpMetricUtils::PopulateResourceMetrics(
229
proto::common::v1::InstrumentationScope *scope = scope_lib_metrics->mutable_scope();
230
scope->set_name(scope_metrics.scope_->GetName());
231
scope->set_version(scope_metrics.scope_->GetVersion());
232
+ resource_metrics->set_schema_url(scope_metrics.scope_->GetSchemaURL());
233
234
for (auto &metric_data : scope_metrics.metric_data_)
235
{
0 commit comments