File tree Expand file tree Collapse file tree 4 files changed +2
-54
lines changed
exporters/ostream/include/opentelemetry/exporters/ostream
sdk/include/opentelemetry/sdk/metrics Expand file tree Collapse file tree 4 files changed +2
-54
lines changed Original file line number Diff line number Diff line change 77# include < iostream>
88# include < string>
99# include " opentelemetry/common/spin_lock_mutex.h"
10- # include " opentelemetry/nostd/span.h"
1110# include " opentelemetry/sdk/metrics/data/metric_data.h"
1211# include " opentelemetry/sdk/metrics/instruments.h"
1312# include " opentelemetry/sdk/metrics/metric_exporter.h"
14- # include " opentelemetry/sdk/metrics/recordable.h"
1513# include " opentelemetry/version.h"
1614
1715OPENTELEMETRY_BEGIN_NAMESPACE
@@ -28,7 +26,7 @@ class OStreamMetricExporter final : public opentelemetry::sdk::metrics::MetricEx
2826public:
2927 /* *
3028 * Create an OStreamMetricExporter. This constructor takes in a reference to an ostream that the
31- * export() function will send span data into.
29+ * export() function will send metrics data into.
3230 * The default ostream is set to stdout
3331 */
3432 explicit OStreamMetricExporter (std::ostream &sout = std::cout) noexcept ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class MetricExporter
2929 virtual ~MetricExporter () = default ;
3030
3131 /* *
32- * Exports a batch of metrics recordables . This method must not be called
32+ * Exports a batch of metrics data . This method must not be called
3333 * concurrently for the same exporter instance.
3434 * @param data metrics data
3535 */
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments