Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for P50 (0.02 sec)

  1. manifests/addons/dashboards/istio-mesh-dashboard.gen.json

                   {
                      "matcher": {
                         "id": "byName",
                         "options": "Value #p50"
                      },
                      "properties": [
                         {
                            "id": "displayName",
                            "value": "P50 Latency"
                         },
                         {
                            "id": "decimals",
                            "value": 2
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/lib/queries.libsonnet

                by=['destination_workload', 'destination_workload_namespace', 'destination_service']
              ))
            ) + q.withFormat('table') + q.withRefId('requests') + q.withInstant(),
            // P50
            self.query(
              '{{ destination_workload}}.{{ destination_workload_namespace }}',
              tableLabelJoin(
                quantile(
                  '0.5',
                  sum(
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/lib/panels.libsonnet

            + override.byName.withProperty('decimals', 2)
            + override.byName.withProperty('unit', 'reqps'),
            override.byName.new('Value #p50')
            + override.byName.withProperty('displayName', 'P50 Latency')
            + override.byName.withProperty('decimals', 2)
            + override.byName.withProperty('unit', 'ms'),
            override.byName.new('Value #p90')
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  4. istioctl/pkg/metrics/metrics_test.go

    	}
    
    	var out bytes.Buffer
    	printHeader(&out)
    	printMetrics(&out, sm)
    	output := out.String()
    
    	expectedOutput := `                                  WORKLOAD    TOTAL RPS    ERROR RPS  P50 LATENCY  P90 LATENCY  P99 LATENCY
                                       details        0.040        0.000          2ms          4ms          4ms
    `
    	if output != expectedOutput {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Aug 16 01:35:47 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top