Opentelemetry-go: Propose to split sdk/exporter

Created on 2 Nov 2019  路  1Comment  路  Source: open-telemetry/opentelemetry-go

Currently the sdk/exporter contains exporters for both traces and metrics. I am proposing to split this into sdk/metricexporter and sdk/traceexporter.

Most helpful comment

I would prefer sdk/export/trace and sdk/export/metric. Users can rename these on import as "metricexport" and "traceexport" if need be, but this lets us use formal type names without stutter like metric.Batcher instead of export.MetricBatcher.

>All comments

I would prefer sdk/export/trace and sdk/export/metric. Users can rename these on import as "metricexport" and "traceexport" if need be, but this lets us use formal type names without stutter like metric.Batcher instead of export.MetricBatcher.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MrAlias picture MrAlias  路  5Comments

MrAlias picture MrAlias  路  5Comments

MrAlias picture MrAlias  路  4Comments

ThomsonTan picture ThomsonTan  路  3Comments

tigrannajaryan picture tigrannajaryan  路  5Comments