empiredan commented on code in PR #1870:
URL:
https://github.com/apache/incubator-pegasus/pull/1870#discussion_r1464774191
##########
src/utils/metrics.cpp:
##########
@@ -245,14 +272,19 @@ metric_entity_prototype::metric_entity_prototype(const
char *name) : _name(name)
metric_entity_prototype::~metric_entity_prototype() {}
+const std::string metrics_http_service::kMetricsRootPath("");
Review Comment:
Used to return the root path of http service:
```c++
std::string path() const override { return kMetricsRootPath; }
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]