Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithFormat (0.27 sec)

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

              |||
                sum(rate(pilot_xds_push_time_bucket{}[1m])) by (le)
              |||
            ) + q.withFormat('heatmap'),
    
          pushSize:
            self.query(
              '{{le}}',
              |||
                sum(rate(pilot_xds_config_size_bytes_bucket{}[1m])) by (le)
              |||
            ) + q.withFormat('heatmap'),
    
          pilotEvents: [
            self.query(
              '{{event}} {{type}}',
              |||
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top