Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 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)
Back to top