<< Click to Display Table of Contents >> Navigation: Development > Project Artifacts > PRODUCER_STATUS |
The PRODUCER_STATUS collection houses real-time information on the operating status of currently running producers.
{
"componentId" : "",
"projectName" : "",
"connectorName" : "",
"sessionName" : false,
"started" : "",
"status" : 0,
"isAggregator" : false,
"activeCalls" : "",
"activeStreams" : "",
"totalCalls" : 0,
"totalStreams" : 0
}
Attribute |
Value |
Note |
componentId |
The component identifier assigned to this producer |
|
projectName |
The name of the published project this producer serves |
|
connectorName |
The name of the connector the producer belongs to. |
|
sessionName |
The self-generated name of the producer's session |
Typically, this is the name of the producer's Docker container. |
started |
The time at which the producer was started |
|
status |
The current status of the producer |
|
isAggregator |
A flag that says if this status entry is for a connector producer, or for an aggregator. |
|
activeCalls |
The number of remote calls currently being served |
|
activeStreams |
The number of streams currently being served |
|
totalCalls |
The total number of calls the producer has served. |
|
totalStreams |
The total number of streams the producer has served. |
|