Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bsarden committed Jul 29, 2022
1 parent a5e10f1 commit 308917e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exporters/ostream/src/metric_exporter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ void OStreamMetricExporter::printResources(const opentelemetry::sdk::resource::R
}

void OStreamMetricExporter::printInstrumentationInfoMetricData(
const sdk::metrics::InstrumentationInfoMetrics &info_metric, const sdk::metrics::ResourceMetrics &data)
const sdk::metrics::InstrumentationInfoMetrics &info_metric,
const sdk::metrics::ResourceMetrics &data)
{
// sout_ is shared
const std::lock_guard<opentelemetry::common::SpinLockMutex> locked(lock_);
Expand Down

0 comments on commit 308917e

Please sign in to comment.