Index

A B C D E F G H I J L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accept(long, List<CounterDescriptor>) - Method in class io.scalecube.metrics.mimir.CountersMimirHandler
 
ACCEPTED_RESPONSE_TYPES_FIELD_NUMBER - Static variable in class prometheus.Remote.ReadRequest
 
addAcceptedResponseTypes(Remote.ReadRequest.ResponseType) - Method in class prometheus.Remote.ReadRequest.Builder
accepted_response_types allows negotiating the content type of the response.
addAcceptedResponseTypesValue(int) - Method in class prometheus.Remote.ReadRequest.Builder
accepted_response_types allows negotiating the content type of the response.
addAllAcceptedResponseTypes(Iterable<? extends Remote.ReadRequest.ResponseType>) - Method in class prometheus.Remote.ReadRequest.Builder
accepted_response_types allows negotiating the content type of the response.
addAllAcceptedResponseTypesValue(Iterable<Integer>) - Method in class prometheus.Remote.ReadRequest.Builder
accepted_response_types allows negotiating the content type of the response.
addAllChunkedSeries(Iterable<? extends Types.ChunkedSeries>) - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
addAllChunks(Iterable<? extends Types.Chunk>) - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
addAllCustomValues(Iterable<? extends Double>) - Method in class prometheus.Types.Histogram.Builder
custom_values are not part of the specification, DO NOT use in remote write clients.
addAllExemplars(Iterable<? extends Types.Exemplar>) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
addAllGrouping(Iterable<String>) - Method in class prometheus.Types.ReadHints.Builder
List of label names used in aggregation.
addAllHistograms(Iterable<? extends Types.Histogram>) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
addAllLabels(Iterable<? extends Types.Label>) - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
addAllLabels(Iterable<? extends Types.Label>) - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
addAllLabels(Iterable<? extends Types.Label>) - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
addAllLabels(Iterable<? extends Types.Label>) - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
addAllMatchers(Iterable<? extends Types.LabelMatcher>) - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
addAllMetadata(Iterable<? extends Types.MetricMetadata>) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
addAllNegativeCounts(Iterable<? extends Double>) - Method in class prometheus.Types.Histogram.Builder
Absolute count of each bucket.
addAllNegativeDeltas(Iterable<? extends Long>) - Method in class prometheus.Types.Histogram.Builder
Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.
addAllNegativeSpans(Iterable<? extends Types.BucketSpan>) - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
addAllPositiveCounts(Iterable<? extends Double>) - Method in class prometheus.Types.Histogram.Builder
Absolute count of each bucket.
addAllPositiveDeltas(Iterable<? extends Long>) - Method in class prometheus.Types.Histogram.Builder
Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.
addAllPositiveSpans(Iterable<? extends Types.BucketSpan>) - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
addAllQueries(Iterable<? extends Remote.Query>) - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
addAllResults(Iterable<? extends Remote.QueryResult>) - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
addAllSamples(Iterable<? extends Types.Sample>) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
addAllTimeseries(Iterable<? extends Types.TimeSeries>) - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
addAllTimeseries(Iterable<? extends Types.TimeSeries>) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
addChunkedSeries(int, Types.ChunkedSeries) - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
addChunkedSeries(int, Types.ChunkedSeries.Builder) - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
addChunkedSeries(Types.ChunkedSeries) - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
addChunkedSeries(Types.ChunkedSeries.Builder) - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
addChunkedSeriesBuilder() - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
addChunkedSeriesBuilder(int) - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
addChunks(int, Types.Chunk) - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
addChunks(int, Types.Chunk.Builder) - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
addChunks(Types.Chunk) - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
addChunks(Types.Chunk.Builder) - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
addChunksBuilder() - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
addChunksBuilder(int) - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
addCustomValues(double) - Method in class prometheus.Types.Histogram.Builder
custom_values are not part of the specification, DO NOT use in remote write clients.
addExemplars(int, Types.Exemplar) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
addExemplars(int, Types.Exemplar.Builder) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
addExemplars(Types.Exemplar) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
addExemplars(Types.Exemplar.Builder) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
addExemplarsBuilder() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
addExemplarsBuilder(int) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
addGrouping(String) - Method in class prometheus.Types.ReadHints.Builder
List of label names used in aggregation.
addGroupingBytes(ByteString) - Method in class prometheus.Types.ReadHints.Builder
List of label names used in aggregation.
addHistograms(int, Types.Histogram) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
addHistograms(int, Types.Histogram.Builder) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
addHistograms(Types.Histogram) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
addHistograms(Types.Histogram.Builder) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
addHistogramsBuilder() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
addHistogramsBuilder(int) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
addLabels(int, Types.Label) - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
addLabels(int, Types.Label) - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
addLabels(int, Types.Label) - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
addLabels(int, Types.Label) - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
addLabels(int, Types.Label.Builder) - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
addLabels(int, Types.Label.Builder) - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
addLabels(int, Types.Label.Builder) - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
addLabels(int, Types.Label.Builder) - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
addLabels(Types.Label) - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
addLabels(Types.Label) - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
addLabels(Types.Label) - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
addLabels(Types.Label) - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
addLabels(Types.Label.Builder) - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
addLabels(Types.Label.Builder) - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
addLabels(Types.Label.Builder) - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
addLabels(Types.Label.Builder) - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
addLabelsBuilder() - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
addLabelsBuilder() - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
addLabelsBuilder() - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
addLabelsBuilder() - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
addLabelsBuilder(int) - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
addLabelsBuilder(int) - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
addLabelsBuilder(int) - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
addLabelsBuilder(int) - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
addMatchers(int, Types.LabelMatcher) - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
addMatchers(int, Types.LabelMatcher.Builder) - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
addMatchers(Types.LabelMatcher) - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
addMatchers(Types.LabelMatcher.Builder) - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
addMatchersBuilder() - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
addMatchersBuilder(int) - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
addMetadata(int, Types.MetricMetadata) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
addMetadata(int, Types.MetricMetadata.Builder) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
addMetadata(Types.MetricMetadata) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
addMetadata(Types.MetricMetadata.Builder) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
addMetadataBuilder() - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
addMetadataBuilder(int) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
addNegativeCounts(double) - Method in class prometheus.Types.Histogram.Builder
Absolute count of each bucket.
addNegativeDeltas(long) - Method in class prometheus.Types.Histogram.Builder
Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.
addNegativeSpans(int, Types.BucketSpan) - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
addNegativeSpans(int, Types.BucketSpan.Builder) - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
addNegativeSpans(Types.BucketSpan) - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
addNegativeSpans(Types.BucketSpan.Builder) - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
addNegativeSpansBuilder() - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
addNegativeSpansBuilder(int) - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
addPositiveCounts(double) - Method in class prometheus.Types.Histogram.Builder
Absolute count of each bucket.
addPositiveDeltas(long) - Method in class prometheus.Types.Histogram.Builder
Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.
addPositiveSpans(int, Types.BucketSpan) - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
addPositiveSpans(int, Types.BucketSpan.Builder) - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
addPositiveSpans(Types.BucketSpan) - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
addPositiveSpans(Types.BucketSpan.Builder) - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
addPositiveSpansBuilder() - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
addPositiveSpansBuilder(int) - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
addQueries(int, Remote.Query) - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
addQueries(int, Remote.Query.Builder) - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
addQueries(Remote.Query) - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
addQueries(Remote.Query.Builder) - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
addQueriesBuilder() - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
addQueriesBuilder(int) - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
addResults(int, Remote.QueryResult) - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
addResults(int, Remote.QueryResult.Builder) - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
addResults(Remote.QueryResult) - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
addResults(Remote.QueryResult.Builder) - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
addResultsBuilder() - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
addResultsBuilder(int) - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
addSamples(int, Types.Sample) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
addSamples(int, Types.Sample.Builder) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
addSamples(Types.Sample) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
addSamples(Types.Sample.Builder) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
addSamplesBuilder() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
addSamplesBuilder(int) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
addTimeseries(int, Types.TimeSeries) - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
addTimeseries(int, Types.TimeSeries) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
addTimeseries(int, Types.TimeSeries.Builder) - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
addTimeseries(int, Types.TimeSeries.Builder) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
addTimeseries(Types.TimeSeries) - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
addTimeseries(Types.TimeSeries) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
addTimeseries(Types.TimeSeries.Builder) - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
addTimeseries(Types.TimeSeries.Builder) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
addTimeseriesBuilder() - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
addTimeseriesBuilder() - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
addTimeseriesBuilder(int) - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
addTimeseriesBuilder(int) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
agentInvoker() - Method in class io.scalecube.metrics.mimir.MimirPublisher
Returns AgentInvoker instance when running without threads, or null if running with AgentRunner.

B

benchgen - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
BENCHGEN_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
BENCHGEN_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
benchgenAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
build() - Method in class prometheus.Remote.ChunkedReadResponse.Builder
 
build() - Method in class prometheus.Remote.Query.Builder
 
build() - Method in class prometheus.Remote.QueryResult.Builder
 
build() - Method in class prometheus.Remote.ReadRequest.Builder
 
build() - Method in class prometheus.Remote.ReadResponse.Builder
 
build() - Method in class prometheus.Remote.WriteRequest.Builder
 
build() - Method in class prometheus.Types.BucketSpan.Builder
 
build() - Method in class prometheus.Types.Chunk.Builder
 
build() - Method in class prometheus.Types.ChunkedSeries.Builder
 
build() - Method in class prometheus.Types.Exemplar.Builder
 
build() - Method in class prometheus.Types.Histogram.Builder
 
build() - Method in class prometheus.Types.Label.Builder
 
build() - Method in class prometheus.Types.LabelMatcher.Builder
 
build() - Method in class prometheus.Types.Labels.Builder
 
build() - Method in class prometheus.Types.MetricMetadata.Builder
 
build() - Method in class prometheus.Types.ReadHints.Builder
 
build() - Method in class prometheus.Types.Sample.Builder
 
build() - Method in class prometheus.Types.TimeSeries.Builder
 
buildPartial() - Method in class prometheus.Remote.ChunkedReadResponse.Builder
 
buildPartial() - Method in class prometheus.Remote.Query.Builder
 
buildPartial() - Method in class prometheus.Remote.QueryResult.Builder
 
buildPartial() - Method in class prometheus.Remote.ReadRequest.Builder
 
buildPartial() - Method in class prometheus.Remote.ReadResponse.Builder
 
buildPartial() - Method in class prometheus.Remote.WriteRequest.Builder
 
buildPartial() - Method in class prometheus.Types.BucketSpan.Builder
 
buildPartial() - Method in class prometheus.Types.Chunk.Builder
 
buildPartial() - Method in class prometheus.Types.ChunkedSeries.Builder
 
buildPartial() - Method in class prometheus.Types.Exemplar.Builder
 
buildPartial() - Method in class prometheus.Types.Histogram.Builder
 
buildPartial() - Method in class prometheus.Types.Label.Builder
 
buildPartial() - Method in class prometheus.Types.LabelMatcher.Builder
 
buildPartial() - Method in class prometheus.Types.Labels.Builder
 
buildPartial() - Method in class prometheus.Types.MetricMetadata.Builder
 
buildPartial() - Method in class prometheus.Types.ReadHints.Builder
 
buildPartial() - Method in class prometheus.Types.Sample.Builder
 
buildPartial() - Method in class prometheus.Types.TimeSeries.Builder
 
BY_FIELD_NUMBER - Static variable in class prometheus.Types.ReadHints
 

C

castkey - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
CASTKEY_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
casttype - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
CASTTYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
castvalue - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
CASTVALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
CHUNKED_SERIES_FIELD_NUMBER - Static variable in class prometheus.Remote.ChunkedReadResponse
 
CHUNKS_FIELD_NUMBER - Static variable in class prometheus.Types.ChunkedSeries
 
clear() - Method in class prometheus.Remote.ChunkedReadResponse.Builder
 
clear() - Method in class prometheus.Remote.Query.Builder
 
clear() - Method in class prometheus.Remote.QueryResult.Builder
 
clear() - Method in class prometheus.Remote.ReadRequest.Builder
 
clear() - Method in class prometheus.Remote.ReadResponse.Builder
 
clear() - Method in class prometheus.Remote.WriteRequest.Builder
 
clear() - Method in class prometheus.Types.BucketSpan.Builder
 
clear() - Method in class prometheus.Types.Chunk.Builder
 
clear() - Method in class prometheus.Types.ChunkedSeries.Builder
 
clear() - Method in class prometheus.Types.Exemplar.Builder
 
clear() - Method in class prometheus.Types.Histogram.Builder
 
clear() - Method in class prometheus.Types.Label.Builder
 
clear() - Method in class prometheus.Types.LabelMatcher.Builder
 
clear() - Method in class prometheus.Types.Labels.Builder
 
clear() - Method in class prometheus.Types.MetricMetadata.Builder
 
clear() - Method in class prometheus.Types.ReadHints.Builder
 
clear() - Method in class prometheus.Types.Sample.Builder
 
clear() - Method in class prometheus.Types.TimeSeries.Builder
 
clearAcceptedResponseTypes() - Method in class prometheus.Remote.ReadRequest.Builder
accepted_response_types allows negotiating the content type of the response.
clearBy() - Method in class prometheus.Types.ReadHints.Builder
Indicate whether it is without or by.
clearChunkedSeries() - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
clearChunks() - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
clearCount() - Method in class prometheus.Types.Histogram.Builder
 
clearCountFloat() - Method in class prometheus.Types.Histogram.Builder
double count_float = 2;
clearCountInt() - Method in class prometheus.Types.Histogram.Builder
uint64 count_int = 1;
clearCustomValues() - Method in class prometheus.Types.Histogram.Builder
custom_values are not part of the specification, DO NOT use in remote write clients.
clearData() - Method in class prometheus.Types.Chunk.Builder
bytes data = 4;
clearEndMs() - Method in class prometheus.Types.ReadHints.Builder
End time in milliseconds.
clearEndTimestampMs() - Method in class prometheus.Remote.Query.Builder
int64 end_timestamp_ms = 2;
clearExemplars() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
clearFunc() - Method in class prometheus.Types.ReadHints.Builder
String representation of surrounding function or aggregation.
clearGrouping() - Method in class prometheus.Types.ReadHints.Builder
List of label names used in aggregation.
clearHelp() - Method in class prometheus.Types.MetricMetadata.Builder
string help = 4;
clearHints() - Method in class prometheus.Remote.Query.Builder
.prometheus.ReadHints hints = 4;
clearHistograms() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
clearLabels() - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
clearLabels() - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
clearLabels() - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
clearLabels() - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
clearLength() - Method in class prometheus.Types.BucketSpan.Builder
Length of consecutive buckets.
clearMatchers() - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
clearMaxTimeMs() - Method in class prometheus.Types.Chunk.Builder
int64 max_time_ms = 2;
clearMetadata() - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
clearMetricFamilyName() - Method in class prometheus.Types.MetricMetadata.Builder
string metric_family_name = 2;
clearMinTimeMs() - Method in class prometheus.Types.Chunk.Builder
int64 min_time_ms = 1;
clearName() - Method in class prometheus.Types.Label.Builder
string name = 1;
clearName() - Method in class prometheus.Types.LabelMatcher.Builder
string name = 2;
clearNegativeCounts() - Method in class prometheus.Types.Histogram.Builder
Absolute count of each bucket.
clearNegativeDeltas() - Method in class prometheus.Types.Histogram.Builder
Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.
clearNegativeSpans() - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
clearOffset() - Method in class prometheus.Types.BucketSpan.Builder
Gap to previous span, or starting point for 1st span (which can be negative).
clearPositiveCounts() - Method in class prometheus.Types.Histogram.Builder
Absolute count of each bucket.
clearPositiveDeltas() - Method in class prometheus.Types.Histogram.Builder
Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.
clearPositiveSpans() - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
clearQueries() - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
clearQueryIndex() - Method in class prometheus.Remote.ChunkedReadResponse.Builder
query_index represents an index of the query from ReadRequest.queries these chunks relates to.
clearRangeMs() - Method in class prometheus.Types.ReadHints.Builder
Range vector selector range in milliseconds.
clearResetHint() - Method in class prometheus.Types.Histogram.Builder
.prometheus.Histogram.ResetHint reset_hint = 14;
clearResults() - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
clearSamples() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
clearSchema() - Method in class prometheus.Types.Histogram.Builder
The schema defines the bucket schema.
clearStartMs() - Method in class prometheus.Types.ReadHints.Builder
Start time in milliseconds.
clearStartTimestampMs() - Method in class prometheus.Remote.Query.Builder
int64 start_timestamp_ms = 1;
clearStepMs() - Method in class prometheus.Types.ReadHints.Builder
Query step size in milliseconds.
clearSum() - Method in class prometheus.Types.Histogram.Builder
Sum of observations in the histogram.
clearTimeseries() - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
clearTimeseries() - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
clearTimestamp() - Method in class prometheus.Types.Exemplar.Builder
timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.
clearTimestamp() - Method in class prometheus.Types.Histogram.Builder
timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.
clearTimestamp() - Method in class prometheus.Types.Sample.Builder
timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.
clearType() - Method in class prometheus.Types.Chunk.Builder
.prometheus.Chunk.Encoding type = 3;
clearType() - Method in class prometheus.Types.LabelMatcher.Builder
.prometheus.LabelMatcher.Type type = 1;
clearType() - Method in class prometheus.Types.MetricMetadata.Builder
Represents the metric type, these match the set from Prometheus.
clearUnit() - Method in class prometheus.Types.MetricMetadata.Builder
string unit = 5;
clearValue() - Method in class prometheus.Types.Exemplar.Builder
double value = 2;
clearValue() - Method in class prometheus.Types.Label.Builder
string value = 2;
clearValue() - Method in class prometheus.Types.LabelMatcher.Builder
string value = 3;
clearValue() - Method in class prometheus.Types.Sample.Builder
double value = 1;
clearZeroCount() - Method in class prometheus.Types.Histogram.Builder
 
clearZeroCountFloat() - Method in class prometheus.Types.Histogram.Builder
double zero_count_float = 7;
clearZeroCountInt() - Method in class prometheus.Types.Histogram.Builder
uint64 zero_count_int = 6;
clearZeroThreshold() - Method in class prometheus.Types.Histogram.Builder
Breadth of the zero bucket.
close() - Method in class io.scalecube.metrics.mimir.MimirPublisher
 
