pinpoint
pinpoint copied to clipboard
serverMetaData.serverInfo is not displayed on web page
Prerequisites
Please check the FAQ, and search existing issues for similar questions before creating a new issue.YOU MAY DELETE THIS PREREQUISITES SECTION.
What version of pinpoint are you using?
2.4.0-SNAPSHOT
Describe the bug
Maybe there is a problem in web module of pinpoint maven project. In agent-info.component.html, line 51, the value of "serverMetaData.serverInfo
" for a agent should be displayed on web page. But I don't know why there is a condition check of "isServiceInfoEmpty()
" ?
What did you do to trigger the bug?
- I set the for "
serverMetaData.serverInfo
" in pinpoint agent.
Expected behavior
The value of "serverMetaData.serverInfo
" should be displayed on web page.