Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checksum_mismatched (0.19 sec)

  1. pkg/wasm/monitoring.go

    // Const strings for label value.
    const (
    	// For remote fetch metric.
    	fetchSuccess     = "success"
    	downloadFailure  = "download_failure"
    	manifestFailure  = "manifest_failure"
    	checksumMismatch = "checksum_mismatched"
    
    	// For Wasm conversion metric.
    	conversionSuccess   = "success"
    	noRemoteLoad        = "no_remote_load"
    	marshalFailure      = "marshal_failure"
    	unmarshalFailure    = "unmarshal_failure"
    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