com.google.protobuf - package com.google.protobuf
 
compare - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
COMPARE_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
COMPARE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
compareAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
context() - Method in class io.scalecube.metrics.mimir.MimirPublisher
Returns MimirPublisher.Context instance.
Context() - Constructor for class io.scalecube.metrics.mimir.MimirPublisher.Context
 
COUNT_FLOAT - Enum constant in enum class prometheus.Types.Histogram.CountCase
 
COUNT_FLOAT_FIELD_NUMBER - Static variable in class prometheus.Types.Histogram
 
COUNT_INT - Enum constant in enum class prometheus.Types.Histogram.CountCase
 
COUNT_INT_FIELD_NUMBER - Static variable in class prometheus.Types.Histogram
 
COUNT_NOT_SET - Enum constant in enum class prometheus.Types.Histogram.CountCase
 
COUNTER - Enum constant in enum class prometheus.Types.MetricMetadata.MetricType
COUNTER = 1;
COUNTER_VALUE - Static variable in enum class prometheus.Types.MetricMetadata.MetricType
COUNTER = 1;
CountersMimirHandler - Class in io.scalecube.metrics.mimir
Handles counter updates and pushes them to Mimir via MimirPublisher.WriteProxy.
CountersMimirHandler(Map<String, String>, MimirPublisher.WriteProxy) - Constructor for class io.scalecube.metrics.mimir.CountersMimirHandler
Constructor.
CUSTOM_VALUES_FIELD_NUMBER - Static variable in class prometheus.Types.Histogram
 
customname - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
CUSTOMNAME_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
customtype - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
CUSTOMTYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 

D

DATA_FIELD_NUMBER - Static variable in class prometheus.Types.Chunk
 
description - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
DESCRIPTION_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
DESCRIPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
descriptionAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...

E

embed - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
EMBED_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
END_MS_FIELD_NUMBER - Static variable in class prometheus.Types.ReadHints
 
END_TIMESTAMP_MS_FIELD_NUMBER - Static variable in class prometheus.Remote.Query
 
