You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-07-03 00:27:03 +02:00
s/options/config/ (#410)
Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
This commit is contained in:
committed by
Joshua MacDonald
parent
71f38454c8
commit
4c9bf78ab3
@ -53,7 +53,7 @@ func initTracer() {
|
||||
}
|
||||
|
||||
func initMeter() *push.Controller {
|
||||
pusher, err := metricstdout.InstallNewPipeline(metricstdout.Options{
|
||||
pusher, err := metricstdout.InstallNewPipeline(metricstdout.Config{
|
||||
Quantiles: []float64{0.5, 0.9, 0.99},
|
||||
PrettyPrint: false,
|
||||
})
|
||||
|
Reference in New Issue
Block a user