HomeSort by relevance Sort by last modified time
    Searched refs:DISTRIBUTION (Results 1 - 12 of 12) sorted by null

  /external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
ViewManagerImplTest.java 30 import io.opencensus.stats.Aggregation.Distribution;
114 private static final Distribution DISTRIBUTION = Distribution.create(BUCKET_BOUNDARIES);
128 return createCumulativeView(VIEW_NAME, MEASURE_DOUBLE, DISTRIBUTION, Arrays.asList(KEY));
150 View.Name.create("View 1"), MEASURE_DOUBLE, DISTRIBUTION, Arrays.asList(KEY));
153 View.Name.create("View 2"), MEASURE_DOUBLE, DISTRIBUTION, Arrays.asList(KEY));
159 DISTRIBUTION,
177 DISTRIBUTION,
188 DISTRIBUTION,
    [all...]
MetricUtilsTest.java 28 import io.opencensus.stats.Aggregation.Distribution;
72 private static final Distribution DISTRIBUTION = Distribution.create(BUCKET_BOUNDARIES);
114 assertThat(MetricUtils.getType(MEASURE_DOUBLE, DISTRIBUTION))
116 assertThat(MetricUtils.getType(MEASURE_LONG, DISTRIBUTION))
StatsRecorderImplTest.java 30 import io.opencensus.stats.Aggregation.Distribution;
74 private static final Distribution DISTRIBUTION = Distribution.create(BUCKET_BOUNDARIES);
75 private static final Distribution DISTRIBUTION_NO_HISTOGRAM =
76 Distribution.create(BucketBoundaries.create(Collections.<Double>emptyList()));
164 View.create(VIEW_NAME, "description", MEASURE_DOUBLE, DISTRIBUTION, Arrays.asList(KEY));
211 // Recording exemplar does not affect views with an aggregation other than distribution.
218 // The test Distribution has bucket boundaries [-10.0, 0.0, 10.0].
  /external/opencensus-java/exporters/stats/stackdriver/src/test/java/io/opencensus/exporter/stats/stackdriver/
StackdriverExportUtilsTest.java 23 import com.google.api.Distribution.BucketOptions;
24 import com.google.api.Distribution.BucketOptions.Explicit;
39 import io.opencensus.stats.Aggregation.Distribution;
99 private static final Distribution DISTRIBUTION = Distribution.create(BUCKET_BOUNDARIES);
149 assertThat(StackdriverExportUtils.createValueType(DISTRIBUTION, MEASURE_DOUBLE))
150 .isEqualTo(MetricDescriptor.ValueType.DISTRIBUTION);
151 assertThat(StackdriverExportUtils.createValueType(DISTRIBUTION, MEASURE_LONG))
152 .isEqualTo(MetricDescriptor.ValueType.DISTRIBUTION);
    [all...]
  /external/opencensus-java/api/src/test/java/io/opencensus/stats/
ViewDataTest.java 29 import io.opencensus.stats.Aggregation.Distribution;
65 View view = View.create(NAME, DESCRIPTION, MEASURE_DOUBLE, DISTRIBUTION, TAG_KEYS, CUMULATIVE);
78 View.create(NAME, DESCRIPTION, MEASURE_DOUBLE, DISTRIBUTION, TAG_KEYS, INTERVAL_HOUR);
90 View.create(NAME, DESCRIPTION, MEASURE_DOUBLE, DISTRIBUTION, TAG_KEYS, CUMULATIVE);
92 View.create(NAME, DESCRIPTION, MEASURE_DOUBLE, DISTRIBUTION, TAG_KEYS, INTERVAL_HOUR);
173 View.create(NAME, DESCRIPTION, MEASURE_DOUBLE, DISTRIBUTION, TAG_KEYS, INTERVAL_HOUR),
183 View.create(NAME, DESCRIPTION, MEASURE_DOUBLE, DISTRIBUTION, TAG_KEYS, CUMULATIVE),
223 createView(DISTRIBUTION), ImmutableMap.of(Arrays.asList(V10, V20), CountData.create(100)));
283 private static final Aggregation DISTRIBUTION = Distribution.create(BUCKET_BOUNDARIES)
    [all...]
  /external/opencensus-java/api/src/test/java/io/opencensus/metrics/export/
