Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Le (0.12 sec)

  1. cmd/metrics-v3-api.go

    		"Total number of requests canceled by the client", "name", "type")
    
    	apiRequestsTTFBSecondsDistributionMD = NewCounterMD(apiRequestsTTFBSecondsDistribution,
    		"Distribution of time to first byte across API calls", "name", "type", "le")
    
    	apiTrafficSentBytesMD = NewCounterMD(apiTrafficSentBytes,
    		"Total number of bytes sent", "type")
    	apiTrafficRecvBytesMD = NewCounterMD(apiTrafficRecvBytes,
    		"Total number of bytes received", "type")
    )
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Mar 10 09:15:15 GMT 2024
    - 9.2K bytes
    - Viewed (0)
Back to top