diff --git a/src/controller/controller_statistics.cpp b/src/controller/controller_statistics.cpp index ce32fb63..dfade8af 100644 --- a/src/controller/controller_statistics.cpp +++ b/src/controller/controller_statistics.cpp @@ -1777,7 +1777,7 @@ void Controller::handlePrometheus(HTTP::Parser & H, Socket::Connection & conn, i resp["streams"][it->first]["curr"].append(it->second.currOuts); } for (std::map::iterator it = outputs.begin(); it != outputs.end(); ++it){ - resp["outputs"][it->first] = it->second; + resp["output_counts"][it->first] = it->second; } }