opencensus-go-exporter-stackdriver
opencensus-go-exporter-stackdriver copied to clipboard
Deprecate MetricPrefix
See: https://github.com/census-instrumentation/opencensus-go/issues/836
It is confusingly named. I recommend we replace it with something like:
DisplayNameFormatter func(*view.View) string
This will give users complete freedom to customize the display name as they see fit. Should also resolve: https://github.com/census-ecosystem/opencensus-go-exporter-stackdriver/issues/22