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 {#region}
The name of the Region to which subscription belongs
EventStreamsSubscriptionMetrics.account ● Account! non-null object platform {#account}
The account to which the topic belongs
EventStreamsSubscriptionMetrics.environment ● Environment! non-null object platform {#environment}
The environment to which the topic belongs
EventStreamsSubscriptionMetrics.subscription ● EventStreamsSubscription! non-null object event-streams-query {#subscription}
The name of the subscription. It is unique within the environment
EventStreamsSubscriptionMetrics.backlog ● BigInteger scalar platform {#backlog}
The total number of messages not acknowledged on this subscription in the given time range
EventStreamsSubscriptionMetrics.messageRateOut ● Float scalar miscellaneous {#message-rate-out}
The average rate of messages consumed per second on this subscription in the given time range
EventStreamsSubscriptionMetrics.messageThroughputOut ● Float scalar miscellaneous {#message-throughput-out}
The average message consumption throughout per second on this subscription in the given time range
EventStreamsSubscriptionMetrics.outMessagesTotal ● BigInteger scalar platform {#out-messages-total}
The total number of messages read from this subscription in the given time range
EventStreamsSubscriptionMetrics.intervalStartTs ● DateTime scalar platform {#interval-start-ts}
The date and time of the start of the interval
EventStreamsSubscriptionMetrics.intervalEndTs ● DateTime scalar platform {#interval-end-ts}
The date and time of the end of the interval
EventStreamsSubscriptionMetrics.deadLetterBacklog ● BigInteger scalar platform {#dead-letter-backlog}
The total number of dead letter messages on this subscription in the given time range