Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for byRegexp (0.12 sec)

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

          + custom.withDrawStyle('bars')
          + timeSeries.standardOptions.withOverrides([
            fieldOverride.byRegexp.new('/mean/i')
            + fieldOverride.byRegexp.withProperty(
              'custom.fillOpacity',
              0
            )
            + fieldOverride.byRegexp.withProperty(
              'custom.lineStyle',
              {
                dash: [8, 10],
                fill: 'dash',
              }
            ),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 4.5K bytes
    - Viewed (2)
  2. manifests/addons/dashboards/lib/output.json

                      "showPoints": "never"
                   },
                   "unit": "bytes"
                },
                "overrides": [
                   {
                      "matcher": {
                         "id": "byRegexp",
                         "options": "/(virtual|resident)/i"
                      },
                      "properties": [
                         {
                            "id": "custom.fillOpacity",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 25.2K bytes
    - Viewed (0)
Back to top