Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withTargets (0.07 sec)

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

        local custom = timeSeries.fieldConfig.defaults.custom,
        local options = timeSeries.options,
    
        base(title, targets, desc=''):
          timeSeries.new(title)
          + timeSeries.queryOptions.withTargets(targets)
          + timeSeries.queryOptions.withInterval('5s')
          + options.legend.withDisplayMode('table')
          + options.legend.withCalcs([
            'last',
            'max',
          ])
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  2. build-logic/build-init-samples/src/main/kotlin/gradlebuild/samples/SamplesGenerator.kt

            projectLayoutSetupRegistry.templateOperationFactory.newTemplateOperation()
                .withTemplate(templateFolder.template("$templateFragment.adoc"))
                .withTarget(settings.target.file("../README.adoc").asFile)
                .withBinding("language", descriptor.language.toString().replace("C++", "{cpp}"))
                .withBinding("languageLC", descriptor.language.getName().toLowerCase())
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Oct 22 11:11:17 UTC 2024
    - 13.5K bytes
    - Viewed (0)
Back to top