Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toHistogramViews (0.3 sec)

  1. pkg/monitoring/monitoring.go

    		log.Fatalf("Attempting to initialize metric %q after metrics have started", def.Name)
    	}
    	d.known[def.Name] = def
    }
    
    // toHistogramViews works around https://github.com/open-telemetry/opentelemetry-go/issues/4003; in the future we can define
    // this when we create the histogram.
    func (d *metrics) toHistogramViews() []metric.Option {
    	d.mu.Lock()
    	defer d.mu.Unlock()
    	d.started = true
    	opts := []metric.Option{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 24 03:31:28 UTC 2023
    - 9.5K bytes
    - Viewed (0)
Back to top