Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lstripChars (0.08 sec)

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

        {
          query(legend, query):
            self.rawQuery(query)
            + q.withLegendFormat(legend),
    
          rawQuery(query):
            q.new(
              '$' + variables.datasource.name,
              std.rstripChars(query, '\n')
            ),
    
          allIstioBuild:
            self.query(
              '{{component}} ({{tag}})',
              sum('istio_build', by=['component', 'tag'])
            ),
    
          istioBuild:
    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