EventStreamsSubscriptionMetrics
No description
type EventStreamsSubscriptionMetrics {
region: String!
account: Account!
environment: Environment!
subscription: EventStreamsSubscription!
backlog: BigInteger
messageRateOut: Float
messageThroughputOut: Float
outMessagesTotal: BigInteger
intervalStartTs: DateTime
intervalEndTs: DateTime
deadLetterBacklog: BigInteger
}
Fields
EventStreamsSubscriptionMetrics.region ● String! non-null scalar miscellaneous
The name of the Region to which subscription belongs
EventStreamsSubscriptionMetrics.account ● Account! non-null object event-streams-query
The account to which the topic belongs
EventStreamsSubscriptionMetrics.environment ● Environment! non-null object event-streams-query
The environment to which the topic belongs
EventStreamsSubscriptionMetrics.subscription ● EventStreamsSubscription! non-null object event-streams-query
The name of the subscription. It is unique within the environment
EventStreamsSubscriptionMetrics.backlog ● BigInteger scalar partner-portal
The total number of messages not acknowledged on this subscription in the given time range
EventStreamsSubscriptionMetrics.messageRateOut ● Float scalar miscellaneous
The average rate of messages consumed per second on this subscription in the given time range
EventStreamsSubscriptionMetrics.messageThroughputOut ● Float scalar miscellaneous
The average message consumption throughout per second on this subscription in the given time range
EventStreamsSubscriptionMetrics.outMessagesTotal ● BigInteger scalar partner-portal
The total number of messages read from this subscription in the given time range
EventStreamsSubscriptionMetrics.intervalStartTs ● DateTime scalar partner-portal
The date and time of the start of the interval
EventStreamsSubscriptionMetrics.intervalEndTs ● DateTime scalar partner-portal
The date and time of the end of the interval
EventStreamsSubscriptionMetrics.deadLetterBacklog ● BigInteger scalar partner-portal
The total number of dead letter messages on this subscription in the given time range