public static interface Prometheus.ReadHintsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getEndMs()
End time in milliseconds.
|
String |
getFunc()
String representation of surrounding function or aggregation.
|
com.google.protobuf.ByteString |
getFuncBytes()
String representation of surrounding function or aggregation.
|
long |
getStartMs()
Start time in milliseconds.
|
long |
getStepMs()
Query step size in milliseconds.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getStepMs()
Query step size in milliseconds.
int64 step_ms = 1;
String getFunc()
String representation of surrounding function or aggregation.
string func = 2;
com.google.protobuf.ByteString getFuncBytes()
String representation of surrounding function or aggregation.
string func = 2;
long getStartMs()
Start time in milliseconds.
int64 start_ms = 3;
long getEndMs()
End time in milliseconds.
int64 end_ms = 4;
Copyright © 2016–2021. All rights reserved.