Skip to content

Commit d25ca58

Browse files
committed
Export OTLP Metric Exporters
Signed-off-by: Harish Shan <140232061+perhapsmaple@users.noreply.github.com>
1 parent b94d6ba commit d25ca58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exporters/otlp/include/opentelemetry/exporters/otlp/otlp_grpc_metric_exporter_factory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace otlp
1515
/**
1616
* Factory class for OtlpGrpcMetricExporter.
1717
*/
18-
class OtlpGrpcMetricExporterFactory
18+
class OPENTELEMETRY_EXPORT OtlpGrpcMetricExporterFactory
1919
{
2020
public:
2121
/**

exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http_metric_exporter_factory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace otlp
1717
/**
1818
* Factory class for OtlpHttpMetricExporter.
1919
*/
20-
class OtlpHttpMetricExporterFactory
20+
class OPENTELEMETRY_EXPORT OtlpHttpMetricExporterFactory
2121
{
2222
public:
2323
/**

0 commit comments

Comments
 (0)