zhangboya1 opened a new issue #6363: URL: https://github.com/apache/incubator-doris/issues/6363
In document fe-metrics, it shows "You can get Json format by visiting http://fe_host:fe_http_port/metrics?type=json". But I got prometheus format response with the url. I read code in httpv2/rest/MetricsAction.java, I found json format returned when type equals 'agent', not 'json'. In http/rest/MetricsAction.java, I found json format returned when type equals 'json'. So I guess it's a bug. -- 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]
