Skip to content

Commit

Permalink
Merge branch 'main' into sync-temporal
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored May 9, 2022
2 parents 413954e + 02630e0 commit efaff4d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
# include <iostream>
# include <string>
# include "opentelemetry/common/spin_lock_mutex.h"
# include "opentelemetry/nostd/span.h"
# include "opentelemetry/sdk/metrics/data/metric_data.h"
# include "opentelemetry/sdk/metrics/instruments.h"
# include "opentelemetry/sdk/metrics/metric_exporter.h"
# include "opentelemetry/sdk/metrics/recordable.h"
# include "opentelemetry/version.h"

OPENTELEMETRY_BEGIN_NAMESPACE
Expand All @@ -28,7 +26,7 @@ class OStreamMetricExporter final : public opentelemetry::sdk::metrics::MetricEx
public:
/**
* Create an OStreamMetricExporter. This constructor takes in a reference to an ostream that the
* export() function will send span data into.
* export() function will send metrics data into.
* The default ostream is set to stdout
*/
explicit OStreamMetricExporter(std::ostream &sout = std::cout) noexcept;
Expand Down
24 changes: 0 additions & 24 deletions sdk/include/opentelemetry/sdk/metrics/aggregator/aggregator.h

This file was deleted.

2 changes: 1 addition & 1 deletion sdk/include/opentelemetry/sdk/metrics/metric_exporter.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MetricExporter
virtual ~MetricExporter() = default;

/**
* Exports a batch of metrics recordables. This method must not be called
* Exports a batch of metrics data. This method must not be called
* concurrently for the same exporter instance.
* @param data metrics data
*/
Expand Down
26 changes: 0 additions & 26 deletions sdk/include/opentelemetry/sdk/metrics/recordable.h

This file was deleted.

0 comments on commit efaff4d

Please sign in to comment.