glide up
This commit is contained in:
		
							
								
								
									
										4
									
								
								vendor/github.com/go-kit/kit/metrics/README.md
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/github.com/go-kit/kit/metrics/README.md
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -49,7 +49,7 @@ import (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func main() {
 | 
			
		||||
	var dur metrics.Histogram = prometheus.NewSummaryFrom(stdprometheus.SummaryOpts{
 | 
			
		||||
	var dur metrics.Histogram = prometheus.NewSummary(stdprometheus.SummaryOpts{
 | 
			
		||||
		Namespace: "myservice",
 | 
			
		||||
		Subsystem: "api",
 | 
			
		||||
		Name:     "request_duration_seconds",
 | 
			
		||||
@@ -93,5 +93,3 @@ func exportGoroutines(g metrics.Gauge) {
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
For more information, see [the package documentation](https://godoc.org/github.com/go-kit/kit/metrics).
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user