Home
last modified time | relevance | path

Searched refs:metricName (Results 1 – 25 of 1445) sorted by relevance

12345678910>>...58

/dports/www/carbonapi/carbonapi-0.14.1/cmd/mockbackend/testcases/i484/
H A Di484.yaml27 - metricName: "a.open"
32 - metricName: "a.waiting"
37 - metricName: "a.waiting"
39 - metricName: "a.open"
46 - metricName: "a.open"
53 - metricName: "a.open"
65 - metricName: "a.open"
72 - metricName: "a.open"
79 - metricName: "a.open2"
91 - metricName: "a.open2"
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/web/ui/module/codemirror-promql/src/lang-promql/client/
H A Dprometheus.ts31 labelNames(metricName?: string): Promise<string[]>;
105 if (metricName === undefined || metricName === '') {
145 if (!metricName || metricName.length === 0) {
298 getLabelNames(metricName?: string): string[] {
299 if (!metricName || metricName.length === 0) {
311 if (!metricName || metricName.length === 0) {
340 if (metricName === undefined || metricName === '') {
346 return this.series(metricName).then(() => {
347 return this.cache.getLabelNames(metricName);
357 if (metricName === undefined || metricName === '') {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/web/ui/module/codemirror-promql/src/client/
H A Dprometheus.ts25 labelNames(metricName?: string): Promise<string[]>;
106 if (metricName === undefined || metricName === '') {
146 if (!metricName || metricName.length === 0) {
309 getLabelNames(metricName?: string): string[] {
310 if (!metricName || metricName.length === 0) {
322 if (!metricName || metricName.length === 0) {
351 if (metricName === undefined || metricName === '') {
357 return this.series(metricName).then(() => {
358 return this.cache.getLabelNames(metricName);
368 if (metricName === undefined || metricName === '') {
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics/spi/
H A DMetricsRecordImpl.java137 public void setMetric(String metricName, int metricValue) { in setMetric() argument
138 setAbsolute(metricName, Integer.valueOf(metricValue)); in setMetric()
150 setAbsolute(metricName, Long.valueOf(metricValue)); in setMetric()
162 setAbsolute(metricName, Short.valueOf(metricValue)); in setMetric()
174 setAbsolute(metricName, Byte.valueOf(metricValue)); in setMetric()
186 setAbsolute(metricName, new Float(metricValue)); in setMetric()
198 setIncrement(metricName, Integer.valueOf(metricValue)); in incrMetric()
210 setIncrement(metricName, Long.valueOf(metricValue)); in incrMetric()
222 setIncrement(metricName, Short.valueOf(metricValue)); in incrMetric()
234 setIncrement(metricName, Byte.valueOf(metricValue)); in incrMetric()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/metrics/spi/
H A DMetricsRecordImpl.java139 public void setMetric(String metricName, int metricValue) { in setMetric() argument
140 setAbsolute(metricName, Integer.valueOf(metricValue)); in setMetric()
152 setAbsolute(metricName, Long.valueOf(metricValue)); in setMetric()
164 setAbsolute(metricName, Short.valueOf(metricValue)); in setMetric()
176 setAbsolute(metricName, Byte.valueOf(metricValue)); in setMetric()
188 setAbsolute(metricName, new Float(metricValue)); in setMetric()
200 setIncrement(metricName, Integer.valueOf(metricValue)); in incrMetric()
212 setIncrement(metricName, Long.valueOf(metricValue)); in incrMetric()
224 setIncrement(metricName, Short.valueOf(metricValue)); in incrMetric()
236 setIncrement(metricName, Byte.valueOf(metricValue)); in incrMetric()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/chunk/
H A Dschema.go265 metricName := metric.Get(model.MetricNameLabel)
266 if metricName == "" {
393 HashValue: bucket.hashKey + ":" + metricName,
455 HashValue: bucket.hashKey + ":" + metricName,
485 HashValue: bucket.hashKey + ":" + metricName,
509 HashValue: bucket.hashKey + ":" + metricName,
550 HashValue: bucket.hashKey + ":" + metricName,
574 HashValue: bucket.hashKey + ":" + metricName,
612 HashValue: bucket.hashKey + ":" + metricName,
680 HashValue: bucket.hashKey + ":" + metricName,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/chunk/
H A Dschema.go264 metricName := metric.Get(model.MetricNameLabel)
265 if metricName == "" {
392 HashValue: bucket.hashKey + ":" + metricName,
454 HashValue: bucket.hashKey + ":" + metricName,
484 HashValue: bucket.hashKey + ":" + metricName,
508 HashValue: bucket.hashKey + ":" + metricName,
549 HashValue: bucket.hashKey + ":" + metricName,
573 HashValue: bucket.hashKey + ":" + metricName,
611 HashValue: bucket.hashKey + ":" + metricName,
679 HashValue: bucket.hashKey + ":" + metricName,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/chunk/
H A Dschema.go264 metricName := metric.Get(model.MetricNameLabel)
265 if metricName == "" {
392 HashValue: bucket.hashKey + ":" + metricName,
454 HashValue: bucket.hashKey + ":" + metricName,
484 HashValue: bucket.hashKey + ":" + metricName,
508 HashValue: bucket.hashKey + ":" + metricName,
549 HashValue: bucket.hashKey + ":" + metricName,
573 HashValue: bucket.hashKey + ":" + metricName,
611 HashValue: bucket.hashKey + ":" + metricName,
679 HashValue: bucket.hashKey + ":" + metricName,
[all …]
/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/metrics/
H A DMetricsSystemSuite.scala81 val metricName = driverMetricsSystem.buildRegistryName(source) constant
97 val metricName = driverMetricsSystem.buildRegistryName(source) constant
98 assert(metricName === source.sourceName)
113 val metricName = driverMetricsSystem.buildRegistryName(source) constant
114 assert(metricName === source.sourceName)
131 val metricName = driverMetricsSystem.buildRegistryName(source) constant
148 assert(metricName === source.sourceName)
164 assert(metricName === source.sourceName)
185 assert(metricName === source.sourceName)
244 assert(metricName === source.sourceName)
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/mixin/thanos/lib/thanos-grafana-builder/
H A Dhttp.libsonnet2 httpQpsPanel(metricName, selector):: {
24 httpQpsPanelDetailed(metricName, selector)::
25 $.httpQpsPanel(metricName, selector) {
38 httpErrPanel(metricName, selector)::
40 '%s{%s,code=~"5.."}' % [metricName, selector],
41 '%s{%s}' % [metricName, selector],
44 httpErrDetailsPanel(metricName, selector)::
46 'sum(rate(%s{%s,code!~"2.."}[$interval])) by (job, handler, code)' % [metricName, selector],
52 httpLatencyDetailsPanel(metricName, selector, multiplier='1'):: {
56 …9, sum(rate(%s_bucket{%s}[$interval])) by (job, handler, le)) * %s' % [metricName, selector, multi…
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/testing/
H A DUnitTestMeshQualityFilter.cxx170 metricName.push_back("volume"); in TestMeshQuality()
175 metricName.push_back("area"); in TestMeshQuality()
198 metricName.push_back("minAngle"); in TestMeshQuality()
203 metricName.push_back("maxAngle"); in TestMeshQuality()
230 metricName.push_back("oddy"); in TestMeshQuality()
241 metricName.push_back("shape"); in TestMeshQuality()
246 metricName.push_back("shear"); in TestMeshQuality()
251 metricName.push_back("skew"); in TestMeshQuality()
256 metricName.push_back("stretch"); in TestMeshQuality()
261 metricName.push_back("taper"); in TestMeshQuality()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/internal/processor/filterexpr/
H A Dmatcher.go45 metricName := metric.Name()
48 return m.matchGauge(metricName, metric.Gauge())
50 return m.matchSum(metricName, metric.Sum())
52 return m.matchDoubleHistogram(metricName, metric.Histogram())
61 matched, err := m.matchEnv(metricName, pts.At(i).LabelsMap())
72 func (m *Matcher) matchSum(metricName string, sum pdata.Sum) (bool, error) {
75 matched, err := m.matchEnv(metricName, pts.At(i).LabelsMap())
89 matched, err := m.matchEnv(metricName, pts.At(i).LabelsMap())
101 return m.match(createEnv(metricName, labelsMap))
104 func createEnv(metricName string, labelsMap pdata.StringMap) env {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/util/validation/
H A Derrors.go109 metricName string member
112 func newInvalidMetricNameError(metricName string) ValidationError {
114 metricName: metricName,
119 return fmt.Sprintf("sample invalid metric name: %.200q", e.metricName)
125 metricName string member
130 return fmt.Sprintf(e.message, e.timestamp, e.metricName)
136 metricName: metricName,
144 metricName: metricName,
194 metricName, hasMetricName := "", false
199 metricName = l.Value
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/util/validation/
H A Derrors.go109 metricName string member
112 func newInvalidMetricNameError(metricName string) ValidationError {
114 metricName: metricName,
119 return fmt.Sprintf("sample invalid metric name: %.200q", e.metricName)
125 metricName string member
130 return fmt.Sprintf(e.message, e.timestamp, e.metricName)
136 metricName: metricName,
144 metricName: metricName,
194 metricName, hasMetricName := "", false
199 metricName = l.Value
[all …]
/dports/devel/spark/spark-2.1.1/python/pyspark/ml/
H A Devaluation.py141 metricName="areaUnderROC"): argument
159 return self._set(metricName=value)
171 metricName="areaUnderROC"): argument
219 metricName="rmse"): argument
228 metricName="rmse")
237 return self._set(metricName=value)
249 metricName="rmse"): argument
292 metricName="f1"): argument
301 metricName="f1")
310 return self._set(metricName=value)
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics/
H A DMetricsRecord.java143 public abstract void setMetric(String metricName, int metricValue); in setMetric() argument
153 public abstract void setMetric(String metricName, long metricValue); in setMetric() argument
163 public abstract void setMetric(String metricName, short metricValue); in setMetric() argument
173 public abstract void setMetric(String metricName, byte metricValue); in setMetric() argument
183 public abstract void setMetric(String metricName, float metricValue); in setMetric() argument
193 public abstract void incrMetric(String metricName, int metricValue); in incrMetric() argument
203 public abstract void incrMetric(String metricName, long metricValue); in incrMetric() argument
213 public abstract void incrMetric(String metricName, short metricValue); in incrMetric() argument
223 public abstract void incrMetric(String metricName, byte metricValue); in incrMetric() argument
233 public abstract void incrMetric(String metricName, float metricValue); in incrMetric() argument
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/metrics/
H A DMetricsRecord.java145 public abstract void setMetric(String metricName, int metricValue); in setMetric() argument
155 public abstract void setMetric(String metricName, long metricValue); in setMetric() argument
165 public abstract void setMetric(String metricName, short metricValue); in setMetric() argument
175 public abstract void setMetric(String metricName, byte metricValue); in setMetric() argument
185 public abstract void setMetric(String metricName, float metricValue); in setMetric() argument
195 public abstract void incrMetric(String metricName, int metricValue); in incrMetric() argument
205 public abstract void incrMetric(String metricName, long metricValue); in incrMetric() argument
215 public abstract void incrMetric(String metricName, short metricValue); in incrMetric() argument
225 public abstract void incrMetric(String metricName, byte metricValue); in incrMetric() argument
235 public abstract void incrMetric(String metricName, float metricValue); in incrMetric() argument
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/prometheus/components/monaco-query-field/monaco-completion-provider/
H A Dsituation.test.ts56 metricName: 'something',
62 metricName: 'something',
68 metricName: 'something',
74 metricName: 'something',
115 metricName: 'something',
123 metricName: 'something',
131 metricName: 'something',
139 metricName: 'something',
147 metricName: 'something',
155 metricName: 'something',
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/receiver/prometheusreceiver/internal/
H A Dmetricsbuilder.go87 return b.startTimeMetricRegex.MatchString(metricName)
90 return metricName == startTimeMetricName
120 metricName := ls.Get(model.MetricNameLabel)
122 case metricName == "":
126 case isInternalMetric(metricName):
131 if metricName == scrapeUpMetricName && v != 1.0 {
156 b.currentMf = newMetricFamily(metricName, b.mc, b.logger)
161 return b.currentMf.Add(metricName, ls, t, v)
293 supposedUnit := metricName[lastUnderscoreIndex+1:]
332 func isInternalMetric(metricName string) bool {
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/
H A DProjectsMetrics.php47 * @param string $metricName The resource name of the metric to delete:
52 public function delete($metricName, $optParams = array()) argument
54 $params = array('metricName' => $metricName);
61 * @param string $metricName The resource name of the desired metric:
66 public function get($metricName, $optParams = array()) argument
68 $params = array('metricName' => $metricName);
97 * @param string $metricName The resource name of the metric to update:
105 …public function update($metricName, Google_Service_Logging_LogMetric $postBody, $optParams = array… argument
107 $params = array('metricName' => $metricName, 'postBody' => $postBody);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/
H A DProjectsMetrics.php47 * @param string $metricName Required. The resource name of the metric to
52 public function delete($metricName, $optParams = array()) argument
54 $params = array('metricName' => $metricName);
61 * @param string $metricName Required. The resource name of the desired metric:
66 public function get($metricName, $optParams = array()) argument
68 $params = array('metricName' => $metricName);
97 * @param string $metricName Required. The resource name of the metric to
106 …public function update($metricName, Google_Service_Logging_LogMetric $postBody, $optParams = array… argument
108 $params = array('metricName' => $metricName, 'postBody' => $postBody);
/dports/www/carbonapi/carbonapi-0.14.1/cmd/mockbackend/examples/
H A DsortedResponses.yaml9 - metricName: "exec_vgcache.cache_read_hits;host=dp1-osd1;vg_name=dp1_sdai;avg=true"
11 - metricName: "exec_vgcache.cache_read_hits;host=dp1-osd1;vg_name=dp1_sdai;sum=true"
13 - metricName: "exec_vgcache.cache_read_hits;host=dp2-osd1;vg_name=dp2_sdai;avg=true"
15 - metricName: "exec_vgcache.cache_read_hits;host=dp2-osd1;vg_name=dp2_sdai;sum=true"
17 - metricName: "exec_vgcache.cache_read_hits;host=dp3-osd1;vg_name=dp3_sdai;avg=true"
19 - metricName: "exec_vgcache.cache_read_hits;host=dp3-osd1;vg_name=dp3_sdai;sum=true"
24 - metricName: "exec_vgcache.cache_read_hits;host=dp1-osd1;vg_name=dp1_sdai;avg=true"
26 - metricName: "exec_vgcache.cache_read_hits;host=dp1-osd1;vg_name=dp1_sdai;sum=true"
28 - metricName: "exec_vgcache.cache_read_hits;host=dp2-osd1;vg_name=dp2_sdai;avg=true"
30 - metricName: "exec_vgcache.cache_read_hits;host=dp2-osd1;vg_name=dp2_sdai;sum=true"
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/src/surfaces/
H A DSurfpackModel.cpp93 if (metricName == "rSquared") { in goodnessOfFit()
95 } else if (metricName == "press") { in goodnessOfFit()
108 if (metricName == "min_abs" ) { in goodnessOfFit()
110 } else if (metricName == "max_abs") { in goodnessOfFit()
112 } else if (metricName == "sum_abs") { in goodnessOfFit()
114 } else if (metricName == "mean_abs") { in goodnessOfFit()
122 } else if (metricName == "max_squared") { in goodnessOfFit()
124 } else if (metricName == "sum_squared") { in goodnessOfFit()
128 } else if (metricName == "min_scaled" ) { in goodnessOfFit()
130 } else if (metricName == "max_scaled") { in goodnessOfFit()
[all …]
/dports/biology/mothur/mothur-1.46.1/TestMothur/
H A Dtestclustercalcs.cpp13 TestClusterCalcs::TestClusterCalcs(string metricName) { //setup in TestClusterCalcs() argument
14 if (metricName == "mcc") { metric = new MCC(); } in TestClusterCalcs()
15 else if (metricName == "sens") { metric = new Sensitivity(); } in TestClusterCalcs()
16 else if (metricName == "spec") { metric = new Specificity(); } in TestClusterCalcs()
17 else if (metricName == "tptn") { metric = new TPTN(); } in TestClusterCalcs()
18 else if (metricName == "tp") { metric = new TP(); } in TestClusterCalcs()
19 else if (metricName == "tn") { metric = new TN(); } in TestClusterCalcs()
20 else if (metricName == "fp") { metric = new FP(); } in TestClusterCalcs()
21 else if (metricName == "fn") { metric = new FN(); } in TestClusterCalcs()
22 else if (metricName == "f1score") { metric = new F1Score(); } in TestClusterCalcs()
[all …]
/dports/databases/redis_exporter/redis_exporter-1.33.0/exporter/
H A Dmetrics.go18 func newMetricDescr(namespace string, metricName string, docString string, labels []string) *promet…
19 …return prometheus.NewDesc(prometheus.BuildFQName(namespace, "", metricName), docString, labels, ni…
36 metricName := orgMetricName
37 if newName, ok := e.metricMapGauges[metricName]; ok {
38 metricName = newName
40 if newName, ok := e.metricMapCounters[metricName]; ok {
41 metricName = newName
69 switch metricName {
71 metricName = "latest_fork_seconds"
75 e.registerConstMetric(ch, metricName, val, t)

12345678910>>...58