mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-14 10:13:10 +02:00
exporter/metric/dogstatsd: fix incorrect code format comments for InstallNewPipeline (#484)
Co-authored-by: Rahul Patel <rghetia@yahoo.com>
This commit is contained in:
parent
f9a54847cc
commit
bd74f31769
@ -67,6 +67,7 @@ func NewRawExporter(config Config) (*Exporter, error) {
|
|||||||
|
|
||||||
// InstallNewPipeline instantiates a NewExportPipeline and registers it globally.
|
// InstallNewPipeline instantiates a NewExportPipeline and registers it globally.
|
||||||
// Typically called as:
|
// Typically called as:
|
||||||
|
//
|
||||||
// pipeline, err := dogstatsd.InstallNewPipeline(dogstatsd.Config{...})
|
// pipeline, err := dogstatsd.InstallNewPipeline(dogstatsd.Config{...})
|
||||||
// if err != nil {
|
// if err != nil {
|
||||||
// ...
|
// ...
|
||||||
|
Loading…
Reference in New Issue
Block a user