Class IntervalMetricReader.Options
java.lang.Object
io.opencensus.exporter.metrics.util.IntervalMetricReader.Options
- Direct Known Subclasses:
AutoValue_IntervalMetricReader_Options
- Enclosing class:
IntervalMetricReader
Options for
IntervalMetricReader
.- Since:
- 0.19
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Returns a newIntervalMetricReader.Options.Builder
.abstract Duration
Returns the export interval between pushes to StackDriver.
-
Constructor Details
-
Options
Options()
-
-
Method Details
-
getExportInterval
Returns the export interval between pushes to StackDriver.- Returns:
- the export interval.
- Since:
- 0.19
-
builder
Returns a newIntervalMetricReader.Options.Builder
.- Returns:
- a
Builder
. - Since:
- 0.19
-