ENUM_CUSTOMNAME_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
ENUM_STRINGER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
ENUM_STRINGER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
enumCustomname - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.EnumOptions { ...
enumdecl - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.EnumOptions { ...
ENUMDECL_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
ENUMDECL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
enumdeclAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
enumStringer - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.EnumOptions { ...
enumStringerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
ENUMVALUE_CUSTOMNAME_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
enumvalueCustomname - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.EnumValueOptions { ...
epochClock() - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
epochClock(EpochClock) - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
EQ - Enum constant in enum class prometheus.Types.LabelMatcher.Type
EQ = 0;
EQ_VALUE - Static variable in enum class prometheus.Types.LabelMatcher.Type
EQ = 0;
equal - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
EQUAL_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
EQUAL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
equalAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
equals(Object) - Method in class prometheus.Remote.ChunkedReadResponse
 
equals(Object) - Method in class prometheus.Remote.Query
 
equals(Object) - Method in class prometheus.Remote.QueryResult
 
equals(Object) - Method in class prometheus.Remote.ReadRequest
 
equals(Object) - Method in class prometheus.Remote.ReadResponse
 
equals(Object) - Method in class prometheus.Remote.WriteRequest
 
equals(Object) - Method in class prometheus.Types.BucketSpan
 
equals(Object) - Method in class prometheus.Types.Chunk
 
equals(Object) - Method in class prometheus.Types.ChunkedSeries
 
equals(Object) - Method in class prometheus.Types.Exemplar
 
equals(Object) - Method in class prometheus.Types.Histogram
 
equals(Object) - Method in class prometheus.Types.Label
 
equals(Object) - Method in class prometheus.Types.LabelMatcher
 
equals(Object) - Method in class prometheus.Types.Labels
 
equals(Object) - Method in class prometheus.Types.MetricMetadata
 
equals(Object) - Method in class prometheus.Types.ReadHints
 
equals(Object) - Method in class prometheus.Types.Sample
 
equals(Object) - Method in class prometheus.Types.TimeSeries
 
errorHandler() - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
errorHandler(ErrorHandler) - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
EXEMPLARS_FIELD_NUMBER - Static variable in class prometheus.Types.TimeSeries
 

F

face - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
FACE_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
FACE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
faceAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
FLOAT_HISTOGRAM - Enum constant in enum class prometheus.Types.Chunk.Encoding
FLOAT_HISTOGRAM = 3;
FLOAT_HISTOGRAM_VALUE - Static variable in enum class prometheus.Types.Chunk.Encoding
FLOAT_HISTOGRAM = 3;
forNumber(int) - Static method in enum class prometheus.Remote.ReadRequest.ResponseType
 
forNumber(int) - Static method in enum class prometheus.Types.Chunk.Encoding
 
forNumber(int) - Static method in enum class prometheus.Types.Histogram.CountCase
 
forNumber(int) - Static method in enum class prometheus.Types.Histogram.ResetHint
 
forNumber(int) - Static method in enum class prometheus.Types.Histogram.ZeroCountCase
 
forNumber(int) - Static method in enum class prometheus.Types.LabelMatcher.Type
 
forNumber(int) - Static method in enum class prometheus.Types.MetricMetadata.MetricType
 
FUNC_FIELD_NUMBER - Static variable in class prometheus.Types.ReadHints
 

G

GAUGE - Enum constant in enum class prometheus.Types.Histogram.ResetHint
This is a gauge histogram where counter resets don't happen.
GAUGE - Enum constant in enum class prometheus.Types.MetricMetadata.MetricType
GAUGE = 2;
GAUGE_VALUE - Static variable in enum class prometheus.Types.Histogram.ResetHint
This is a gauge histogram where counter resets don't happen.
GAUGE_VALUE - Static variable in enum class prometheus.Types.MetricMetadata.MetricType
GAUGE = 2;
GAUGEHISTOGRAM - Enum constant in enum class prometheus.Types.MetricMetadata.MetricType
GAUGEHISTOGRAM = 4;
GAUGEHISTOGRAM_VALUE - Static variable in enum class prometheus.Types.MetricMetadata.MetricType
GAUGEHISTOGRAM = 4;
getAcceptedResponseTypes(int) - Method in class prometheus.Remote.ReadRequest.Builder
accepted_response_types allows negotiating the content type of the response.
getAcceptedResponseTypes(int) - Method in class prometheus.Remote.ReadRequest
accepted_response_types allows negotiating the content type of the response.
getAcceptedResponseTypes(int) - Method in interface prometheus.Remote.ReadRequestOrBuilder
accepted_response_types allows negotiating the content type of the response.
getAcceptedResponseTypesCount() - Method in class prometheus.Remote.ReadRequest.Builder
accepted_response_types allows negotiating the content type of the response.
getAcceptedResponseTypesCount() - Method in class prometheus.Remote.ReadRequest
accepted_response_types allows negotiating the content type of the response.
getAcceptedResponseTypesCount() - Method in interface prometheus.Remote.ReadRequestOrBuilder
accepted_response_types allows negotiating the content type of the response.
getAcceptedResponseTypesList() - Method in class prometheus.Remote.ReadRequest.Builder
accepted_response_types allows negotiating the content type of the response.
getAcceptedResponseTypesList() - Method in class prometheus.Remote.ReadRequest
accepted_response_types allows negotiating the content type of the response.
getAcceptedResponseTypesList() - Method in interface prometheus.Remote.ReadRequestOrBuilder
accepted_response_types allows negotiating the content type of the response.
getAcceptedResponseTypesValue(int) - Method in class prometheus.Remote.ReadRequest.Builder
accepted_response_types allows negotiating the content type of the response.
getAcceptedResponseTypesValue(int) - Method in class prometheus.Remote.ReadRequest
accepted_response_types allows negotiating the content type of the response.
getAcceptedResponseTypesValue(int) - Method in interface prometheus.Remote.ReadRequestOrBuilder
accepted_response_types allows negotiating the content type of the response.
getAcceptedResponseTypesValueList() - Method in class prometheus.Remote.ReadRequest.Builder
accepted_response_types allows negotiating the content type of the response.
getAcceptedResponseTypesValueList() - Method in class prometheus.Remote.ReadRequest
accepted_response_types allows negotiating the content type of the response.
getAcceptedResponseTypesValueList() - Method in interface prometheus.Remote.ReadRequestOrBuilder
accepted_response_types allows negotiating the content type of the response.
getBy() - Method in class prometheus.Types.ReadHints.Builder
Indicate whether it is without or by.
getBy() - Method in class prometheus.Types.ReadHints
Indicate whether it is without or by.
getBy() - Method in interface prometheus.Types.ReadHintsOrBuilder
Indicate whether it is without or by.
getChunkedSeries(int) - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunkedSeries(int) - Method in class prometheus.Remote.ChunkedReadResponse
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunkedSeries(int) - Method in interface prometheus.Remote.ChunkedReadResponseOrBuilder
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunkedSeriesBuilder(int) - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunkedSeriesBuilderList() - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunkedSeriesCount() - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunkedSeriesCount() - Method in class prometheus.Remote.ChunkedReadResponse
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunkedSeriesCount() - Method in interface prometheus.Remote.ChunkedReadResponseOrBuilder
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunkedSeriesList() - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunkedSeriesList() - Method in class prometheus.Remote.ChunkedReadResponse
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunkedSeriesList() - Method in interface prometheus.Remote.ChunkedReadResponseOrBuilder
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunkedSeriesOrBuilder(int) - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunkedSeriesOrBuilder(int) - Method in class prometheus.Remote.ChunkedReadResponse
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunkedSeriesOrBuilder(int) - Method in interface prometheus.Remote.ChunkedReadResponseOrBuilder
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunkedSeriesOrBuilderList() - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunkedSeriesOrBuilderList() - Method in class prometheus.Remote.ChunkedReadResponse
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunkedSeriesOrBuilderList() - Method in interface prometheus.Remote.ChunkedReadResponseOrBuilder
repeated .prometheus.ChunkedSeries chunked_series = 1;
getChunks(int) - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
getChunks(int) - Method in class prometheus.Types.ChunkedSeries
Chunks will be in start time order and may overlap.
getChunks(int) - Method in interface prometheus.Types.ChunkedSeriesOrBuilder
Chunks will be in start time order and may overlap.
getChunksBuilder(int) - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
getChunksBuilderList() - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
getChunksCount() - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
getChunksCount() - Method in class prometheus.Types.ChunkedSeries
Chunks will be in start time order and may overlap.
getChunksCount() - Method in interface prometheus.Types.ChunkedSeriesOrBuilder
Chunks will be in start time order and may overlap.
getChunksList() - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
getChunksList() - Method in class prometheus.Types.ChunkedSeries
Chunks will be in start time order and may overlap.
getChunksList() - Method in interface prometheus.Types.ChunkedSeriesOrBuilder
Chunks will be in start time order and may overlap.
getChunksOrBuilder(int) - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
getChunksOrBuilder(int) - Method in class prometheus.Types.ChunkedSeries
Chunks will be in start time order and may overlap.
getChunksOrBuilder(int) - Method in interface prometheus.Types.ChunkedSeriesOrBuilder
Chunks will be in start time order and may overlap.
getChunksOrBuilderList() - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
getChunksOrBuilderList() - Method in class prometheus.Types.ChunkedSeries
Chunks will be in start time order and may overlap.
getChunksOrBuilderList() - Method in interface prometheus.Types.ChunkedSeriesOrBuilder
Chunks will be in start time order and may overlap.
getCountCase() - Method in class prometheus.Types.Histogram.Builder
 
getCountCase() - Method in class prometheus.Types.Histogram
 
getCountCase() - Method in interface prometheus.Types.HistogramOrBuilder
 
getCountFloat() - Method in class prometheus.Types.Histogram.Builder
double count_float = 2;
getCountFloat() - Method in class prometheus.Types.Histogram
double count_float = 2;
getCountFloat() - Method in interface prometheus.Types.HistogramOrBuilder
double count_float = 2;
getCountInt() - Method in class prometheus.Types.Histogram.Builder
uint64 count_int = 1;
getCountInt() - Method in class prometheus.Types.Histogram
uint64 count_int = 1;
getCountInt() - Method in interface prometheus.Types.HistogramOrBuilder
uint64 count_int = 1;
getCustomValues(int) - Method in class prometheus.Types.Histogram.Builder
custom_values are not part of the specification, DO NOT use in remote write clients.
getCustomValues(int) - Method in class prometheus.Types.Histogram
custom_values are not part of the specification, DO NOT use in remote write clients.
getCustomValues(int) - Method in interface prometheus.Types.HistogramOrBuilder
custom_values are not part of the specification, DO NOT use in remote write clients.
getCustomValuesCount() - Method in class prometheus.Types.Histogram.Builder
custom_values are not part of the specification, DO NOT use in remote write clients.
getCustomValuesCount() - Method in class prometheus.Types.Histogram
custom_values are not part of the specification, DO NOT use in remote write clients.
getCustomValuesCount() - Method in interface prometheus.Types.HistogramOrBuilder
custom_values are not part of the specification, DO NOT use in remote write clients.
getCustomValuesList() - Method in class prometheus.Types.Histogram.Builder
custom_values are not part of the specification, DO NOT use in remote write clients.
getCustomValuesList() - Method in class prometheus.Types.Histogram
custom_values are not part of the specification, DO NOT use in remote write clients.
getCustomValuesList() - Method in interface prometheus.Types.HistogramOrBuilder
custom_values are not part of the specification, DO NOT use in remote write clients.
getData() - Method in class prometheus.Types.Chunk.Builder
bytes data = 4;
getData() - Method in class prometheus.Types.Chunk
bytes data = 4;
getData() - Method in interface prometheus.Types.ChunkOrBuilder
bytes data = 4;
getDefaultInstance() - Static method in class prometheus.Remote.ChunkedReadResponse
 
getDefaultInstance() - Static method in class prometheus.Remote.Query
 
getDefaultInstance() - Static method in class prometheus.Remote.QueryResult
 
getDefaultInstance() - Static method in class prometheus.Remote.ReadRequest
 
getDefaultInstance() - Static method in class prometheus.Remote.ReadResponse
 
getDefaultInstance() - Static method in class prometheus.Remote.WriteRequest
 
getDefaultInstance() - Static method in class prometheus.Types.BucketSpan
 
getDefaultInstance() - Static method in class prometheus.Types.Chunk
 
getDefaultInstance() - Static method in class prometheus.Types.ChunkedSeries
 
getDefaultInstance() - Static method in class prometheus.Types.Exemplar
 
getDefaultInstance() - Static method in class prometheus.Types.Histogram
 
getDefaultInstance() - Static method in class prometheus.Types.Label
 
getDefaultInstance() - Static method in class prometheus.Types.LabelMatcher
 
getDefaultInstance() - Static method in class prometheus.Types.Labels
 
getDefaultInstance() - Static method in class prometheus.Types.MetricMetadata
 
getDefaultInstance() - Static method in class prometheus.Types.ReadHints
 
getDefaultInstance() - Static method in class prometheus.Types.Sample
 
getDefaultInstance() - Static method in class prometheus.Types.TimeSeries
 
getDefaultInstanceForType() - Method in class prometheus.Remote.ChunkedReadResponse.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Remote.ChunkedReadResponse
 
getDefaultInstanceForType() - Method in class prometheus.Remote.Query.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Remote.Query
 
getDefaultInstanceForType() - Method in class prometheus.Remote.QueryResult.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Remote.QueryResult
 
getDefaultInstanceForType() - Method in class prometheus.Remote.ReadRequest.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Remote.ReadRequest
 
getDefaultInstanceForType() - Method in class prometheus.Remote.ReadResponse.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Remote.ReadResponse
 
getDefaultInstanceForType() - Method in class prometheus.Remote.WriteRequest.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Remote.WriteRequest
 
getDefaultInstanceForType() - Method in class prometheus.Types.BucketSpan.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Types.BucketSpan
 
getDefaultInstanceForType() - Method in class prometheus.Types.Chunk.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Types.Chunk
 
getDefaultInstanceForType() - Method in class prometheus.Types.ChunkedSeries.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Types.ChunkedSeries
 
getDefaultInstanceForType() - Method in class prometheus.Types.Exemplar.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Types.Exemplar
 
getDefaultInstanceForType() - Method in class prometheus.Types.Histogram.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Types.Histogram
 
getDefaultInstanceForType() - Method in class prometheus.Types.Label.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Types.Label
 
getDefaultInstanceForType() - Method in class prometheus.Types.LabelMatcher.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Types.LabelMatcher
 
getDefaultInstanceForType() - Method in class prometheus.Types.Labels.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Types.Labels
 
getDefaultInstanceForType() - Method in class prometheus.Types.MetricMetadata.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Types.MetricMetadata
 
getDefaultInstanceForType() - Method in class prometheus.Types.ReadHints.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Types.ReadHints
 
getDefaultInstanceForType() - Method in class prometheus.Types.Sample.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Types.Sample
 
getDefaultInstanceForType() - Method in class prometheus.Types.TimeSeries.Builder
 
getDefaultInstanceForType() - Method in class prometheus.Types.TimeSeries
 
getDescriptor() - Static method in class com.google.protobuf.GoGoProtos
 
getDescriptor() - Static method in class prometheus.Remote.ChunkedReadResponse.Builder
 
getDescriptor() - Static method in class prometheus.Remote.ChunkedReadResponse
 
getDescriptor() - Static method in class prometheus.Remote
 
getDescriptor() - Static method in class prometheus.Remote.Query.Builder
 
getDescriptor() - Static method in class prometheus.Remote.Query
 
getDescriptor() - Static method in class prometheus.Remote.QueryResult.Builder
 
getDescriptor() - Static method in class prometheus.Remote.QueryResult
 
getDescriptor() - Static method in class prometheus.Remote.ReadRequest.Builder
 
getDescriptor() - Static method in class prometheus.Remote.ReadRequest
 
getDescriptor() - Static method in enum class prometheus.Remote.ReadRequest.ResponseType
 
getDescriptor() - Static method in class prometheus.Remote.ReadResponse.Builder
 
getDescriptor() - Static method in class prometheus.Remote.ReadResponse
 
getDescriptor() - Static method in class prometheus.Remote.WriteRequest.Builder
 
getDescriptor() - Static method in class prometheus.Remote.WriteRequest
 
getDescriptor() - Static method in class prometheus.Types.BucketSpan.Builder
 
getDescriptor() - Static method in class prometheus.Types.BucketSpan
 
getDescriptor() - Static method in class prometheus.Types.Chunk.Builder
 
getDescriptor() - Static method in enum class prometheus.Types.Chunk.Encoding
 
getDescriptor() - Static method in class prometheus.Types.Chunk
 
getDescriptor() - Static method in class prometheus.Types.ChunkedSeries.Builder
 
getDescriptor() - Static method in class prometheus.Types.ChunkedSeries
 
getDescriptor() - Static method in class prometheus.Types.Exemplar.Builder
 
getDescriptor() - Static method in class prometheus.Types.Exemplar
 
getDescriptor() - Static method in class prometheus.Types
 
getDescriptor() - Static method in class prometheus.Types.Histogram.Builder
 
getDescriptor() - Static method in class prometheus.Types.Histogram
 
getDescriptor() - Static method in enum class prometheus.Types.Histogram.ResetHint
 
getDescriptor() - Static method in class prometheus.Types.Label.Builder
 
getDescriptor() - Static method in class prometheus.Types.Label
 
getDescriptor() - Static method in class prometheus.Types.LabelMatcher.Builder
 
getDescriptor() - Static method in class prometheus.Types.LabelMatcher
 
getDescriptor() - Static method in enum class prometheus.Types.LabelMatcher.Type
 
getDescriptor() - Static method in class prometheus.Types.Labels.Builder
 
getDescriptor() - Static method in class prometheus.Types.Labels
 
getDescriptor() - Static method in class prometheus.Types.MetricMetadata.Builder
 
getDescriptor() - Static method in class prometheus.Types.MetricMetadata
 
getDescriptor() - Static method in enum class prometheus.Types.MetricMetadata.MetricType
 
getDescriptor() - Static method in class prometheus.Types.ReadHints.Builder
 
getDescriptor() - Static method in class prometheus.Types.ReadHints
 
getDescriptor() - Static method in class prometheus.Types.Sample.Builder
 
getDescriptor() - Static method in class prometheus.Types.Sample
 
getDescriptor() - Static method in class prometheus.Types.TimeSeries.Builder
 
getDescriptor() - Static method in class prometheus.Types.TimeSeries
 
getDescriptorForType() - Method in class prometheus.Remote.ChunkedReadResponse.Builder
 
getDescriptorForType() - Method in class prometheus.Remote.Query.Builder
 
getDescriptorForType() - Method in class prometheus.Remote.QueryResult.Builder
 
getDescriptorForType() - Method in class prometheus.Remote.ReadRequest.Builder
 
getDescriptorForType() - Method in enum class prometheus.Remote.ReadRequest.ResponseType
 
getDescriptorForType() - Method in class prometheus.Remote.ReadResponse.Builder
 
getDescriptorForType() - Method in class prometheus.Remote.WriteRequest.Builder
 
getDescriptorForType() - Method in class prometheus.Types.BucketSpan.Builder
 
getDescriptorForType() - Method in class prometheus.Types.Chunk.Builder
 
getDescriptorForType() - Method in enum class prometheus.Types.Chunk.Encoding
 
getDescriptorForType() - Method in class prometheus.Types.ChunkedSeries.Builder
 
getDescriptorForType() - Method in class prometheus.Types.Exemplar.Builder
 
getDescriptorForType() - Method in class prometheus.Types.Histogram.Builder
 
getDescriptorForType() - Method in enum class prometheus.Types.Histogram.ResetHint
 
getDescriptorForType() - Method in class prometheus.Types.Label.Builder
 
getDescriptorForType() - Method in class prometheus.Types.LabelMatcher.Builder
 
getDescriptorForType() - Method in enum class prometheus.Types.LabelMatcher.Type
 
getDescriptorForType() - Method in class prometheus.Types.Labels.Builder
 
getDescriptorForType() - Method in class prometheus.Types.MetricMetadata.Builder
 
getDescriptorForType() - Method in enum class prometheus.Types.MetricMetadata.MetricType
 
getDescriptorForType() - Method in class prometheus.Types.ReadHints.Builder
 
getDescriptorForType() - Method in class prometheus.Types.Sample.Builder
 
getDescriptorForType() - Method in class prometheus.Types.TimeSeries.Builder
 
getEndMs() - Method in class prometheus.Types.ReadHints.Builder
End time in milliseconds.
getEndMs() - Method in class prometheus.Types.ReadHints
End time in milliseconds.
getEndMs() - Method in interface prometheus.Types.ReadHintsOrBuilder
End time in milliseconds.
getEndTimestampMs() - Method in class prometheus.Remote.Query.Builder
int64 end_timestamp_ms = 2;
getEndTimestampMs() - Method in class prometheus.Remote.Query
int64 end_timestamp_ms = 2;
getEndTimestampMs() - Method in interface prometheus.Remote.QueryOrBuilder
int64 end_timestamp_ms = 2;
getExemplars(int) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getExemplars(int) - Method in class prometheus.Types.TimeSeries
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getExemplars(int) - Method in interface prometheus.Types.TimeSeriesOrBuilder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getExemplarsBuilder(int) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getExemplarsBuilderList() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getExemplarsCount() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getExemplarsCount() - Method in class prometheus.Types.TimeSeries
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getExemplarsCount() - Method in interface prometheus.Types.TimeSeriesOrBuilder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getExemplarsList() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getExemplarsList() - Method in class prometheus.Types.TimeSeries
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getExemplarsList() - Method in interface prometheus.Types.TimeSeriesOrBuilder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getExemplarsOrBuilder(int) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getExemplarsOrBuilder(int) - Method in class prometheus.Types.TimeSeries
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getExemplarsOrBuilder(int) - Method in interface prometheus.Types.TimeSeriesOrBuilder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getExemplarsOrBuilderList() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getExemplarsOrBuilderList() - Method in class prometheus.Types.TimeSeries
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getExemplarsOrBuilderList() - Method in interface prometheus.Types.TimeSeriesOrBuilder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
getFunc() - Method in class prometheus.Types.ReadHints.Builder
String representation of surrounding function or aggregation.
getFunc() - Method in class prometheus.Types.ReadHints
String representation of surrounding function or aggregation.
getFunc() - Method in interface prometheus.Types.ReadHintsOrBuilder
String representation of surrounding function or aggregation.
getFuncBytes() - Method in class prometheus.Types.ReadHints.Builder
String representation of surrounding function or aggregation.
getFuncBytes() - Method in class prometheus.Types.ReadHints
String representation of surrounding function or aggregation.
getFuncBytes() - Method in interface prometheus.Types.ReadHintsOrBuilder
String representation of surrounding function or aggregation.
getGrouping(int) - Method in class prometheus.Types.ReadHints.Builder
List of label names used in aggregation.
getGrouping(int) - Method in class prometheus.Types.ReadHints
List of label names used in aggregation.
getGrouping(int) - Method in interface prometheus.Types.ReadHintsOrBuilder
List of label names used in aggregation.
getGroupingBytes(int) - Method in class prometheus.Types.ReadHints.Builder
List of label names used in aggregation.
getGroupingBytes(int) - Method in class prometheus.Types.ReadHints
List of label names used in aggregation.
getGroupingBytes(int) - Method in interface prometheus.Types.ReadHintsOrBuilder
List of label names used in aggregation.
getGroupingCount() - Method in class prometheus.Types.ReadHints.Builder
List of label names used in aggregation.
getGroupingCount() - Method in class prometheus.Types.ReadHints
List of label names used in aggregation.
getGroupingCount() - Method in interface prometheus.Types.ReadHintsOrBuilder
List of label names used in aggregation.
getGroupingList() - Method in class prometheus.Types.ReadHints.Builder
List of label names used in aggregation.
getGroupingList() - Method in class prometheus.Types.ReadHints
List of label names used in aggregation.
getGroupingList() - Method in interface prometheus.Types.ReadHintsOrBuilder
List of label names used in aggregation.
getHelp() - Method in class prometheus.Types.MetricMetadata.Builder
string help = 4;
getHelp() - Method in class prometheus.Types.MetricMetadata
string help = 4;
getHelp() - Method in interface prometheus.Types.MetricMetadataOrBuilder
string help = 4;
getHelpBytes() - Method in class prometheus.Types.MetricMetadata.Builder
string help = 4;
getHelpBytes() - Method in class prometheus.Types.MetricMetadata
string help = 4;
getHelpBytes() - Method in interface prometheus.Types.MetricMetadataOrBuilder
string help = 4;
getHints() - Method in class prometheus.Remote.Query.Builder
.prometheus.ReadHints hints = 4;
getHints() - Method in class prometheus.Remote.Query
.prometheus.ReadHints hints = 4;
getHints() - Method in interface prometheus.Remote.QueryOrBuilder
.prometheus.ReadHints hints = 4;
getHintsBuilder() - Method in class prometheus.Remote.Query.Builder
.prometheus.ReadHints hints = 4;
getHintsOrBuilder() - Method in class prometheus.Remote.Query.Builder
.prometheus.ReadHints hints = 4;
getHintsOrBuilder() - Method in class prometheus.Remote.Query
.prometheus.ReadHints hints = 4;
getHintsOrBuilder() - Method in interface prometheus.Remote.QueryOrBuilder
.prometheus.ReadHints hints = 4;
getHistograms(int) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getHistograms(int) - Method in class prometheus.Types.TimeSeries
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getHistograms(int) - Method in interface prometheus.Types.TimeSeriesOrBuilder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getHistogramsBuilder(int) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getHistogramsBuilderList() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getHistogramsCount() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getHistogramsCount() - Method in class prometheus.Types.TimeSeries
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getHistogramsCount() - Method in interface prometheus.Types.TimeSeriesOrBuilder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getHistogramsList() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getHistogramsList() - Method in class prometheus.Types.TimeSeries
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getHistogramsList() - Method in interface prometheus.Types.TimeSeriesOrBuilder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getHistogramsOrBuilder(int) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getHistogramsOrBuilder(int) - Method in class prometheus.Types.TimeSeries
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getHistogramsOrBuilder(int) - Method in interface prometheus.Types.TimeSeriesOrBuilder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getHistogramsOrBuilderList() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getHistogramsOrBuilderList() - Method in class prometheus.Types.TimeSeries
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getHistogramsOrBuilderList() - Method in interface prometheus.Types.TimeSeriesOrBuilder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
getLabels(int) - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
getLabels(int) - Method in class prometheus.Types.ChunkedSeries
Labels should be sorted.
getLabels(int) - Method in interface prometheus.Types.ChunkedSeriesOrBuilder
Labels should be sorted.
getLabels(int) - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
getLabels(int) - Method in class prometheus.Types.Exemplar
Optional, can be empty.
getLabels(int) - Method in interface prometheus.Types.ExemplarOrBuilder
Optional, can be empty.
getLabels(int) - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabels(int) - Method in class prometheus.Types.Labels
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabels(int) - Method in interface prometheus.Types.LabelsOrBuilder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabels(int) - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLabels(int) - Method in class prometheus.Types.TimeSeries
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLabels(int) - Method in interface prometheus.Types.TimeSeriesOrBuilder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLabelsBuilder(int) - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
getLabelsBuilder(int) - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
getLabelsBuilder(int) - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabelsBuilder(int) - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLabelsBuilderList() - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
getLabelsBuilderList() - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
getLabelsBuilderList() - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabelsBuilderList() - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLabelsCount() - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
getLabelsCount() - Method in class prometheus.Types.ChunkedSeries
Labels should be sorted.
getLabelsCount() - Method in interface prometheus.Types.ChunkedSeriesOrBuilder
Labels should be sorted.
getLabelsCount() - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
getLabelsCount() - Method in class prometheus.Types.Exemplar
Optional, can be empty.
getLabelsCount() - Method in interface prometheus.Types.ExemplarOrBuilder
Optional, can be empty.
getLabelsCount() - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabelsCount() - Method in class prometheus.Types.Labels
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabelsCount() - Method in interface prometheus.Types.LabelsOrBuilder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabelsCount() - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLabelsCount() - Method in class prometheus.Types.TimeSeries
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLabelsCount() - Method in interface prometheus.Types.TimeSeriesOrBuilder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLabelsList() - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
getLabelsList() - Method in class prometheus.Types.ChunkedSeries
Labels should be sorted.
getLabelsList() - Method in interface prometheus.Types.ChunkedSeriesOrBuilder
Labels should be sorted.
getLabelsList() - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
getLabelsList() - Method in class prometheus.Types.Exemplar
Optional, can be empty.
getLabelsList() - Method in interface prometheus.Types.ExemplarOrBuilder
Optional, can be empty.
getLabelsList() - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabelsList() - Method in class prometheus.Types.Labels
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabelsList() - Method in interface prometheus.Types.LabelsOrBuilder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabelsList() - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLabelsList() - Method in class prometheus.Types.TimeSeries
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLabelsList() - Method in interface prometheus.Types.TimeSeriesOrBuilder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLabelsOrBuilder(int) - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
getLabelsOrBuilder(int) - Method in class prometheus.Types.ChunkedSeries
Labels should be sorted.
getLabelsOrBuilder(int) - Method in interface prometheus.Types.ChunkedSeriesOrBuilder
Labels should be sorted.
getLabelsOrBuilder(int) - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
getLabelsOrBuilder(int) - Method in class prometheus.Types.Exemplar
Optional, can be empty.
getLabelsOrBuilder(int) - Method in interface prometheus.Types.ExemplarOrBuilder
Optional, can be empty.
getLabelsOrBuilder(int) - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabelsOrBuilder(int) - Method in class prometheus.Types.Labels
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabelsOrBuilder(int) - Method in interface prometheus.Types.LabelsOrBuilder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabelsOrBuilder(int) - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLabelsOrBuilder(int) - Method in class prometheus.Types.TimeSeries
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLabelsOrBuilder(int) - Method in interface prometheus.Types.TimeSeriesOrBuilder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLabelsOrBuilderList() - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
getLabelsOrBuilderList() - Method in class prometheus.Types.ChunkedSeries
Labels should be sorted.
getLabelsOrBuilderList() - Method in interface prometheus.Types.ChunkedSeriesOrBuilder
Labels should be sorted.
getLabelsOrBuilderList() - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
getLabelsOrBuilderList() - Method in class prometheus.Types.Exemplar
Optional, can be empty.
getLabelsOrBuilderList() - Method in interface prometheus.Types.ExemplarOrBuilder
Optional, can be empty.
getLabelsOrBuilderList() - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabelsOrBuilderList() - Method in class prometheus.Types.Labels
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabelsOrBuilderList() - Method in interface prometheus.Types.LabelsOrBuilder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
getLabelsOrBuilderList() - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLabelsOrBuilderList() - Method in class prometheus.Types.TimeSeries
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLabelsOrBuilderList() - Method in interface prometheus.Types.TimeSeriesOrBuilder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
getLength() - Method in class prometheus.Types.BucketSpan.Builder
Length of consecutive buckets.
getLength() - Method in class prometheus.Types.BucketSpan
Length of consecutive buckets.
getLength() - Method in interface prometheus.Types.BucketSpanOrBuilder
Length of consecutive buckets.
getMatchers(int) - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
getMatchers(int) - Method in class prometheus.Remote.Query
repeated .prometheus.LabelMatcher matchers = 3;
getMatchers(int) - Method in interface prometheus.Remote.QueryOrBuilder
repeated .prometheus.LabelMatcher matchers = 3;
getMatchersBuilder(int) - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
getMatchersBuilderList() - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
getMatchersCount() - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
getMatchersCount() - Method in class prometheus.Remote.Query
repeated .prometheus.LabelMatcher matchers = 3;
getMatchersCount() - Method in interface prometheus.Remote.QueryOrBuilder
repeated .prometheus.LabelMatcher matchers = 3;
getMatchersList() - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
getMatchersList() - Method in class prometheus.Remote.Query
repeated .prometheus.LabelMatcher matchers = 3;
getMatchersList() - Method in interface prometheus.Remote.QueryOrBuilder
repeated .prometheus.LabelMatcher matchers = 3;
getMatchersOrBuilder(int) - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
getMatchersOrBuilder(int) - Method in class prometheus.Remote.Query
repeated .prometheus.LabelMatcher matchers = 3;
getMatchersOrBuilder(int) - Method in interface prometheus.Remote.QueryOrBuilder
repeated .prometheus.LabelMatcher matchers = 3;
getMatchersOrBuilderList() - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
getMatchersOrBuilderList() - Method in class prometheus.Remote.Query
repeated .prometheus.LabelMatcher matchers = 3;
getMatchersOrBuilderList() - Method in interface prometheus.Remote.QueryOrBuilder
repeated .prometheus.LabelMatcher matchers = 3;
getMaxTimeMs() - Method in class prometheus.Types.Chunk.Builder
int64 max_time_ms = 2;
getMaxTimeMs() - Method in class prometheus.Types.Chunk
int64 max_time_ms = 2;
getMaxTimeMs() - Method in interface prometheus.Types.ChunkOrBuilder
int64 max_time_ms = 2;
getMetadata(int) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetadata(int) - Method in class prometheus.Remote.WriteRequest
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetadata(int) - Method in interface prometheus.Remote.WriteRequestOrBuilder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetadataBuilder(int) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetadataBuilderList() - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetadataCount() - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetadataCount() - Method in class prometheus.Remote.WriteRequest
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetadataCount() - Method in interface prometheus.Remote.WriteRequestOrBuilder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetadataList() - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetadataList() - Method in class prometheus.Remote.WriteRequest
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetadataList() - Method in interface prometheus.Remote.WriteRequestOrBuilder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetadataOrBuilder(int) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetadataOrBuilder(int) - Method in class prometheus.Remote.WriteRequest
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetadataOrBuilder(int) - Method in interface prometheus.Remote.WriteRequestOrBuilder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetadataOrBuilderList() - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetadataOrBuilderList() - Method in class prometheus.Remote.WriteRequest
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetadataOrBuilderList() - Method in interface prometheus.Remote.WriteRequestOrBuilder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
getMetricFamilyName() - Method in class prometheus.Types.MetricMetadata.Builder
string metric_family_name = 2;
getMetricFamilyName() - Method in class prometheus.Types.MetricMetadata
string metric_family_name = 2;
getMetricFamilyName() - Method in interface prometheus.Types.MetricMetadataOrBuilder
string metric_family_name = 2;
getMetricFamilyNameBytes() - Method in class prometheus.Types.MetricMetadata.Builder
string metric_family_name = 2;
getMetricFamilyNameBytes() - Method in class prometheus.Types.MetricMetadata
string metric_family_name = 2;
getMetricFamilyNameBytes() - Method in interface prometheus.Types.MetricMetadataOrBuilder
string metric_family_name = 2;
getMinTimeMs() - Method in class prometheus.Types.Chunk.Builder
int64 min_time_ms = 1;
getMinTimeMs() - Method in class prometheus.Types.Chunk
int64 min_time_ms = 1;
getMinTimeMs() - Method in interface prometheus.Types.ChunkOrBuilder
int64 min_time_ms = 1;
getName() - Method in class prometheus.Types.Label.Builder
string name = 1;
getName() - Method in class prometheus.Types.Label
string name = 1;
getName() - Method in class prometheus.Types.LabelMatcher.Builder
string name = 2;
getName() - Method in class prometheus.Types.LabelMatcher
string name = 2;
getName() - Method in interface prometheus.Types.LabelMatcherOrBuilder
string name = 2;
getName() - Method in interface prometheus.Types.LabelOrBuilder
string name = 1;
getNameBytes() - Method in class prometheus.Types.Label.Builder
string name = 1;
getNameBytes() - Method in class prometheus.Types.Label
string name = 1;
getNameBytes() - Method in class prometheus.Types.LabelMatcher.Builder
string name = 2;
getNameBytes() - Method in class prometheus.Types.LabelMatcher
string name = 2;
getNameBytes() - Method in interface prometheus.Types.LabelMatcherOrBuilder
string name = 2;
getNameBytes() - Method in interface prometheus.Types.LabelOrBuilder
string name = 1;
getNegativeCounts(int) - Method in class prometheus.Types.Histogram.Builder
Absolute count of each bucket.
getNegativeCounts(int) - Method in class prometheus.Types.Histogram
Absolute count of each bucket.
getNegativeCounts(int) - Method in interface prometheus.Types.HistogramOrBuilder
Absolute count of each bucket.
getNegativeCountsCount() - Method in class prometheus.Types.Histogram.Builder
Absolute count of each bucket.
getNegativeCountsCount() - Method in class prometheus.Types.Histogram
Absolute count of each bucket.
getNegativeCountsCount() - Method in interface prometheus.Types.HistogramOrBuilder
Absolute count of each bucket.
getNegativeCountsList() - Method in class prometheus.Types.Histogram.Builder
Absolute count of each bucket.
getNegativeCountsList() - Method in class prometheus.Types.Histogram
Absolute count of each bucket.
getNegativeCountsList() - Method in interface prometheus.Types.HistogramOrBuilder
Absolute count of each bucket.
getNegativeDeltas(int) - Method in class prometheus.Types.Histogram.Builder
Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.
getNegativeDeltas(int) - Method in class prometheus.Types.Histogram
Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.
getNegativeDeltas(int) - Method in interface prometheus.Types.HistogramOrBuilder
Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.
getNegativeDeltasCount() - Method in class prometheus.Types.Histogram.Builder
Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.
getNegativeDeltasCount() - Method in class prometheus.Types.Histogram
Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.
getNegativeDeltasCount() - Method in interface prometheus.Types.HistogramOrBuilder
Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.
getNegativeDeltasList() - Method in class prometheus.Types.Histogram.Builder
Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.
getNegativeDeltasList() - Method in class prometheus.Types.Histogram
Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.
getNegativeDeltasList() - Method in interface prometheus.Types.HistogramOrBuilder
Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.
getNegativeSpans(int) - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
getNegativeSpans(int) - Method in class prometheus.Types.Histogram
Negative Buckets.
getNegativeSpans(int) - Method in interface prometheus.Types.HistogramOrBuilder
Negative Buckets.
getNegativeSpansBuilder(int) - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
getNegativeSpansBuilderList() - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
getNegativeSpansCount() - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
getNegativeSpansCount() - Method in class prometheus.Types.Histogram
Negative Buckets.
getNegativeSpansCount() - Method in interface prometheus.Types.HistogramOrBuilder
Negative Buckets.
getNegativeSpansList() - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
getNegativeSpansList() - Method in class prometheus.Types.Histogram
Negative Buckets.
getNegativeSpansList() - Method in interface prometheus.Types.HistogramOrBuilder
Negative Buckets.
getNegativeSpansOrBuilder(int) - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
getNegativeSpansOrBuilder(int) - Method in class prometheus.Types.Histogram
Negative Buckets.
getNegativeSpansOrBuilder(int) - Method in interface prometheus.Types.HistogramOrBuilder
Negative Buckets.
getNegativeSpansOrBuilderList() - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
getNegativeSpansOrBuilderList() - Method in class prometheus.Types.Histogram
Negative Buckets.
getNegativeSpansOrBuilderList() - Method in interface prometheus.Types.HistogramOrBuilder
Negative Buckets.
getNumber() - Method in enum class prometheus.Remote.ReadRequest.ResponseType
 
getNumber() - Method in enum class prometheus.Types.Chunk.Encoding
 
getNumber() - Method in enum class prometheus.Types.Histogram.CountCase
 
getNumber() - Method in enum class prometheus.Types.Histogram.ResetHint
 
getNumber() - Method in enum class prometheus.Types.Histogram.ZeroCountCase
 
getNumber() - Method in enum class prometheus.Types.LabelMatcher.Type
 
getNumber() - Method in enum class prometheus.Types.MetricMetadata.MetricType
 
getOffset() - Method in class prometheus.Types.BucketSpan.Builder
Gap to previous span, or starting point for 1st span (which can be negative).
getOffset() - Method in class prometheus.Types.BucketSpan
Gap to previous span, or starting point for 1st span (which can be negative).
getOffset() - Method in interface prometheus.Types.BucketSpanOrBuilder
Gap to previous span, or starting point for 1st span (which can be negative).
getParserForType() - Method in class prometheus.Remote.ChunkedReadResponse
 
getParserForType() - Method in class prometheus.Remote.Query
 
getParserForType() - Method in class prometheus.Remote.QueryResult
 
getParserForType() - Method in class prometheus.Remote.ReadRequest
 
getParserForType() - Method in class prometheus.Remote.ReadResponse
 
getParserForType() - Method in class prometheus.Remote.WriteRequest
 
getParserForType() - Method in class prometheus.Types.BucketSpan
 
getParserForType() - Method in class prometheus.Types.Chunk
 
getParserForType() - Method in class prometheus.Types.ChunkedSeries
 
getParserForType() - Method in class prometheus.Types.Exemplar
 
getParserForType() - Method in class prometheus.Types.Histogram
 
getParserForType() - Method in class prometheus.Types.Label
 
getParserForType() - Method in class prometheus.Types.LabelMatcher
 
getParserForType() - Method in class prometheus.Types.Labels
 
getParserForType() - Method in class prometheus.Types.MetricMetadata
 
getParserForType() - Method in class prometheus.Types.ReadHints
 
getParserForType() - Method in class prometheus.Types.Sample
 
getParserForType() - Method in class prometheus.Types.TimeSeries
 
getPositiveCounts(int) - Method in class prometheus.Types.Histogram.Builder
Absolute count of each bucket.
getPositiveCounts(int) - Method in class prometheus.Types.Histogram
Absolute count of each bucket.
getPositiveCounts(int) - Method in interface prometheus.Types.HistogramOrBuilder
Absolute count of each bucket.
getPositiveCountsCount() - Method in class prometheus.Types.Histogram.Builder
Absolute count of each bucket.
getPositiveCountsCount() - Method in class prometheus.Types.Histogram
Absolute count of each bucket.
getPositiveCountsCount() - Method in interface prometheus.Types.HistogramOrBuilder
Absolute count of each bucket.
getPositiveCountsList() - Method in class prometheus.Types.Histogram.Builder
Absolute count of each bucket.
getPositiveCountsList() - Method in class prometheus.Types.Histogram
Absolute count of each bucket.
getPositiveCountsList() - Method in interface prometheus.Types.HistogramOrBuilder
Absolute count of each bucket.
getPositiveDeltas(int) - Method in class prometheus.Types.Histogram.Builder
Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.
getPositiveDeltas(int) - Method in class prometheus.Types.Histogram
Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.
getPositiveDeltas(int) - Method in interface prometheus.Types.HistogramOrBuilder
Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.
getPositiveDeltasCount() - Method in class prometheus.Types.Histogram.Builder
Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.
getPositiveDeltasCount() - Method in class prometheus.Types.Histogram
Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.
getPositiveDeltasCount() - Method in interface prometheus.Types.HistogramOrBuilder
Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.
getPositiveDeltasList() - Method in class prometheus.Types.Histogram.Builder
Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.
getPositiveDeltasList() - Method in class prometheus.Types.Histogram
Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.
getPositiveDeltasList() - Method in interface prometheus.Types.HistogramOrBuilder
Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.
getPositiveSpans(int) - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
getPositiveSpans(int) - Method in class prometheus.Types.Histogram
Positive Buckets.
getPositiveSpans(int) - Method in interface prometheus.Types.HistogramOrBuilder
Positive Buckets.
getPositiveSpansBuilder(int) - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
getPositiveSpansBuilderList() - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
getPositiveSpansCount() - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
getPositiveSpansCount() - Method in class prometheus.Types.Histogram
Positive Buckets.
getPositiveSpansCount() - Method in interface prometheus.Types.HistogramOrBuilder
Positive Buckets.
getPositiveSpansList() - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
getPositiveSpansList() - Method in class prometheus.Types.Histogram
Positive Buckets.
getPositiveSpansList() - Method in interface prometheus.Types.HistogramOrBuilder
Positive Buckets.
getPositiveSpansOrBuilder(int) - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
getPositiveSpansOrBuilder(int) - Method in class prometheus.Types.Histogram
Positive Buckets.
getPositiveSpansOrBuilder(int) - Method in interface prometheus.Types.HistogramOrBuilder
Positive Buckets.
getPositiveSpansOrBuilderList() - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
getPositiveSpansOrBuilderList() - Method in class prometheus.Types.Histogram
Positive Buckets.
getPositiveSpansOrBuilderList() - Method in interface prometheus.Types.HistogramOrBuilder
Positive Buckets.
getQueries(int) - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
getQueries(int) - Method in class prometheus.Remote.ReadRequest
repeated .prometheus.Query queries = 1;
getQueries(int) - Method in interface prometheus.Remote.ReadRequestOrBuilder
repeated .prometheus.Query queries = 1;
getQueriesBuilder(int) - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
getQueriesBuilderList() - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
getQueriesCount() - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
getQueriesCount() - Method in class prometheus.Remote.ReadRequest
repeated .prometheus.Query queries = 1;
getQueriesCount() - Method in interface prometheus.Remote.ReadRequestOrBuilder
repeated .prometheus.Query queries = 1;
getQueriesList() - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
getQueriesList() - Method in class prometheus.Remote.ReadRequest
repeated .prometheus.Query queries = 1;
getQueriesList() - Method in interface prometheus.Remote.ReadRequestOrBuilder
repeated .prometheus.Query queries = 1;
getQueriesOrBuilder(int) - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
getQueriesOrBuilder(int) - Method in class prometheus.Remote.ReadRequest
repeated .prometheus.Query queries = 1;
getQueriesOrBuilder(int) - Method in interface prometheus.Remote.ReadRequestOrBuilder
repeated .prometheus.Query queries = 1;
getQueriesOrBuilderList() - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
getQueriesOrBuilderList() - Method in class prometheus.Remote.ReadRequest
repeated .prometheus.Query queries = 1;
getQueriesOrBuilderList() - Method in interface prometheus.Remote.ReadRequestOrBuilder
repeated .prometheus.Query queries = 1;
getQueryIndex() - Method in class prometheus.Remote.ChunkedReadResponse.Builder
query_index represents an index of the query from ReadRequest.queries these chunks relates to.
getQueryIndex() - Method in class prometheus.Remote.ChunkedReadResponse
query_index represents an index of the query from ReadRequest.queries these chunks relates to.
getQueryIndex() - Method in interface prometheus.Remote.ChunkedReadResponseOrBuilder
query_index represents an index of the query from ReadRequest.queries these chunks relates to.
getRangeMs() - Method in class prometheus.Types.ReadHints.Builder
Range vector selector range in milliseconds.
getRangeMs() - Method in class prometheus.Types.ReadHints
Range vector selector range in milliseconds.
getRangeMs() - Method in interface prometheus.Types.ReadHintsOrBuilder
Range vector selector range in milliseconds.
getResetHint() - Method in class prometheus.Types.Histogram.Builder
.prometheus.Histogram.ResetHint reset_hint = 14;
getResetHint() - Method in class prometheus.Types.Histogram
.prometheus.Histogram.ResetHint reset_hint = 14;
getResetHint() - Method in interface prometheus.Types.HistogramOrBuilder
.prometheus.Histogram.ResetHint reset_hint = 14;
getResetHintValue() - Method in class prometheus.Types.Histogram.Builder
.prometheus.Histogram.ResetHint reset_hint = 14;
getResetHintValue() - Method in class prometheus.Types.Histogram
.prometheus.Histogram.ResetHint reset_hint = 14;
getResetHintValue() - Method in interface prometheus.Types.HistogramOrBuilder
.prometheus.Histogram.ResetHint reset_hint = 14;
getResults(int) - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
getResults(int) - Method in class prometheus.Remote.ReadResponse
In same order as the request's queries.
getResults(int) - Method in interface prometheus.Remote.ReadResponseOrBuilder
In same order as the request's queries.
getResultsBuilder(int) - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
getResultsBuilderList() - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
getResultsCount() - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
getResultsCount() - Method in class prometheus.Remote.ReadResponse
In same order as the request's queries.
getResultsCount() - Method in interface prometheus.Remote.ReadResponseOrBuilder
In same order as the request's queries.
getResultsList() - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
getResultsList() - Method in class prometheus.Remote.ReadResponse
In same order as the request's queries.
getResultsList() - Method in interface prometheus.Remote.ReadResponseOrBuilder
In same order as the request's queries.
getResultsOrBuilder(int) - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
getResultsOrBuilder(int) - Method in class prometheus.Remote.ReadResponse
In same order as the request's queries.
getResultsOrBuilder(int) - Method in interface prometheus.Remote.ReadResponseOrBuilder
In same order as the request's queries.
getResultsOrBuilderList() - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
getResultsOrBuilderList() - Method in class prometheus.Remote.ReadResponse
In same order as the request's queries.
getResultsOrBuilderList() - Method in interface prometheus.Remote.ReadResponseOrBuilder
In same order as the request's queries.
getSamples(int) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSamples(int) - Method in class prometheus.Types.TimeSeries
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSamples(int) - Method in interface prometheus.Types.TimeSeriesOrBuilder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSamplesBuilder(int) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSamplesBuilderList() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSamplesCount() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSamplesCount() - Method in class prometheus.Types.TimeSeries
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSamplesCount() - Method in interface prometheus.Types.TimeSeriesOrBuilder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSamplesList() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSamplesList() - Method in class prometheus.Types.TimeSeries
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSamplesList() - Method in interface prometheus.Types.TimeSeriesOrBuilder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSamplesOrBuilder(int) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSamplesOrBuilder(int) - Method in class prometheus.Types.TimeSeries
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSamplesOrBuilder(int) - Method in interface prometheus.Types.TimeSeriesOrBuilder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSamplesOrBuilderList() - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSamplesOrBuilderList() - Method in class prometheus.Types.TimeSeries
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSamplesOrBuilderList() - Method in interface prometheus.Types.TimeSeriesOrBuilder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
getSchema() - Method in class prometheus.Types.Histogram.Builder
The schema defines the bucket schema.
getSchema() - Method in class prometheus.Types.Histogram
The schema defines the bucket schema.
getSchema() - Method in interface prometheus.Types.HistogramOrBuilder
The schema defines the bucket schema.
getSerializedSize() - Method in class prometheus.Remote.ChunkedReadResponse
 
getSerializedSize() - Method in class prometheus.Remote.Query
 
getSerializedSize() - Method in class prometheus.Remote.QueryResult
 
getSerializedSize() - Method in class prometheus.Remote.ReadRequest
 
getSerializedSize() - Method in class prometheus.Remote.ReadResponse
 
getSerializedSize() - Method in class prometheus.Remote.WriteRequest
 
getSerializedSize() - Method in class prometheus.Types.BucketSpan
 
getSerializedSize() - Method in class prometheus.Types.Chunk
 
getSerializedSize() - Method in class prometheus.Types.ChunkedSeries
 
getSerializedSize() - Method in class prometheus.Types.Exemplar
 
getSerializedSize() - Method in class prometheus.Types.Histogram
 
getSerializedSize() - Method in class prometheus.Types.Label
 
getSerializedSize() - Method in class prometheus.Types.LabelMatcher
 
getSerializedSize() - Method in class prometheus.Types.Labels
 
getSerializedSize() - Method in class prometheus.Types.MetricMetadata
 
getSerializedSize() - Method in class prometheus.Types.ReadHints
 
getSerializedSize() - Method in class prometheus.Types.Sample
 
getSerializedSize() - Method in class prometheus.Types.TimeSeries
 
getStartMs() - Method in class prometheus.Types.ReadHints.Builder
Start time in milliseconds.
getStartMs() - Method in class prometheus.Types.ReadHints
Start time in milliseconds.
getStartMs() - Method in interface prometheus.Types.ReadHintsOrBuilder
Start time in milliseconds.
getStartTimestampMs() - Method in class prometheus.Remote.Query.Builder
int64 start_timestamp_ms = 1;
getStartTimestampMs() - Method in class prometheus.Remote.Query
int64 start_timestamp_ms = 1;
getStartTimestampMs() - Method in interface prometheus.Remote.QueryOrBuilder
int64 start_timestamp_ms = 1;
getStepMs() - Method in class prometheus.Types.ReadHints.Builder
Query step size in milliseconds.
getStepMs() - Method in class prometheus.Types.ReadHints
Query step size in milliseconds.
getStepMs() - Method in interface prometheus.Types.ReadHintsOrBuilder
Query step size in milliseconds.
getSum() - Method in class prometheus.Types.Histogram.Builder
Sum of observations in the histogram.
getSum() - Method in class prometheus.Types.Histogram
Sum of observations in the histogram.
getSum() - Method in interface prometheus.Types.HistogramOrBuilder
Sum of observations in the histogram.
getTimeseries(int) - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
getTimeseries(int) - Method in class prometheus.Remote.QueryResult
Samples within a time series must be ordered by time.
getTimeseries(int) - Method in interface prometheus.Remote.QueryResultOrBuilder
Samples within a time series must be ordered by time.
getTimeseries(int) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimeseries(int) - Method in class prometheus.Remote.WriteRequest
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimeseries(int) - Method in interface prometheus.Remote.WriteRequestOrBuilder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimeseriesBuilder(int) - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
getTimeseriesBuilder(int) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimeseriesBuilderList() - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
getTimeseriesBuilderList() - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimeseriesCount() - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
getTimeseriesCount() - Method in class prometheus.Remote.QueryResult
Samples within a time series must be ordered by time.
getTimeseriesCount() - Method in interface prometheus.Remote.QueryResultOrBuilder
Samples within a time series must be ordered by time.
getTimeseriesCount() - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimeseriesCount() - Method in class prometheus.Remote.WriteRequest
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimeseriesCount() - Method in interface prometheus.Remote.WriteRequestOrBuilder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimeseriesList() - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
getTimeseriesList() - Method in class prometheus.Remote.QueryResult
Samples within a time series must be ordered by time.
getTimeseriesList() - Method in interface prometheus.Remote.QueryResultOrBuilder
Samples within a time series must be ordered by time.
getTimeseriesList() - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimeseriesList() - Method in class prometheus.Remote.WriteRequest
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimeseriesList() - Method in interface prometheus.Remote.WriteRequestOrBuilder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimeseriesOrBuilder(int) - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
getTimeseriesOrBuilder(int) - Method in class prometheus.Remote.QueryResult
Samples within a time series must be ordered by time.
getTimeseriesOrBuilder(int) - Method in interface prometheus.Remote.QueryResultOrBuilder
Samples within a time series must be ordered by time.
getTimeseriesOrBuilder(int) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimeseriesOrBuilder(int) - Method in class prometheus.Remote.WriteRequest
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimeseriesOrBuilder(int) - Method in interface prometheus.Remote.WriteRequestOrBuilder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimeseriesOrBuilderList() - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
getTimeseriesOrBuilderList() - Method in class prometheus.Remote.QueryResult
Samples within a time series must be ordered by time.
getTimeseriesOrBuilderList() - Method in interface prometheus.Remote.QueryResultOrBuilder
Samples within a time series must be ordered by time.
getTimeseriesOrBuilderList() - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimeseriesOrBuilderList() - Method in class prometheus.Remote.WriteRequest
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimeseriesOrBuilderList() - Method in interface prometheus.Remote.WriteRequestOrBuilder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
getTimestamp() - Method in class prometheus.Types.Exemplar.Builder
timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.
getTimestamp() - Method in class prometheus.Types.Exemplar
timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.
getTimestamp() - Method in interface prometheus.Types.ExemplarOrBuilder
timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.
getTimestamp() - Method in class prometheus.Types.Histogram.Builder
timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.
getTimestamp() - Method in class prometheus.Types.Histogram
timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.
getTimestamp() - Method in interface prometheus.Types.HistogramOrBuilder
timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.
getTimestamp() - Method in class prometheus.Types.Sample.Builder
timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.
getTimestamp() - Method in class prometheus.Types.Sample
timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.
getTimestamp() - Method in interface prometheus.Types.SampleOrBuilder
timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.
getType() - Method in class prometheus.Types.Chunk.Builder
.prometheus.Chunk.Encoding type = 3;
getType() - Method in class prometheus.Types.Chunk
.prometheus.Chunk.Encoding type = 3;
getType() - Method in interface prometheus.Types.ChunkOrBuilder
.prometheus.Chunk.Encoding type = 3;
getType() - Method in class prometheus.Types.LabelMatcher.Builder
.prometheus.LabelMatcher.Type type = 1;
getType() - Method in class prometheus.Types.LabelMatcher
.prometheus.LabelMatcher.Type type = 1;
getType() - Method in interface prometheus.Types.LabelMatcherOrBuilder
.prometheus.LabelMatcher.Type type = 1;
getType() - Method in class prometheus.Types.MetricMetadata.Builder
Represents the metric type, these match the set from Prometheus.
getType() - Method in class prometheus.Types.MetricMetadata
Represents the metric type, these match the set from Prometheus.
getType() - Method in interface prometheus.Types.MetricMetadataOrBuilder
Represents the metric type, these match the set from Prometheus.
getTypeValue() - Method in class prometheus.Types.Chunk.Builder
.prometheus.Chunk.Encoding type = 3;
getTypeValue() - Method in class prometheus.Types.Chunk
.prometheus.Chunk.Encoding type = 3;
getTypeValue() - Method in interface prometheus.Types.ChunkOrBuilder
.prometheus.Chunk.Encoding type = 3;
getTypeValue() - Method in class prometheus.Types.LabelMatcher.Builder
.prometheus.LabelMatcher.Type type = 1;
getTypeValue() - Method in class prometheus.Types.LabelMatcher
.prometheus.LabelMatcher.Type type = 1;
getTypeValue() - Method in interface prometheus.Types.LabelMatcherOrBuilder
.prometheus.LabelMatcher.Type type = 1;
getTypeValue() - Method in class prometheus.Types.MetricMetadata.Builder
Represents the metric type, these match the set from Prometheus.
getTypeValue() - Method in class prometheus.Types.MetricMetadata
Represents the metric type, these match the set from Prometheus.
getTypeValue() - Method in interface prometheus.Types.MetricMetadataOrBuilder
Represents the metric type, these match the set from Prometheus.
getUnit() - Method in class prometheus.Types.MetricMetadata.Builder
string unit = 5;
getUnit() - Method in class prometheus.Types.MetricMetadata
string unit = 5;
getUnit() - Method in interface prometheus.Types.MetricMetadataOrBuilder
string unit = 5;
getUnitBytes() - Method in class prometheus.Types.MetricMetadata.Builder
string unit = 5;
getUnitBytes() - Method in class prometheus.Types.MetricMetadata
string unit = 5;
getUnitBytes() - Method in interface prometheus.Types.MetricMetadataOrBuilder
string unit = 5;
getValue() - Method in class prometheus.Types.Exemplar.Builder
double value = 2;
getValue() - Method in class prometheus.Types.Exemplar
double value = 2;
getValue() - Method in interface prometheus.Types.ExemplarOrBuilder
double value = 2;
getValue() - Method in class prometheus.Types.Label.Builder
string value = 2;
getValue() - Method in class prometheus.Types.Label
string value = 2;
getValue() - Method in class prometheus.Types.LabelMatcher.Builder
string value = 3;
getValue() - Method in class prometheus.Types.LabelMatcher
string value = 3;
getValue() - Method in interface prometheus.Types.LabelMatcherOrBuilder
string value = 3;
getValue() - Method in interface prometheus.Types.LabelOrBuilder
string value = 2;
getValue() - Method in class prometheus.Types.Sample.Builder
double value = 1;
getValue() - Method in class prometheus.Types.Sample
double value = 1;
getValue() - Method in interface prometheus.Types.SampleOrBuilder
double value = 1;
getValueBytes() - Method in class prometheus.Types.Label.Builder
string value = 2;
getValueBytes() - Method in class prometheus.Types.Label
string value = 2;
getValueBytes() - Method in class prometheus.Types.LabelMatcher.Builder
string value = 3;
getValueBytes() - Method in class prometheus.Types.LabelMatcher
string value = 3;
getValueBytes() - Method in interface prometheus.Types.LabelMatcherOrBuilder
string value = 3;
getValueBytes() - Method in interface prometheus.Types.LabelOrBuilder
string value = 2;
getValueDescriptor() - Method in enum class prometheus.Remote.ReadRequest.ResponseType
 
getValueDescriptor() - Method in enum class prometheus.Types.Chunk.Encoding
 
getValueDescriptor() - Method in enum class prometheus.Types.Histogram.ResetHint
 
getValueDescriptor() - Method in enum class prometheus.Types.LabelMatcher.Type
 
getValueDescriptor() - Method in enum class prometheus.Types.MetricMetadata.MetricType
 
getZeroCountCase() - Method in class prometheus.Types.Histogram.Builder
 
getZeroCountCase() - Method in class prometheus.Types.Histogram
 
getZeroCountCase() - Method in interface prometheus.Types.HistogramOrBuilder
 
getZeroCountFloat() - Method in class prometheus.Types.Histogram.Builder
double zero_count_float = 7;
getZeroCountFloat() - Method in class prometheus.Types.Histogram
double zero_count_float = 7;
getZeroCountFloat() - Method in interface prometheus.Types.HistogramOrBuilder
double zero_count_float = 7;
getZeroCountInt() - Method in class prometheus.Types.Histogram.Builder
uint64 zero_count_int = 6;
getZeroCountInt() - Method in class prometheus.Types.Histogram
uint64 zero_count_int = 6;
getZeroCountInt() - Method in interface prometheus.Types.HistogramOrBuilder
uint64 zero_count_int = 6;
getZeroThreshold() - Method in class prometheus.Types.Histogram.Builder
Breadth of the zero bucket.
getZeroThreshold() - Method in class prometheus.Types.Histogram
Breadth of the zero bucket.
getZeroThreshold() - Method in interface prometheus.Types.HistogramOrBuilder
Breadth of the zero bucket.
GOGOPROTO_IMPORT_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
gogoprotoImport - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
GoGoProtos - Class in com.google.protobuf
 
GOPROTO_ENUM_PREFIX_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_ENUM_PREFIX_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_ENUM_STRINGER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_ENUM_STRINGER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_EXTENSIONS_MAP_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_EXTENSIONS_MAP_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_GETTERS_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_GETTERS_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_REGISTRATION_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_SIZECACHE_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_SIZECACHE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_STRINGER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_STRINGER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_UNKEYED_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_UNKEYED_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_UNRECOGNIZED_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOPROTO_UNRECOGNIZED_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
goprotoEnumPrefix - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.EnumOptions { ...
goprotoEnumPrefixAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
goprotoEnumStringer - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.EnumOptions { ...
goprotoEnumStringerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
goprotoExtensionsMap - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
goprotoExtensionsMapAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
goprotoGetters - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
goprotoGettersAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
goprotoRegistration - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
goprotoSizecache - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
goprotoSizecacheAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
goprotoStringer - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
goprotoStringerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
goprotoUnkeyed - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
goprotoUnkeyedAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
goprotoUnrecognized - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
goprotoUnrecognizedAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
gostring - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
GOSTRING_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
GOSTRING_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
gostringAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
GROUPING_FIELD_NUMBER - Static variable in class prometheus.Types.ReadHints
 

H

hasCountFloat() - Method in class prometheus.Types.Histogram.Builder
double count_float = 2;
hasCountFloat() - Method in class prometheus.Types.Histogram
double count_float = 2;
hasCountFloat() - Method in interface prometheus.Types.HistogramOrBuilder
double count_float = 2;
hasCountInt() - Method in class prometheus.Types.Histogram.Builder
uint64 count_int = 1;
hasCountInt() - Method in class prometheus.Types.Histogram
uint64 count_int = 1;
hasCountInt() - Method in interface prometheus.Types.HistogramOrBuilder
uint64 count_int = 1;
hashCode() - Method in class prometheus.Remote.ChunkedReadResponse
 
hashCode() - Method in class prometheus.Remote.Query
 
hashCode() - Method in class prometheus.Remote.QueryResult
 
hashCode() - Method in class prometheus.Remote.ReadRequest
 
hashCode() - Method in class prometheus.Remote.ReadResponse
 
hashCode() - Method in class prometheus.Remote.WriteRequest
 
hashCode() - Method in class prometheus.Types.BucketSpan
 
hashCode() - Method in class prometheus.Types.Chunk
 
hashCode() - Method in class prometheus.Types.ChunkedSeries
 
hashCode() - Method in class prometheus.Types.Exemplar
 
hashCode() - Method in class prometheus.Types.Histogram
 
hashCode() - Method in class prometheus.Types.Label
 
hashCode() - Method in class prometheus.Types.LabelMatcher
 
hashCode() - Method in class prometheus.Types.Labels
 
hashCode() - Method in class prometheus.Types.MetricMetadata
 
hashCode() - Method in class prometheus.Types.ReadHints
 
hashCode() - Method in class prometheus.Types.Sample
 
hashCode() - Method in class prometheus.Types.TimeSeries
 
hasHints() - Method in class prometheus.Remote.Query.Builder
.prometheus.ReadHints hints = 4;
hasHints() - Method in class prometheus.Remote.Query
.prometheus.ReadHints hints = 4;
hasHints() - Method in interface prometheus.Remote.QueryOrBuilder
.prometheus.ReadHints hints = 4;
hasZeroCountFloat() - Method in class prometheus.Types.Histogram.Builder
double zero_count_float = 7;
hasZeroCountFloat() - Method in class prometheus.Types.Histogram
double zero_count_float = 7;
hasZeroCountFloat() - Method in interface prometheus.Types.HistogramOrBuilder
double zero_count_float = 7;
hasZeroCountInt() - Method in class prometheus.Types.Histogram.Builder
uint64 zero_count_int = 6;
hasZeroCountInt() - Method in class prometheus.Types.Histogram
uint64 zero_count_int = 6;
hasZeroCountInt() - Method in interface prometheus.Types.HistogramOrBuilder
uint64 zero_count_int = 6;
HELP_FIELD_NUMBER - Static variable in class prometheus.Types.MetricMetadata
 
HINTS_FIELD_NUMBER - Static variable in class prometheus.Remote.Query
 
HISTOGRAM - Enum constant in enum class prometheus.Types.Chunk.Encoding
HISTOGRAM = 2;
HISTOGRAM - Enum constant in enum class prometheus.Types.MetricMetadata.MetricType
HISTOGRAM = 3;
HISTOGRAM_VALUE - Static variable in enum class prometheus.Types.Chunk.Encoding
HISTOGRAM = 2;
HISTOGRAM_VALUE - Static variable in enum class prometheus.Types.MetricMetadata.MetricType
HISTOGRAM = 3;
HISTOGRAMS_FIELD_NUMBER - Static variable in class prometheus.Types.TimeSeries
 

I

idleStrategy() - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
idleStrategy(IdleStrategy) - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
INFO - Enum constant in enum class prometheus.Types.MetricMetadata.MetricType
INFO = 6;
INFO_VALUE - Static variable in enum class prometheus.Types.MetricMetadata.MetricType
INFO = 6;
internalGetFieldAccessorTable() - Method in class prometheus.Remote.ChunkedReadResponse.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Remote.ChunkedReadResponse
 
internalGetFieldAccessorTable() - Method in class prometheus.Remote.Query.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Remote.Query
 
internalGetFieldAccessorTable() - Method in class prometheus.Remote.QueryResult.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Remote.QueryResult
 
internalGetFieldAccessorTable() - Method in class prometheus.Remote.ReadRequest.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Remote.ReadRequest
 
internalGetFieldAccessorTable() - Method in class prometheus.Remote.ReadResponse.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Remote.ReadResponse
 
internalGetFieldAccessorTable() - Method in class prometheus.Remote.WriteRequest.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Remote.WriteRequest
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.BucketSpan.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.BucketSpan
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.Chunk.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.Chunk
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.ChunkedSeries.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.ChunkedSeries
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.Exemplar.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.Exemplar
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.Histogram.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.Histogram
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.Label.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.Label
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.LabelMatcher.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.LabelMatcher
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.Labels.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.Labels
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.MetricMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.MetricMetadata
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.ReadHints.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.ReadHints
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.Sample.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.Sample
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.TimeSeries.Builder
 
internalGetFieldAccessorTable() - Method in class prometheus.Types.TimeSeries
 
internalGetValueMap() - Static method in enum class prometheus.Remote.ReadRequest.ResponseType
 
internalGetValueMap() - Static method in enum class prometheus.Types.Chunk.Encoding
 
internalGetValueMap() - Static method in enum class prometheus.Types.Histogram.ResetHint
 
internalGetValueMap() - Static method in enum class prometheus.Types.LabelMatcher.Type
 
internalGetValueMap() - Static method in enum class prometheus.Types.MetricMetadata.MetricType
 
io.scalecube.metrics.mimir - package io.scalecube.metrics.mimir
 
isInitialized() - Method in class prometheus.Remote.ChunkedReadResponse.Builder
 
isInitialized() - Method in class prometheus.Remote.ChunkedReadResponse
 
isInitialized() - Method in class prometheus.Remote.Query.Builder
 
isInitialized() - Method in class prometheus.Remote.Query
 
isInitialized() - Method in class prometheus.Remote.QueryResult.Builder
 
isInitialized() - Method in class prometheus.Remote.QueryResult
 
isInitialized() - Method in class prometheus.Remote.ReadRequest.Builder
 
isInitialized() - Method in class prometheus.Remote.ReadRequest
 
isInitialized() - Method in class prometheus.Remote.ReadResponse.Builder
 
isInitialized() - Method in class prometheus.Remote.ReadResponse
 
isInitialized() - Method in class prometheus.Remote.WriteRequest.Builder
 
isInitialized() - Method in class prometheus.Remote.WriteRequest
 
isInitialized() - Method in class prometheus.Types.BucketSpan.Builder
 
isInitialized() - Method in class prometheus.Types.BucketSpan
 
isInitialized() - Method in class prometheus.Types.Chunk.Builder
 
isInitialized() - Method in class prometheus.Types.Chunk
 
isInitialized() - Method in class prometheus.Types.ChunkedSeries.Builder
 
isInitialized() - Method in class prometheus.Types.ChunkedSeries
 
isInitialized() - Method in class prometheus.Types.Exemplar.Builder
 
isInitialized() - Method in class prometheus.Types.Exemplar
 
isInitialized() - Method in class prometheus.Types.Histogram.Builder
 
isInitialized() - Method in class prometheus.Types.Histogram
 
isInitialized() - Method in class prometheus.Types.Label.Builder
 
isInitialized() - Method in class prometheus.Types.Label
 
isInitialized() - Method in class prometheus.Types.LabelMatcher.Builder
 
isInitialized() - Method in class prometheus.Types.LabelMatcher
 
isInitialized() - Method in class prometheus.Types.Labels.Builder
 
isInitialized() - Method in class prometheus.Types.Labels
 
isInitialized() - Method in class prometheus.Types.MetricMetadata.Builder
 
isInitialized() - Method in class prometheus.Types.MetricMetadata
 
isInitialized() - Method in class prometheus.Types.ReadHints.Builder
 
isInitialized() - Method in class prometheus.Types.ReadHints
 
isInitialized() - Method in class prometheus.Types.Sample.Builder
 
isInitialized() - Method in class prometheus.Types.Sample
 
isInitialized() - Method in class prometheus.Types.TimeSeries.Builder
 
isInitialized() - Method in class prometheus.Types.TimeSeries
 

J

jsontag - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
JSONTAG_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 

L

LABELS_FIELD_NUMBER - Static variable in class prometheus.Types.ChunkedSeries
 
LABELS_FIELD_NUMBER - Static variable in class prometheus.Types.Exemplar
 
LABELS_FIELD_NUMBER - Static variable in class prometheus.Types.Labels
 
LABELS_FIELD_NUMBER - Static variable in class prometheus.Types.TimeSeries
 
launch() - Static method in class io.scalecube.metrics.mimir.MimirPublisher
launch(MimirPublisher.Context) - Static method in class io.scalecube.metrics.mimir.MimirPublisher
LENGTH_FIELD_NUMBER - Static variable in class prometheus.Types.BucketSpan
 

M

marshaler - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
MARSHALER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
MARSHALER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
marshalerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
MATCHERS_FIELD_NUMBER - Static variable in class prometheus.Remote.Query
 
MAX_TIME_MS_FIELD_NUMBER - Static variable in class prometheus.Types.Chunk
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Remote.ChunkedReadResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Remote.Query.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Remote.QueryResult.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Remote.ReadRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Remote.ReadResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Remote.WriteRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Types.BucketSpan.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Types.Chunk.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Types.ChunkedSeries.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Types.Exemplar.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Types.Histogram.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Types.Label.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Types.LabelMatcher.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Types.Labels.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Types.MetricMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Types.ReadHints.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Types.Sample.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class prometheus.Types.TimeSeries.Builder
 
mergeFrom(Message) - Method in class prometheus.Remote.ChunkedReadResponse.Builder
 
mergeFrom(Message) - Method in class prometheus.Remote.Query.Builder
 
mergeFrom(Message) - Method in class prometheus.Remote.QueryResult.Builder
 
mergeFrom(Message) - Method in class prometheus.Remote.ReadRequest.Builder
 
mergeFrom(Message) - Method in class prometheus.Remote.ReadResponse.Builder
 
mergeFrom(Message) - Method in class prometheus.Remote.WriteRequest.Builder
 
mergeFrom(Message) - Method in class prometheus.Types.BucketSpan.Builder
 
mergeFrom(Message) - Method in class prometheus.Types.Chunk.Builder
 
mergeFrom(Message) - Method in class prometheus.Types.ChunkedSeries.Builder
 
mergeFrom(Message) - Method in class prometheus.Types.Exemplar.Builder
 
mergeFrom(Message) - Method in class prometheus.Types.Histogram.Builder
 
mergeFrom(Message) - Method in class prometheus.Types.Label.Builder
 
mergeFrom(Message) - Method in class prometheus.Types.LabelMatcher.Builder
 
mergeFrom(Message) - Method in class prometheus.Types.Labels.Builder
 
mergeFrom(Message) - Method in class prometheus.Types.MetricMetadata.Builder
 
mergeFrom(Message) - Method in class prometheus.Types.ReadHints.Builder
 
mergeFrom(Message) - Method in class prometheus.Types.Sample.Builder
 
mergeFrom(Message) - Method in class prometheus.Types.TimeSeries.Builder
 
mergeFrom(Remote.ChunkedReadResponse) - Method in class prometheus.Remote.ChunkedReadResponse.Builder
 
mergeFrom(Remote.Query) - Method in class prometheus.Remote.Query.Builder
 
mergeFrom(Remote.QueryResult) - Method in class prometheus.Remote.QueryResult.Builder
 
mergeFrom(Remote.ReadRequest) - Method in class prometheus.Remote.ReadRequest.Builder
 
mergeFrom(Remote.ReadResponse) - Method in class prometheus.Remote.ReadResponse.Builder
 
mergeFrom(Remote.WriteRequest) - Method in class prometheus.Remote.WriteRequest.Builder
 
mergeFrom(Types.BucketSpan) - Method in class prometheus.Types.BucketSpan.Builder
 
mergeFrom(Types.Chunk) - Method in class prometheus.Types.Chunk.Builder
 
mergeFrom(Types.ChunkedSeries) - Method in class prometheus.Types.ChunkedSeries.Builder
 
mergeFrom(Types.Exemplar) - Method in class prometheus.Types.Exemplar.Builder
 
mergeFrom(Types.Histogram) - Method in class prometheus.Types.Histogram.Builder
 
mergeFrom(Types.Label) - Method in class prometheus.Types.Label.Builder
 
mergeFrom(Types.LabelMatcher) - Method in class prometheus.Types.LabelMatcher.Builder
 
mergeFrom(Types.Labels) - Method in class prometheus.Types.Labels.Builder
 
mergeFrom(Types.MetricMetadata) - Method in class prometheus.Types.MetricMetadata.Builder
 
mergeFrom(Types.ReadHints) - Method in class prometheus.Types.ReadHints.Builder
 
mergeFrom(Types.Sample) - Method in class prometheus.Types.Sample.Builder
 
mergeFrom(Types.TimeSeries) - Method in class prometheus.Types.TimeSeries.Builder
 
mergeHints(Types.ReadHints) - Method in class prometheus.Remote.Query.Builder
.prometheus.ReadHints hints = 4;
messagename - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
MESSAGENAME_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
MESSAGENAME_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
messagenameAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
METADATA_FIELD_NUMBER - Static variable in class prometheus.Remote.WriteRequest
 
METRIC_FAMILY_NAME_FIELD_NUMBER - Static variable in class prometheus.Types.MetricMetadata
 
MetricsMimirHandler - Class in io.scalecube.metrics.mimir
Handles metrics (histograms, tps values) and pushes them to Mimir via MimirPublisher.WriteProxy.
MetricsMimirHandler(Map<String, String>, MimirPublisher.WriteProxy) - Constructor for class io.scalecube.metrics.mimir.MetricsMimirHandler
Constructor.
MimirPublisher - Class in io.scalecube.metrics.mimir
Component that publishes Remote.WriteRequest objects to Mimir.
MimirPublisher.Context - Class in io.scalecube.metrics.mimir
 
MimirPublisher.WriteProxy - Class in io.scalecube.metrics.mimir
Wrapper around write-queue for the Remote.WriteRequest objects.
MIN_TIME_MS_FIELD_NUMBER - Static variable in class prometheus.Types.Chunk
 
moretags - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
MORETAGS_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 

N

NAME_FIELD_NUMBER - Static variable in class prometheus.Types.Label
 
NAME_FIELD_NUMBER - Static variable in class prometheus.Types.LabelMatcher
 
NEGATIVE_COUNTS_FIELD_NUMBER - Static variable in class prometheus.Types.Histogram
 
NEGATIVE_DELTAS_FIELD_NUMBER - Static variable in class prometheus.Types.Histogram
 
NEGATIVE_SPANS_FIELD_NUMBER - Static variable in class prometheus.Types.Histogram
 
NEQ - Enum constant in enum class prometheus.Types.LabelMatcher.Type
NEQ = 1;
NEQ_VALUE - Static variable in enum class prometheus.Types.LabelMatcher.Type
NEQ = 1;
newBuilder() - Static method in class prometheus.Remote.ChunkedReadResponse
 
newBuilder() - Static method in class prometheus.Remote.Query
 
newBuilder() - Static method in class prometheus.Remote.QueryResult
 
newBuilder() - Static method in class prometheus.Remote.ReadRequest
 
newBuilder() - Static method in class prometheus.Remote.ReadResponse
 
newBuilder() - Static method in class prometheus.Remote.WriteRequest
 
newBuilder() - Static method in class prometheus.Types.BucketSpan
 
newBuilder() - Static method in class prometheus.Types.Chunk
 
newBuilder() - Static method in class prometheus.Types.ChunkedSeries
 
newBuilder() - Static method in class prometheus.Types.Exemplar
 
newBuilder() - Static method in class prometheus.Types.Histogram
 
newBuilder() - Static method in class prometheus.Types.Label
 
newBuilder() - Static method in class prometheus.Types.LabelMatcher
 
newBuilder() - Static method in class prometheus.Types.Labels
 
newBuilder() - Static method in class prometheus.Types.MetricMetadata
 
newBuilder() - Static method in class prometheus.Types.ReadHints
 
newBuilder() - Static method in class prometheus.Types.Sample
 
newBuilder() - Static method in class prometheus.Types.TimeSeries
 
newBuilder(Remote.ChunkedReadResponse) - Static method in class prometheus.Remote.ChunkedReadResponse
 
newBuilder(Remote.Query) - Static method in class prometheus.Remote.Query
 
newBuilder(Remote.QueryResult) - Static method in class prometheus.Remote.QueryResult
 
newBuilder(Remote.ReadRequest) - Static method in class prometheus.Remote.ReadRequest
 
newBuilder(Remote.ReadResponse) - Static method in class prometheus.Remote.ReadResponse
 
newBuilder(Remote.WriteRequest) - Static method in class prometheus.Remote.WriteRequest
 
newBuilder(Types.BucketSpan) - Static method in class prometheus.Types.BucketSpan
 
newBuilder(Types.Chunk) - Static method in class prometheus.Types.Chunk
 
newBuilder(Types.ChunkedSeries) - Static method in class prometheus.Types.ChunkedSeries
 
newBuilder(Types.Exemplar) - Static method in class prometheus.Types.Exemplar
 
newBuilder(Types.Histogram) - Static method in class prometheus.Types.Histogram
 
newBuilder(Types.Label) - Static method in class prometheus.Types.Label
 
newBuilder(Types.LabelMatcher) - Static method in class prometheus.Types.LabelMatcher
 
newBuilder(Types.Labels) - Static method in class prometheus.Types.Labels
 
newBuilder(Types.MetricMetadata) - Static method in class prometheus.Types.MetricMetadata
 
newBuilder(Types.ReadHints) - Static method in class prometheus.Types.ReadHints
 
newBuilder(Types.Sample) - Static method in class prometheus.Types.Sample
 
newBuilder(Types.TimeSeries) - Static method in class prometheus.Types.TimeSeries
 
newBuilderForType() - Method in class prometheus.Remote.ChunkedReadResponse
 
newBuilderForType() - Method in class prometheus.Remote.Query
 
newBuilderForType() - Method in class prometheus.Remote.QueryResult
 
newBuilderForType() - Method in class prometheus.Remote.ReadRequest
 
newBuilderForType() - Method in class prometheus.Remote.ReadResponse
 
newBuilderForType() - Method in class prometheus.Remote.WriteRequest
 
newBuilderForType() - Method in class prometheus.Types.BucketSpan
 
newBuilderForType() - Method in class prometheus.Types.Chunk
 
newBuilderForType() - Method in class prometheus.Types.ChunkedSeries
 
newBuilderForType() - Method in class prometheus.Types.Exemplar
 
newBuilderForType() - Method in class prometheus.Types.Histogram
 
newBuilderForType() - Method in class prometheus.Types.Label
 
newBuilderForType() - Method in class prometheus.Types.LabelMatcher
 
newBuilderForType() - Method in class prometheus.Types.Labels
 
newBuilderForType() - Method in class prometheus.Types.MetricMetadata
 
newBuilderForType() - Method in class prometheus.Types.ReadHints
 
newBuilderForType() - Method in class prometheus.Types.Sample
 
newBuilderForType() - Method in class prometheus.Types.TimeSeries
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Remote.ChunkedReadResponse
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Remote.Query
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Remote.QueryResult
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Remote.ReadRequest
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Remote.ReadResponse
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Remote.WriteRequest
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Types.BucketSpan
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Types.Chunk
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Types.ChunkedSeries
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Types.Exemplar
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Types.Histogram
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Types.Label
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Types.LabelMatcher
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Types.Labels
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Types.MetricMetadata
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Types.ReadHints
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Types.Sample
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class prometheus.Types.TimeSeries
 
NO - Enum constant in enum class prometheus.Types.Histogram.ResetHint
There was no counter reset between this and the previous Histogram.
NO_VALUE - Static variable in enum class prometheus.Types.Histogram.ResetHint
There was no counter reset between this and the previous Histogram.
NRE - Enum constant in enum class prometheus.Types.LabelMatcher.Type
NRE = 3;
NRE_VALUE - Static variable in enum class prometheus.Types.LabelMatcher.Type
NRE = 3;
nullable - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
NULLABLE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 

O

OFFSET_FIELD_NUMBER - Static variable in class prometheus.Types.BucketSpan
 
onHistogram(long, DirectBuffer, int, int, Histogram, Histogram, long, double) - Method in class io.scalecube.metrics.mimir.MetricsMimirHandler
 
onlyone - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
ONLYONE_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
ONLYONE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
onlyoneAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
onTps(long, DirectBuffer, int, int, long) - Method in class io.scalecube.metrics.mimir.MetricsMimirHandler
 

P

parseDelimitedFrom(InputStream) - Static method in class prometheus.Remote.ChunkedReadResponse
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Remote.Query
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Remote.QueryResult
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Remote.ReadRequest
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Remote.ReadResponse
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Remote.WriteRequest
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Types.BucketSpan
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Types.Chunk
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Types.ChunkedSeries
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Types.Exemplar
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Types.Histogram
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Types.Label
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Types.LabelMatcher
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Types.Labels
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Types.MetricMetadata
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Types.ReadHints
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Types.Sample
 
parseDelimitedFrom(InputStream) - Static method in class prometheus.Types.TimeSeries
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.ChunkedReadResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.Query
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.QueryResult
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.ReadRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.ReadResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.WriteRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.BucketSpan
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Chunk
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.ChunkedSeries
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Exemplar
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Histogram
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Label
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.LabelMatcher
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Labels
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.MetricMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.ReadHints
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Sample
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.TimeSeries
 
parseFrom(byte[]) - Static method in class prometheus.Remote.ChunkedReadResponse
 
parseFrom(byte[]) - Static method in class prometheus.Remote.Query
 
parseFrom(byte[]) - Static method in class prometheus.Remote.QueryResult
 
parseFrom(byte[]) - Static method in class prometheus.Remote.ReadRequest
 
parseFrom(byte[]) - Static method in class prometheus.Remote.ReadResponse
 
parseFrom(byte[]) - Static method in class prometheus.Remote.WriteRequest
 
parseFrom(byte[]) - Static method in class prometheus.Types.BucketSpan
 
parseFrom(byte[]) - Static method in class prometheus.Types.Chunk
 
parseFrom(byte[]) - Static method in class prometheus.Types.ChunkedSeries
 
parseFrom(byte[]) - Static method in class prometheus.Types.Exemplar
 
parseFrom(byte[]) - Static method in class prometheus.Types.Histogram
 
parseFrom(byte[]) - Static method in class prometheus.Types.Label
 
parseFrom(byte[]) - Static method in class prometheus.Types.LabelMatcher
 
parseFrom(byte[]) - Static method in class prometheus.Types.Labels
 
parseFrom(byte[]) - Static method in class prometheus.Types.MetricMetadata
 
parseFrom(byte[]) - Static method in class prometheus.Types.ReadHints
 
parseFrom(byte[]) - Static method in class prometheus.Types.Sample
 
parseFrom(byte[]) - Static method in class prometheus.Types.TimeSeries
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Remote.ChunkedReadResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Remote.Query
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Remote.QueryResult
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Remote.ReadRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Remote.ReadResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Remote.WriteRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Types.BucketSpan
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Types.Chunk
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Types.ChunkedSeries
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Types.Exemplar
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Types.Histogram
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Types.Label
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Types.LabelMatcher
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Types.Labels
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Types.MetricMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Types.ReadHints
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Types.Sample
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class prometheus.Types.TimeSeries
 
parseFrom(ByteString) - Static method in class prometheus.Remote.ChunkedReadResponse
 
parseFrom(ByteString) - Static method in class prometheus.Remote.Query
 
parseFrom(ByteString) - Static method in class prometheus.Remote.QueryResult
 
parseFrom(ByteString) - Static method in class prometheus.Remote.ReadRequest
 
parseFrom(ByteString) - Static method in class prometheus.Remote.ReadResponse
 
parseFrom(ByteString) - Static method in class prometheus.Remote.WriteRequest
 
parseFrom(ByteString) - Static method in class prometheus.Types.BucketSpan
 
parseFrom(ByteString) - Static method in class prometheus.Types.Chunk
 
parseFrom(ByteString) - Static method in class prometheus.Types.ChunkedSeries
 
parseFrom(ByteString) - Static method in class prometheus.Types.Exemplar
 
parseFrom(ByteString) - Static method in class prometheus.Types.Histogram
 
parseFrom(ByteString) - Static method in class prometheus.Types.Label
 
parseFrom(ByteString) - Static method in class prometheus.Types.LabelMatcher
 
parseFrom(ByteString) - Static method in class prometheus.Types.Labels
 
parseFrom(ByteString) - Static method in class prometheus.Types.MetricMetadata
 
parseFrom(ByteString) - Static method in class prometheus.Types.ReadHints
 
parseFrom(ByteString) - Static method in class prometheus.Types.Sample
 
parseFrom(ByteString) - Static method in class prometheus.Types.TimeSeries
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Remote.ChunkedReadResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Remote.Query
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Remote.QueryResult
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Remote.ReadRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Remote.ReadResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Remote.WriteRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Types.BucketSpan
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Types.Chunk
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Types.ChunkedSeries
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Types.Exemplar
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Types.Histogram
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Types.Label
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Types.LabelMatcher
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Types.Labels
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Types.MetricMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Types.ReadHints
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Types.Sample
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class prometheus.Types.TimeSeries
 
parseFrom(CodedInputStream) - Static method in class prometheus.Remote.ChunkedReadResponse
 
parseFrom(CodedInputStream) - Static method in class prometheus.Remote.Query
 
parseFrom(CodedInputStream) - Static method in class prometheus.Remote.QueryResult
 
parseFrom(CodedInputStream) - Static method in class prometheus.Remote.ReadRequest
 
parseFrom(CodedInputStream) - Static method in class prometheus.Remote.ReadResponse
 
parseFrom(CodedInputStream) - Static method in class prometheus.Remote.WriteRequest
 
parseFrom(CodedInputStream) - Static method in class prometheus.Types.BucketSpan
 
parseFrom(CodedInputStream) - Static method in class prometheus.Types.Chunk
 
parseFrom(CodedInputStream) - Static method in class prometheus.Types.ChunkedSeries
 
parseFrom(CodedInputStream) - Static method in class prometheus.Types.Exemplar
 
parseFrom(CodedInputStream) - Static method in class prometheus.Types.Histogram
 
parseFrom(CodedInputStream) - Static method in class prometheus.Types.Label
 
parseFrom(CodedInputStream) - Static method in class prometheus.Types.LabelMatcher
 
parseFrom(CodedInputStream) - Static method in class prometheus.Types.Labels
 
parseFrom(CodedInputStream) - Static method in class prometheus.Types.MetricMetadata
 
parseFrom(CodedInputStream) - Static method in class prometheus.Types.ReadHints
 
parseFrom(CodedInputStream) - Static method in class prometheus.Types.Sample
 
parseFrom(CodedInputStream) - Static method in class prometheus.Types.TimeSeries
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.ChunkedReadResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.Query
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.QueryResult
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.ReadRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.ReadResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.WriteRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.BucketSpan
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Chunk
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.ChunkedSeries
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Exemplar
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Histogram
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Label
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.LabelMatcher
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Labels
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.MetricMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.ReadHints
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Sample
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.TimeSeries
 
parseFrom(InputStream) - Static method in class prometheus.Remote.ChunkedReadResponse
 
parseFrom(InputStream) - Static method in class prometheus.Remote.Query
 
parseFrom(InputStream) - Static method in class prometheus.Remote.QueryResult
 
parseFrom(InputStream) - Static method in class prometheus.Remote.ReadRequest
 
parseFrom(InputStream) - Static method in class prometheus.Remote.ReadResponse
 
parseFrom(InputStream) - Static method in class prometheus.Remote.WriteRequest
 
parseFrom(InputStream) - Static method in class prometheus.Types.BucketSpan
 
parseFrom(InputStream) - Static method in class prometheus.Types.Chunk
 
parseFrom(InputStream) - Static method in class prometheus.Types.ChunkedSeries
 
parseFrom(InputStream) - Static method in class prometheus.Types.Exemplar
 
parseFrom(InputStream) - Static method in class prometheus.Types.Histogram
 
parseFrom(InputStream) - Static method in class prometheus.Types.Label
 
parseFrom(InputStream) - Static method in class prometheus.Types.LabelMatcher
 
parseFrom(InputStream) - Static method in class prometheus.Types.Labels
 
parseFrom(InputStream) - Static method in class prometheus.Types.MetricMetadata
 
parseFrom(InputStream) - Static method in class prometheus.Types.ReadHints
 
parseFrom(InputStream) - Static method in class prometheus.Types.Sample
 
parseFrom(InputStream) - Static method in class prometheus.Types.TimeSeries
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.ChunkedReadResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.Query
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.QueryResult
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.ReadRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.ReadResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Remote.WriteRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.BucketSpan
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Chunk
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.ChunkedSeries
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Exemplar
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Histogram
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Label
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.LabelMatcher
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Labels
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.MetricMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.ReadHints
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.Sample
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class prometheus.Types.TimeSeries
 
parseFrom(ByteBuffer) - Static method in class prometheus.Remote.ChunkedReadResponse
 
parseFrom(ByteBuffer) - Static method in class prometheus.Remote.Query
 
parseFrom(ByteBuffer) - Static method in class prometheus.Remote.QueryResult
 
parseFrom(ByteBuffer) - Static method in class prometheus.Remote.ReadRequest
 
parseFrom(ByteBuffer) - Static method in class prometheus.Remote.ReadResponse
 
parseFrom(ByteBuffer) - Static method in class prometheus.Remote.WriteRequest
 
parseFrom(ByteBuffer) - Static method in class prometheus.Types.BucketSpan
 
parseFrom(ByteBuffer) - Static method in class prometheus.Types.Chunk
 
parseFrom(ByteBuffer) - Static method in class prometheus.Types.ChunkedSeries
 
parseFrom(ByteBuffer) - Static method in class prometheus.Types.Exemplar
 
parseFrom(ByteBuffer) - Static method in class prometheus.Types.Histogram
 
parseFrom(ByteBuffer) - Static method in class prometheus.Types.Label
 
parseFrom(ByteBuffer) - Static method in class prometheus.Types.LabelMatcher
 
parseFrom(ByteBuffer) - Static method in class prometheus.Types.Labels
 
parseFrom(ByteBuffer) - Static method in class prometheus.Types.MetricMetadata
 
parseFrom(ByteBuffer) - Static method in class prometheus.Types.ReadHints
 
parseFrom(ByteBuffer) - Static method in class prometheus.Types.Sample
 
parseFrom(ByteBuffer) - Static method in class prometheus.Types.TimeSeries
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Remote.ChunkedReadResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Remote.Query
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Remote.QueryResult
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Remote.ReadRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Remote.ReadResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Remote.WriteRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Types.BucketSpan
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Types.Chunk
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Types.ChunkedSeries
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Types.Exemplar
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Types.Histogram
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Types.Label
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Types.LabelMatcher
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Types.Labels
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Types.MetricMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Types.ReadHints
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Types.Sample
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class prometheus.Types.TimeSeries
 
parser() - Static method in class prometheus.Remote.ChunkedReadResponse
 
parser() - Static method in class prometheus.Remote.Query
 
parser() - Static method in class prometheus.Remote.QueryResult
 
parser() - Static method in class prometheus.Remote.ReadRequest
 
parser() - Static method in class prometheus.Remote.ReadResponse
 
parser() - Static method in class prometheus.Remote.WriteRequest
 
parser() - Static method in class prometheus.Types.BucketSpan
 
parser() - Static method in class prometheus.Types.Chunk
 
parser() - Static method in class prometheus.Types.ChunkedSeries
 
parser() - Static method in class prometheus.Types.Exemplar
 
parser() - Static method in class prometheus.Types.Histogram
 
parser() - Static method in class prometheus.Types.Label
 
parser() - Static method in class prometheus.Types.LabelMatcher
 
parser() - Static method in class prometheus.Types.Labels
 
parser() - Static method in class prometheus.Types.MetricMetadata
 
parser() - Static method in class prometheus.Types.ReadHints
 
parser() - Static method in class prometheus.Types.Sample
 
parser() - Static method in class prometheus.Types.TimeSeries
 
populate - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
POPULATE_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
POPULATE_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
populateAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
POSITIVE_COUNTS_FIELD_NUMBER - Static variable in class prometheus.Types.Histogram
 
POSITIVE_DELTAS_FIELD_NUMBER - Static variable in class prometheus.Types.Histogram
 
POSITIVE_SPANS_FIELD_NUMBER - Static variable in class prometheus.Types.Histogram
 
prometheus - package prometheus
 
protosizer - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
PROTOSIZER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
PROTOSIZER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
protosizerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
proxy() - Method in class io.scalecube.metrics.mimir.MimirPublisher
Returns MimirPublisher.WriteProxy instance.
publishInterval() - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
publishInterval(Duration) - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
push(Remote.WriteRequest) - Method in class io.scalecube.metrics.mimir.MimirPublisher.WriteProxy
Pushes Remote.WriteRequest to the queue (if cannot fit in, request is dropped).

Q

QUERIES_FIELD_NUMBER - Static variable in class prometheus.Remote.ReadRequest
 
QUERY_INDEX_FIELD_NUMBER - Static variable in class prometheus.Remote.ChunkedReadResponse
 

R

RANGE_MS_FIELD_NUMBER - Static variable in class prometheus.Types.ReadHints
 
RE - Enum constant in enum class prometheus.Types.LabelMatcher.Type
RE = 2;
RE_VALUE - Static variable in enum class prometheus.Types.LabelMatcher.Type
RE = 2;
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.GoGoProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class prometheus.Remote
 
registerAllExtensions(ExtensionRegistry) - Static method in class prometheus.Types
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.GoGoProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class prometheus.Remote
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class prometheus.Types
 
Remote - Class in prometheus
 
Remote.ChunkedReadResponse - Class in prometheus
ChunkedReadResponse is a response when response_type equals STREAMED_XOR_CHUNKS.
Remote.ChunkedReadResponse.Builder - Class in prometheus
ChunkedReadResponse is a response when response_type equals STREAMED_XOR_CHUNKS.
Remote.ChunkedReadResponseOrBuilder - Interface in prometheus
 
Remote.Query - Class in prometheus
Protobuf type prometheus.Query
Remote.Query.Builder - Class in prometheus
Protobuf type prometheus.Query
Remote.QueryOrBuilder - Interface in prometheus
 
Remote.QueryResult - Class in prometheus
Protobuf type prometheus.QueryResult
Remote.QueryResult.Builder - Class in prometheus
Protobuf type prometheus.QueryResult
Remote.QueryResultOrBuilder - Interface in prometheus
 
Remote.ReadRequest - Class in prometheus
ReadRequest represents a remote read request.
Remote.ReadRequest.Builder - Class in prometheus
ReadRequest represents a remote read request.
Remote.ReadRequest.ResponseType - Enum Class in prometheus
Protobuf enum prometheus.ReadRequest.ResponseType
Remote.ReadRequestOrBuilder - Interface in prometheus
 
Remote.ReadResponse - Class in prometheus
ReadResponse is a response when response_type equals SAMPLES.
Remote.ReadResponse.Builder - Class in prometheus
ReadResponse is a response when response_type equals SAMPLES.
Remote.ReadResponseOrBuilder - Interface in prometheus
 
Remote.WriteRequest - Class in prometheus
Protobuf type prometheus.WriteRequest
Remote.WriteRequest.Builder - Class in prometheus
Protobuf type prometheus.WriteRequest
Remote.WriteRequestOrBuilder - Interface in prometheus
 
removeChunkedSeries(int) - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
removeChunks(int) - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
removeExemplars(int) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
removeHistograms(int) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
removeLabels(int) - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
removeLabels(int) - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
removeLabels(int) - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
removeLabels(int) - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
removeMatchers(int) - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
removeMetadata(int) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
removeNegativeSpans(int) - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
removePositiveSpans(int) - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
removeQueries(int) - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
removeResults(int) - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
removeSamples(int) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
removeTimeseries(int) - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
removeTimeseries(int) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
RESET_HINT_FIELD_NUMBER - Static variable in class prometheus.Types.Histogram
 
RESULTS_FIELD_NUMBER - Static variable in class prometheus.Remote.ReadResponse
 
retryInterval() - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
retryInterval(Duration) - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 

S

SAMPLES - Enum constant in enum class prometheus.Remote.ReadRequest.ResponseType
Server will return a single ReadResponse message with matched series that includes list of raw samples.
SAMPLES_FIELD_NUMBER - Static variable in class prometheus.Types.TimeSeries
 
SAMPLES_VALUE - Static variable in enum class prometheus.Remote.ReadRequest.ResponseType
Server will return a single ReadResponse message with matched series that includes list of raw samples.
SCHEMA_FIELD_NUMBER - Static variable in class prometheus.Types.Histogram
 
setAcceptedResponseTypes(int, Remote.ReadRequest.ResponseType) - Method in class prometheus.Remote.ReadRequest.Builder
accepted_response_types allows negotiating the content type of the response.
setAcceptedResponseTypesValue(int, int) - Method in class prometheus.Remote.ReadRequest.Builder
accepted_response_types allows negotiating the content type of the response.
setBy(boolean) - Method in class prometheus.Types.ReadHints.Builder
Indicate whether it is without or by.
setChunkedSeries(int, Types.ChunkedSeries) - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
setChunkedSeries(int, Types.ChunkedSeries.Builder) - Method in class prometheus.Remote.ChunkedReadResponse.Builder
repeated .prometheus.ChunkedSeries chunked_series = 1;
setChunks(int, Types.Chunk) - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
setChunks(int, Types.Chunk.Builder) - Method in class prometheus.Types.ChunkedSeries.Builder
Chunks will be in start time order and may overlap.
setCountFloat(double) - Method in class prometheus.Types.Histogram.Builder
double count_float = 2;
setCountInt(long) - Method in class prometheus.Types.Histogram.Builder
uint64 count_int = 1;
setCustomValues(int, double) - Method in class prometheus.Types.Histogram.Builder
custom_values are not part of the specification, DO NOT use in remote write clients.
setData(ByteString) - Method in class prometheus.Types.Chunk.Builder
bytes data = 4;
setEndMs(long) - Method in class prometheus.Types.ReadHints.Builder
End time in milliseconds.
setEndTimestampMs(long) - Method in class prometheus.Remote.Query.Builder
int64 end_timestamp_ms = 2;
setExemplars(int, Types.Exemplar) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
setExemplars(int, Types.Exemplar.Builder) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Exemplar exemplars = 3 [(.gogoproto.nullable) = false];
setFunc(String) - Method in class prometheus.Types.ReadHints.Builder
String representation of surrounding function or aggregation.
setFuncBytes(ByteString) - Method in class prometheus.Types.ReadHints.Builder
String representation of surrounding function or aggregation.
setGrouping(int, String) - Method in class prometheus.Types.ReadHints.Builder
List of label names used in aggregation.
setHelp(String) - Method in class prometheus.Types.MetricMetadata.Builder
string help = 4;
setHelpBytes(ByteString) - Method in class prometheus.Types.MetricMetadata.Builder
string help = 4;
setHints(Types.ReadHints) - Method in class prometheus.Remote.Query.Builder
.prometheus.ReadHints hints = 4;
setHints(Types.ReadHints.Builder) - Method in class prometheus.Remote.Query.Builder
.prometheus.ReadHints hints = 4;
setHistograms(int, Types.Histogram) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
setHistograms(int, Types.Histogram.Builder) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];
setLabels(int, Types.Label) - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
setLabels(int, Types.Label) - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
setLabels(int, Types.Label) - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
setLabels(int, Types.Label) - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
setLabels(int, Types.Label.Builder) - Method in class prometheus.Types.ChunkedSeries.Builder
Labels should be sorted.
setLabels(int, Types.Label.Builder) - Method in class prometheus.Types.Exemplar.Builder
Optional, can be empty.
setLabels(int, Types.Label.Builder) - Method in class prometheus.Types.Labels.Builder
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
setLabels(int, Types.Label.Builder) - Method in class prometheus.Types.TimeSeries.Builder
For a timeseries to be valid, and for the samples and exemplars to be ingested by the remote system properly, the labels field is required.
setLength(int) - Method in class prometheus.Types.BucketSpan.Builder
Length of consecutive buckets.
setMatchers(int, Types.LabelMatcher) - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
setMatchers(int, Types.LabelMatcher.Builder) - Method in class prometheus.Remote.Query.Builder
repeated .prometheus.LabelMatcher matchers = 3;
setMaxTimeMs(long) - Method in class prometheus.Types.Chunk.Builder
int64 max_time_ms = 2;
setMetadata(int, Types.MetricMetadata) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
setMetadata(int, Types.MetricMetadata.Builder) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.MetricMetadata metadata = 3 [(.gogoproto.nullable) = false];
setMetricFamilyName(String) - Method in class prometheus.Types.MetricMetadata.Builder
string metric_family_name = 2;
setMetricFamilyNameBytes(ByteString) - Method in class prometheus.Types.MetricMetadata.Builder
string metric_family_name = 2;
setMinTimeMs(long) - Method in class prometheus.Types.Chunk.Builder
int64 min_time_ms = 1;
setName(String) - Method in class prometheus.Types.Label.Builder
string name = 1;
setName(String) - Method in class prometheus.Types.LabelMatcher.Builder
string name = 2;
setNameBytes(ByteString) - Method in class prometheus.Types.Label.Builder
string name = 1;
setNameBytes(ByteString) - Method in class prometheus.Types.LabelMatcher.Builder
string name = 2;
setNegativeCounts(int, double) - Method in class prometheus.Types.Histogram.Builder
Absolute count of each bucket.
setNegativeDeltas(int, long) - Method in class prometheus.Types.Histogram.Builder
Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.
setNegativeSpans(int, Types.BucketSpan) - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
setNegativeSpans(int, Types.BucketSpan.Builder) - Method in class prometheus.Types.Histogram.Builder
Negative Buckets.
setOffset(int) - Method in class prometheus.Types.BucketSpan.Builder
Gap to previous span, or starting point for 1st span (which can be negative).
setPositiveCounts(int, double) - Method in class prometheus.Types.Histogram.Builder
Absolute count of each bucket.
setPositiveDeltas(int, long) - Method in class prometheus.Types.Histogram.Builder
Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.
setPositiveSpans(int, Types.BucketSpan) - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
setPositiveSpans(int, Types.BucketSpan.Builder) - Method in class prometheus.Types.Histogram.Builder
Positive Buckets.
setQueries(int, Remote.Query) - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
setQueries(int, Remote.Query.Builder) - Method in class prometheus.Remote.ReadRequest.Builder
repeated .prometheus.Query queries = 1;
setQueryIndex(long) - Method in class prometheus.Remote.ChunkedReadResponse.Builder
query_index represents an index of the query from ReadRequest.queries these chunks relates to.
setRangeMs(long) - Method in class prometheus.Types.ReadHints.Builder
Range vector selector range in milliseconds.
setResetHint(Types.Histogram.ResetHint) - Method in class prometheus.Types.Histogram.Builder
.prometheus.Histogram.ResetHint reset_hint = 14;
setResetHintValue(int) - Method in class prometheus.Types.Histogram.Builder
.prometheus.Histogram.ResetHint reset_hint = 14;
setResults(int, Remote.QueryResult) - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
setResults(int, Remote.QueryResult.Builder) - Method in class prometheus.Remote.ReadResponse.Builder
In same order as the request's queries.
setSamples(int, Types.Sample) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
setSamples(int, Types.Sample.Builder) - Method in class prometheus.Types.TimeSeries.Builder
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
setSchema(int) - Method in class prometheus.Types.Histogram.Builder
The schema defines the bucket schema.
setStartMs(long) - Method in class prometheus.Types.ReadHints.Builder
Start time in milliseconds.
setStartTimestampMs(long) - Method in class prometheus.Remote.Query.Builder
int64 start_timestamp_ms = 1;
setStepMs(long) - Method in class prometheus.Types.ReadHints.Builder
Query step size in milliseconds.
setSum(double) - Method in class prometheus.Types.Histogram.Builder
Sum of observations in the histogram.
setTimeseries(int, Types.TimeSeries) - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
setTimeseries(int, Types.TimeSeries) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
setTimeseries(int, Types.TimeSeries.Builder) - Method in class prometheus.Remote.QueryResult.Builder
Samples within a time series must be ordered by time.
setTimeseries(int, Types.TimeSeries.Builder) - Method in class prometheus.Remote.WriteRequest.Builder
repeated .prometheus.TimeSeries timeseries = 1 [(.gogoproto.nullable) = false];
setTimestamp(long) - Method in class prometheus.Types.Exemplar.Builder
timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.
setTimestamp(long) - Method in class prometheus.Types.Histogram.Builder
timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.
setTimestamp(long) - Method in class prometheus.Types.Sample.Builder
timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.
setType(Types.Chunk.Encoding) - Method in class prometheus.Types.Chunk.Builder
.prometheus.Chunk.Encoding type = 3;
setType(Types.LabelMatcher.Type) - Method in class prometheus.Types.LabelMatcher.Builder
.prometheus.LabelMatcher.Type type = 1;
setType(Types.MetricMetadata.MetricType) - Method in class prometheus.Types.MetricMetadata.Builder
Represents the metric type, these match the set from Prometheus.
setTypeValue(int) - Method in class prometheus.Types.Chunk.Builder
.prometheus.Chunk.Encoding type = 3;
setTypeValue(int) - Method in class prometheus.Types.LabelMatcher.Builder
.prometheus.LabelMatcher.Type type = 1;
setTypeValue(int) - Method in class prometheus.Types.MetricMetadata.Builder
Represents the metric type, these match the set from Prometheus.
setUnit(String) - Method in class prometheus.Types.MetricMetadata.Builder
string unit = 5;
setUnitBytes(ByteString) - Method in class prometheus.Types.MetricMetadata.Builder
string unit = 5;
setValue(double) - Method in class prometheus.Types.Exemplar.Builder
double value = 2;
setValue(double) - Method in class prometheus.Types.Sample.Builder
double value = 1;
setValue(String) - Method in class prometheus.Types.Label.Builder
string value = 2;
setValue(String) - Method in class prometheus.Types.LabelMatcher.Builder
string value = 3;
setValueBytes(ByteString) - Method in class prometheus.Types.Label.Builder
string value = 2;
setValueBytes(ByteString) - Method in class prometheus.Types.LabelMatcher.Builder
string value = 3;
setZeroCountFloat(double) - Method in class prometheus.Types.Histogram.Builder
double zero_count_float = 7;
setZeroCountInt(long) - Method in class prometheus.Types.Histogram.Builder
uint64 zero_count_int = 6;
setZeroThreshold(double) - Method in class prometheus.Types.Histogram.Builder
Breadth of the zero bucket.
sizer - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
SIZER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
SIZER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
sizerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
STABLE_MARSHALER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
STABLE_MARSHALER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
stableMarshaler - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
stableMarshalerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
START_MS_FIELD_NUMBER - Static variable in class prometheus.Types.ReadHints
 
START_TIMESTAMP_MS_FIELD_NUMBER - Static variable in class prometheus.Remote.Query
 
STATESET - Enum constant in enum class prometheus.Types.MetricMetadata.MetricType
STATESET = 7;
STATESET_VALUE - Static variable in enum class prometheus.Types.MetricMetadata.MetricType
STATESET = 7;
stdduration - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
STDDURATION_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
stdtime - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
STDTIME_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
STEP_MS_FIELD_NUMBER - Static variable in class prometheus.Types.ReadHints
 
STREAMED_XOR_CHUNKS - Enum constant in enum class prometheus.Remote.ReadRequest.ResponseType
Server will stream a delimited ChunkedReadResponse message that contains XOR or HISTOGRAM(!) encoded chunks for a single series.
STREAMED_XOR_CHUNKS_VALUE - Static variable in enum class prometheus.Remote.ReadRequest.ResponseType
Server will stream a delimited ChunkedReadResponse message that contains XOR or HISTOGRAM(!) encoded chunks for a single series.
stringer - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
STRINGER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
STRINGER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
stringerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
SUM_FIELD_NUMBER - Static variable in class prometheus.Types.Histogram
 
SUMMARY - Enum constant in enum class prometheus.Types.MetricMetadata.MetricType
SUMMARY = 5;
SUMMARY_VALUE - Static variable in enum class prometheus.Types.MetricMetadata.MetricType
SUMMARY = 5;

T

testgen - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
TESTGEN_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
TESTGEN_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
testgenAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
TIMESERIES_FIELD_NUMBER - Static variable in class prometheus.Remote.QueryResult
 
TIMESERIES_FIELD_NUMBER - Static variable in class prometheus.Remote.WriteRequest
 
TIMESTAMP_FIELD_NUMBER - Static variable in class prometheus.Types.Exemplar
 
TIMESTAMP_FIELD_NUMBER - Static variable in class prometheus.Types.Histogram
 
TIMESTAMP_FIELD_NUMBER - Static variable in class prometheus.Types.Sample
 
toBuilder() - Method in class prometheus.Remote.ChunkedReadResponse
 
toBuilder() - Method in class prometheus.Remote.Query
 
toBuilder() - Method in class prometheus.Remote.QueryResult
 
toBuilder() - Method in class prometheus.Remote.ReadRequest
 
toBuilder() - Method in class prometheus.Remote.ReadResponse
 
toBuilder() - Method in class prometheus.Remote.WriteRequest
 
toBuilder() - Method in class prometheus.Types.BucketSpan
 
toBuilder() - Method in class prometheus.Types.Chunk
 
toBuilder() - Method in class prometheus.Types.ChunkedSeries
 
toBuilder() - Method in class prometheus.Types.Exemplar
 
toBuilder() - Method in class prometheus.Types.Histogram
 
toBuilder() - Method in class prometheus.Types.Label
 
toBuilder() - Method in class prometheus.Types.LabelMatcher
 
toBuilder() - Method in class prometheus.Types.Labels
 
toBuilder() - Method in class prometheus.Types.MetricMetadata
 
toBuilder() - Method in class prometheus.Types.ReadHints
 
toBuilder() - Method in class prometheus.Types.Sample
 
toBuilder() - Method in class prometheus.Types.TimeSeries
 
toString() - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
TYPE_FIELD_NUMBER - Static variable in class prometheus.Types.Chunk
 
TYPE_FIELD_NUMBER - Static variable in class prometheus.Types.LabelMatcher
 
TYPE_FIELD_NUMBER - Static variable in class prometheus.Types.MetricMetadata
 
typedecl - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
TYPEDECL_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
TYPEDECL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
typedeclAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
Types - Class in prometheus
 
Types.BucketSpan - Class in prometheus
A BucketSpan defines a number of consecutive buckets with their offset.
Types.BucketSpan.Builder - Class in prometheus
A BucketSpan defines a number of consecutive buckets with their offset.
Types.BucketSpanOrBuilder - Interface in prometheus
 
Types.Chunk - Class in prometheus
Chunk represents a TSDB chunk.
Types.Chunk.Builder - Class in prometheus
Chunk represents a TSDB chunk.
Types.Chunk.Encoding - Enum Class in prometheus
We require this to match chunkenc.Encoding.
Types.ChunkedSeries - Class in prometheus
ChunkedSeries represents single, encoded time series.
Types.ChunkedSeries.Builder - Class in prometheus
ChunkedSeries represents single, encoded time series.
Types.ChunkedSeriesOrBuilder - Interface in prometheus
 
Types.ChunkOrBuilder - Interface in prometheus
 
Types.Exemplar - Class in prometheus
Protobuf type prometheus.Exemplar
Types.Exemplar.Builder - Class in prometheus
Protobuf type prometheus.Exemplar
Types.ExemplarOrBuilder - Interface in prometheus
 
Types.Histogram - Class in prometheus
A native histogram, also known as a sparse histogram.
Types.Histogram.Builder - Class in prometheus
A native histogram, also known as a sparse histogram.
Types.Histogram.CountCase - Enum Class in prometheus
 
Types.Histogram.ResetHint - Enum Class in prometheus
Protobuf enum prometheus.Histogram.ResetHint
Types.Histogram.ZeroCountCase - Enum Class in prometheus
 
Types.HistogramOrBuilder - Interface in prometheus
 
Types.Label - Class in prometheus
Protobuf type prometheus.Label
Types.Label.Builder - Class in prometheus
Protobuf type prometheus.Label
Types.LabelMatcher - Class in prometheus
Matcher specifies a rule, which can match or set of labels or not.
Types.LabelMatcher.Builder - Class in prometheus
Matcher specifies a rule, which can match or set of labels or not.
Types.LabelMatcher.Type - Enum Class in prometheus
Protobuf enum prometheus.LabelMatcher.Type
Types.LabelMatcherOrBuilder - Interface in prometheus
 
Types.LabelOrBuilder - Interface in prometheus
 
Types.Labels - Class in prometheus
Protobuf type prometheus.Labels
Types.Labels.Builder - Class in prometheus
Protobuf type prometheus.Labels
Types.LabelsOrBuilder - Interface in prometheus
 
Types.MetricMetadata - Class in prometheus
Protobuf type prometheus.MetricMetadata
Types.MetricMetadata.Builder - Class in prometheus
Protobuf type prometheus.MetricMetadata
Types.MetricMetadata.MetricType - Enum Class in prometheus
Protobuf enum prometheus.MetricMetadata.MetricType
Types.MetricMetadataOrBuilder - Interface in prometheus
 
Types.ReadHints - Class in prometheus
Protobuf type prometheus.ReadHints
Types.ReadHints.Builder - Class in prometheus
Protobuf type prometheus.ReadHints
Types.ReadHintsOrBuilder - Interface in prometheus
 
Types.Sample - Class in prometheus
Protobuf type prometheus.Sample
Types.Sample.Builder - Class in prometheus
Protobuf type prometheus.Sample
Types.SampleOrBuilder - Interface in prometheus
 
Types.TimeSeries - Class in prometheus
TimeSeries represents samples and labels for a single time series.
Types.TimeSeries.Builder - Class in prometheus
TimeSeries represents samples and labels for a single time series.
Types.TimeSeriesOrBuilder - Interface in prometheus
 

U

UNIT_FIELD_NUMBER - Static variable in class prometheus.Types.MetricMetadata
 
UNKNOWN - Enum constant in enum class prometheus.Types.Chunk.Encoding
UNKNOWN = 0;
UNKNOWN - Enum constant in enum class prometheus.Types.Histogram.ResetHint
Need to test for a counter reset explicitly.
UNKNOWN - Enum constant in enum class prometheus.Types.MetricMetadata.MetricType
UNKNOWN = 0;
UNKNOWN_VALUE - Static variable in enum class prometheus.Types.Chunk.Encoding
UNKNOWN = 0;
UNKNOWN_VALUE - Static variable in enum class prometheus.Types.Histogram.ResetHint
Need to test for a counter reset explicitly.
UNKNOWN_VALUE - Static variable in enum class prometheus.Types.MetricMetadata.MetricType
UNKNOWN = 0;
unmarshaler - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
UNMARSHALER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
UNMARSHALER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
unmarshalerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
UNRECOGNIZED - Enum constant in enum class prometheus.Remote.ReadRequest.ResponseType
 
UNRECOGNIZED - Enum constant in enum class prometheus.Types.Chunk.Encoding
 
UNRECOGNIZED - Enum constant in enum class prometheus.Types.Histogram.ResetHint
 
UNRECOGNIZED - Enum constant in enum class prometheus.Types.LabelMatcher.Type
 
UNRECOGNIZED - Enum constant in enum class prometheus.Types.MetricMetadata.MetricType
 
UNSAFE_MARSHALER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
UNSAFE_MARSHALER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
UNSAFE_UNMARSHALER_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
UNSAFE_UNMARSHALER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
unsafeMarshaler - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
unsafeMarshalerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
unsafeUnmarshaler - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
unsafeUnmarshalerAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...
url() - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
url(String) - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
useAgentInvoker() - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
useAgentInvoker(boolean) - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 

V

VALUE_FIELD_NUMBER - Static variable in class prometheus.Types.Exemplar
 
VALUE_FIELD_NUMBER - Static variable in class prometheus.Types.Label
 
VALUE_FIELD_NUMBER - Static variable in class prometheus.Types.LabelMatcher
 
VALUE_FIELD_NUMBER - Static variable in class prometheus.Types.Sample
 
valueOf(int) - Static method in enum class prometheus.Remote.ReadRequest.ResponseType
Deprecated.
valueOf(int) - Static method in enum class prometheus.Types.Chunk.Encoding
Deprecated.
valueOf(int) - Static method in enum class prometheus.Types.Histogram.CountCase
Deprecated.
valueOf(int) - Static method in enum class prometheus.Types.Histogram.ResetHint
Deprecated.
valueOf(int) - Static method in enum class prometheus.Types.Histogram.ZeroCountCase
Deprecated.
valueOf(int) - Static method in enum class prometheus.Types.LabelMatcher.Type
Deprecated.
valueOf(int) - Static method in enum class prometheus.Types.MetricMetadata.MetricType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class prometheus.Remote.ReadRequest.ResponseType
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class prometheus.Types.Chunk.Encoding
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class prometheus.Types.Histogram.ResetHint
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class prometheus.Types.LabelMatcher.Type
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class prometheus.Types.MetricMetadata.MetricType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class prometheus.Remote.ReadRequest.ResponseType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class prometheus.Types.Chunk.Encoding
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class prometheus.Types.Histogram.CountCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class prometheus.Types.Histogram.ResetHint
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class prometheus.Types.Histogram.ZeroCountCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class prometheus.Types.LabelMatcher.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class prometheus.Types.MetricMetadata.MetricType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class prometheus.Remote.ReadRequest.ResponseType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class prometheus.Types.Chunk.Encoding
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class prometheus.Types.Histogram.CountCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class prometheus.Types.Histogram.ResetHint
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class prometheus.Types.Histogram.ZeroCountCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class prometheus.Types.LabelMatcher.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class prometheus.Types.MetricMetadata.MetricType
Returns an array containing the constants of this enum class, in the order they are declared.
VERBOSE_EQUAL_ALL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
VERBOSE_EQUAL_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
verboseEqual - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.MessageOptions { ...
verboseEqualAll - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FileOptions { ...

W

wktpointer - Static variable in class com.google.protobuf.GoGoProtos
extend .google.protobuf.FieldOptions { ...
WKTPOINTER_FIELD_NUMBER - Static variable in class com.google.protobuf.GoGoProtos
 
writeLimit() - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
writeLimit(Integer) - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
writeQueue() - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
writeQueue(ManyToOneConcurrentArrayQueue<Remote.WriteRequest>) - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
writeQueueCapacity() - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
writeQueueCapacity(Integer) - Method in class io.scalecube.metrics.mimir.MimirPublisher.Context
 
writeTo(CodedOutputStream) - Method in class prometheus.Remote.ChunkedReadResponse
 
writeTo(CodedOutputStream) - Method in class prometheus.Remote.Query
 
writeTo(CodedOutputStream) - Method in class prometheus.Remote.QueryResult
 
writeTo(CodedOutputStream) - Method in class prometheus.Remote.ReadRequest
 
writeTo(CodedOutputStream) - Method in class prometheus.Remote.ReadResponse
 
writeTo(CodedOutputStream) - Method in class prometheus.Remote.WriteRequest
 
writeTo(CodedOutputStream) - Method in class prometheus.Types.BucketSpan
 
writeTo(CodedOutputStream) - Method in class prometheus.Types.Chunk
 
writeTo(CodedOutputStream) - Method in class prometheus.Types.ChunkedSeries
 
writeTo(CodedOutputStream) - Method in class prometheus.Types.Exemplar
 
writeTo(CodedOutputStream) - Method in class prometheus.Types.Histogram
 
writeTo(CodedOutputStream) - Method in class prometheus.Types.Label
 
writeTo(CodedOutputStream) - Method in class prometheus.Types.LabelMatcher
 
writeTo(CodedOutputStream) - Method in class prometheus.Types.Labels
 
writeTo(CodedOutputStream) - Method in class prometheus.Types.MetricMetadata
 
writeTo(CodedOutputStream) - Method in class prometheus.Types.ReadHints
 
writeTo(CodedOutputStream) - Method in class prometheus.Types.Sample
 
writeTo(CodedOutputStream) - Method in class prometheus.Types.TimeSeries
 

X

XOR - Enum constant in enum class prometheus.Types.Chunk.Encoding
XOR = 1;
XOR_VALUE - Static variable in enum class prometheus.Types.Chunk.Encoding
XOR = 1;

Y

YES - Enum constant in enum class prometheus.Types.Histogram.ResetHint
This is the 1st histogram after a counter reset.
YES_VALUE - Static variable in enum class prometheus.Types.Histogram.ResetHint
This is the 1st histogram after a counter reset.

Z

ZERO_COUNT_FLOAT - Enum constant in enum class prometheus.Types.Histogram.ZeroCountCase
 
ZERO_COUNT_FLOAT_FIELD_NUMBER - Static variable in class prometheus.Types.Histogram
 
ZERO_COUNT_INT - Enum constant in enum class prometheus.Types.Histogram.ZeroCountCase
 
ZERO_COUNT_INT_FIELD_NUMBER - Static variable in class prometheus.Types.Histogram
 
ZERO_THRESHOLD_FIELD_NUMBER - Static variable in class prometheus.Types.Histogram
 
ZEROCOUNT_NOT_SET - Enum constant in enum class prometheus.Types.Histogram.ZeroCountCase
 
A B C D E F G H I J L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form