public static interface InstanceCommunication.MetricsDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsUserMetrics(String key)
User defined metrics
|
double |
getAvgProcessLatency()
Average process latency for function
|
double |
getAvgProcessLatency1Min()
double avgProcessLatency_1min = 15; |
long |
getLastInvocation()
Timestamp of when the function was last invoked
|
long |
getProcessedSuccessfullyTotal()
Total number of records successfully processed by user function
|
long |
getProcessedSuccessfullyTotal1Min()
int64 processedSuccessfullyTotal_1min = 12; |
long |
getReceivedTotal()
Total number of records function received from source
|
long |
getReceivedTotal1Min()
int64 receivedTotal_1min = 10; |
long |
getSystemExceptionsTotal()
Total number of system exceptions thrown
|
long |
getSystemExceptionsTotal1Min()
int64 systemExceptionsTotal_1min = 13; |
long |
getUserExceptionsTotal()
Total number of user exceptions thrown
|
long |
getUserExceptionsTotal1Min()
int64 userExceptionsTotal_1min = 14; |
Map<String,Double> |
getUserMetrics()
Deprecated.
|
int |
getUserMetricsCount()
User defined metrics
|
Map<String,Double> |
getUserMetricsMap()
User defined metrics
|
double |
getUserMetricsOrDefault(String key,
double defaultValue)
User defined metrics
|
double |
getUserMetricsOrThrow(String key)
User defined metrics
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getReceivedTotal()
Total number of records function received from source
int64 receivedTotal = 2;long getReceivedTotal1Min()
int64 receivedTotal_1min = 10;long getProcessedSuccessfullyTotal()
Total number of records successfully processed by user function
int64 processedSuccessfullyTotal = 4;long getProcessedSuccessfullyTotal1Min()
int64 processedSuccessfullyTotal_1min = 12;long getSystemExceptionsTotal()
Total number of system exceptions thrown
int64 systemExceptionsTotal = 5;long getSystemExceptionsTotal1Min()
int64 systemExceptionsTotal_1min = 13;long getUserExceptionsTotal()
Total number of user exceptions thrown
int64 userExceptionsTotal = 6;long getUserExceptionsTotal1Min()
int64 userExceptionsTotal_1min = 14;double getAvgProcessLatency()
Average process latency for function
double avgProcessLatency = 7;double getAvgProcessLatency1Min()
double avgProcessLatency_1min = 15;long getLastInvocation()
Timestamp of when the function was last invoked
int64 lastInvocation = 8;int getUserMetricsCount()
User defined metrics
map<string, double> userMetrics = 9;boolean containsUserMetrics(String key)
User defined metrics
map<string, double> userMetrics = 9;@Deprecated Map<String,Double> getUserMetrics()
getUserMetricsMap() instead.Map<String,Double> getUserMetricsMap()
User defined metrics
map<string, double> userMetrics = 9;double getUserMetricsOrDefault(String key, double defaultValue)
User defined metrics
map<string, double> userMetrics = 9;double getUserMetricsOrThrow(String key)
User defined metrics
map<string, double> userMetrics = 9;Copyright © 2017–2022 Apache Software Foundation. All rights reserved.