ValueTest.java 24 import io.opencensus.metrics.export.Distribution.Bucket;
25 import io.opencensus.metrics.export.Distribution.BucketOptions;
26 import io.opencensus.metrics.export.Distribution.BucketOptions.ExplicitOptions;
46 private static final Distribution DISTRIBUTION =
47 Distribution.create(
76 Value value = Value.distributionValue(DISTRIBUTION);
78 assertThat(((ValueDistribution) value).getValue()).isEqualTo(DISTRIBUTION);
97 Distribution.create(
113 ValueDistribution.create(DISTRIBUTION),
    [all...]
  /external/opencensus-java/exporters/stats/prometheus/src/test/java/io/opencensus/exporter/stats/prometheus/
PrometheusExportUtilsTest.java 30 import io.opencensus.stats.Aggregation.Distribution;
76 private static final Distribution DISTRIBUTION = Distribution.create(BUCKET_BOUNDARIES);
107 VIEW_NAME_3, DESCRIPTION, MEASURE_DOUBLE, DISTRIBUTION, Arrays.asList(K1), CUMULATIVE);
115 DISTRIBUTION,
135 assertThat(PrometheusExportUtils.getType(DISTRIBUTION, CUMULATIVE)).isEqualTo(Type.HISTOGRAM);
207 DISTRIBUTION))
249 DISTRIBUTION);
PrometheusStatsCollectorTest.java 26 import io.opencensus.stats.Aggregation.Distribution;
57 private static final Distribution DISTRIBUTION = Distribution.create(BUCKET_BOUNDARIES);
71 VIEW_NAME, DESCRIPTION, MEASURE_DOUBLE, DISTRIBUTION, Arrays.asList(K1, K2), CUMULATIVE);
77 DISTRIBUTION,
  /external/opencensus-java/exporters/stats/stackdriver/src/main/java/io/opencensus/exporter/stats/stackdriver/
StackdriverExportUtils.java 21 import com.google.api.Distribution;
22 import com.google.api.Distribution.BucketOptions;
23 import com.google.api.Distribution.BucketOptions.Explicit;
103 Functions.returnConstant(MetricDescriptor.ValueType.DISTRIBUTION);
289 VALUE_TYPE_DISTRIBUTION_FUNCTION, // Distribution
401 aggregation instanceof Aggregation.Distribution,
405 arg, ((Aggregation.Distribution) aggregation).getBucketBoundaries()));
414 // Create a StackDriver Distribution from DistributionData and BucketBoundaries
416 static Distribution createDistribution(
418 return Distribution.newBuilder(
    [all...]
  /external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
servicemanagement_v1_messages.py     [all...]
  /external/kotlinc/
LICENSE 55 documentation and/or other materials provided with the distribution.
79 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
84 and distribution as defined by Sections 1 through 9 of this document.
181 distribution, then any Derivative Works that You distribute must
199 for use, reproduction, or distribution of Your modifications, or
201 reproduction, and distribution of the Work otherwise complies with
312 with the distribution.
335 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
340 and distribution as defined by Sections 1 through 9 of this document.
437 distribution, then any Derivative Works that You distribute mus
    [all...]
NOTICE 55 documentation and/or other materials provided with the distribution.
79 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
84 and distribution as defined by Sections 1 through 9 of this document.
181 distribution, then any Derivative Works that You distribute must
199 for use, reproduction, or distribution of Your modifications, or
201 reproduction, and distribution of the Work otherwise complies with
312 with the distribution.
335 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
340 and distribution as defined by Sections 1 through 9 of this document.
437 distribution, then any Derivative Works that You distribute mus
    [all...]

Completed in 208 milliseconds