EventStreamsTopicMetrics
No description
type EventStreamsTopicMetrics {
region: String!
account: Account!
environment: Environment!
topic: EventStreamsTopic!
subscriptionCount: Int
producerCount: Int
consumerCount: Int
messageRateIn: Float
messageRateOut: Float
backlog: BigInteger
inMessagesTotal: BigInteger
intervalStartTs: DateTime
intervalEndTs: DateTime
}
Fields
EventStreamsTopicMetrics.region ● String! non-null scalar miscellaneous
The name of the Region to which topic belongs
EventStreamsTopicMetrics.account ● Account! non-null object event-streams-query
The account to which the topic belongs
EventStreamsTopicMetrics.environment ● Environment! non-null object event-streams-query
The environment to which the topic belongs
EventStreamsTopicMetrics.topic ● EventStreamsTopic! non-null object event-streams-query
The name of the topic. It is unique within the environment
EventStreamsTopicMetrics.subscriptionCount ● Int scalar miscellaneous
The last value of the number of subscriptions on this topic in the given time range
EventStreamsTopicMetrics.producerCount ● Int scalar miscellaneous
The last value of the number of active producers on this topic in the given time range
EventStreamsTopicMetrics.consumerCount ● Int scalar miscellaneous
The last value of the number of active consumer on this topic in the given time range
EventStreamsTopicMetrics.messageRateIn ● Float scalar miscellaneous
The average rate of the messages produced per second from this topic in the given time range
EventStreamsTopicMetrics.messageRateOut ● Float scalar miscellaneous
The average rate of messages consumed per second on this topic in the given time range
EventStreamsTopicMetrics.backlog ● BigInteger scalar partner-portal
The total number of messages for all subscriptions not acknowledged on this topic in the given time range
EventStreamsTopicMetrics.inMessagesTotal ● BigInteger scalar partner-portal
The total number of messages received for this topic since inception
EventStreamsTopicMetrics.intervalStartTs ● DateTime scalar partner-portal
The date and time of the start of the interval
EventStreamsTopicMetrics.intervalEndTs ● DateTime scalar partner-portal
The date and time of the end of the interval