Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/wasm/monitoring.go

    	// For Wasm conversion metric.
    	conversionSuccess   = "success"
    	noRemoteLoad        = "no_remote_load"
    	marshalFailure      = "marshal_failure"
    	unmarshalFailure    = "unmarshal_failure"
    	fetchFailure        = "fetch_failure"
    	missRemoteFetchHint = "miss_remote_fetch_hint"
    )
    
    var (
    	hitTag    = monitoring.CreateLabel("hit")
    	resultTag = monitoring.CreateLabel("result")
    
    	wasmCacheEntries = monitoring.NewGauge(
    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