Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for percentunit (0.06 sec)

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

                   },
                   "custom": {
                      "fillOpacity": 10,
                      "gradientMode": "hue",
                      "showPoints": "never"
                   },
                   "unit": "percentunit"
                }
             },
             "gridPos": {
                "h": 5,
                "w": 6,
                "x": 6,
                "y": 1
             },
             "id": 3,
             "interval": "5s",
    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/panels.libsonnet

          self.stat(title, targets, desc)
          + timeSeries.standardOptions.withUnit('reqps'),
    
        statPercent(title, targets, desc=''):
          self.stat(title, targets, desc)
          + timeSeries.standardOptions.withUnit('percentunit'),
    
        allocations(title, targets, desc=''):
          self.base(title, targets, desc)
          + timeSeries.standardOptions.withUnit('Bps')
          + timeSeries.standardOptions.withOverrides([
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/istio-service-dashboard.json

                    "value": 0.95
                  },
                  {
                    "color": "dark-green",
                    "value": 0.99
                  }
                ]
              },
              "unit": "percentunit"
            },
            "overrides": []
          },
          "gridPos": {
            "h": 4,
            "w": 6,
            "x": 6,
            "y": 4
          },
          "id": 14,
          "links": [],
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 111.8K bytes
    - Viewed (0)
  4. manifests/addons/dashboards/istio-workload-dashboard.json

                    "value": 95
                  },
                  {
                    "color": "rgba(245, 54, 54, 0.9)",
                    "value": 99
                  }
                ]
              },
              "unit": "percentunit"
            },
            "overrides": []
          },
          "gridPos": {
            "h": 4,
            "w": 8,
            "x": 8,
            "y": 4
          },
          "id": 14,
          "links": [],
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 102.7K bytes
    - Viewed (0)
Back to top