Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pilot_xds_push_context_errors (0.15 sec)

  1. manifests/addons/dashboards/lib/queries.libsonnet

            ),
            self.query(
              'Internal Errors',
              'pilot_total_xds_internal_errors'
            ),
            self.query(
              'Push Context Errors',
              'pilot_xds_push_context_errors'
            ),
          ],
    
          xdsConnections: [
            self.query(
              'Connections (client reported)',
              'sum(envoy_cluster_upstream_cx_active{cluster_name="xds-grpc"})'
            ),
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/pilot-dashboard.gen.json

                },
                {
                   "datasource": {
                      "type": "prometheus",
                      "uid": "$datasource"
                   },
                   "expr": "pilot_xds_push_context_errors",
                   "legendFormat": "Push Context Errors"
                }
             ],
             "title": "Push Errors",
             "type": "timeseries"
          },
          {
             "datasource": {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top