Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wasm_remote_fetch_count (0.42 sec)

  1. pkg/wasm/monitoring.go

    	)
    
    	wasmCacheLookupCount = monitoring.NewSum(
    		"wasm_cache_lookup_count",
    		"number of Wasm remote fetch cache lookups.",
    	)
    
    	wasmRemoteFetchCount = monitoring.NewSum(
    		"wasm_remote_fetch_count",
    		"number of Wasm remote fetches and results, including success, download failure, and checksum mismatch.",
    	)
    
    	wasmConfigConversionCount = monitoring.NewSum(
    		"wasm_config_conversion_count",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 2.1K bytes
    - Viewed (0)
Back to top