Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

          + if std.length(desc) > 0 then
            table.panelOptions.withDescription(desc)
          else {},
    
        requests(title, targets, desc=''):
          self.base(title, targets, desc)
          + table.queryOptions.withTransformations({ id: 'merge' })
          + table.standardOptions.withOverrides([
            // Query name/unit
            override.byName.new('Value #requests')
            + override.byName.withProperty('displayName', 'Requests')
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top