Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for metricToPrometheusMetric (0.25 sec)

  1. pilot/pkg/model/telemetry.go

    					}
    					res = append(res, f)
    				}
    			}
    		default:
    			// Only prometheus and SD supported currently
    			continue
    		}
    	}
    	return res
    }
    
    var metricToPrometheusMetric = map[string]string{
    	"REQUEST_COUNT":          "requests_total",
    	"REQUEST_DURATION":       "request_duration_milliseconds",
    	"REQUEST_SIZE":           "request_bytes",
    	"RESPONSE_SIZE":          "response_bytes",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 18:14:09 UTC 2024
    - 35.2K bytes
    - Viewed (0)
Back to top