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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org