We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd5e9e commit ff3ad79Copy full SHA for ff3ad79
bridge/opencensus/metric.go
@@ -71,7 +71,7 @@ type exporter struct {
71
// NewMetricExporter returns an OpenCensus exporter that exports to an
72
// OpenTelemetry (push) exporter.
73
//
74
-// Deprecated: Use NewMetricProducer instead.
+// Deprecated: Use [NewMetricProducer] instead.
75
func NewMetricExporter(base metric.Exporter, res *resource.Resource) metricexport.Exporter {
76
return &exporter{base: base, res: res}
77
}
0 commit comments