We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前的进程趋势 / 系统数据基本都是统一的折线图展示,前端实现也是 v-for 自动生成,只是数组配置写到了前端,这里考虑修改为从服务端接口拉取展示图表组,方便自定义。
v-for
另外,采集数据由 xprofiler 提供的 native logger 统一输出,上层调用此 logger 写自定义数据,这样可以被 xtransit 统一采集而无需使用者关心自定义数据的采集。
xprofiler
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
hyj1991
No branches or pull requests
目前的进程趋势 / 系统数据基本都是统一的折线图展示,前端实现也是
v-for
自动生成,只是数组配置写到了前端,这里考虑修改为从服务端接口拉取展示图表组,方便自定义。另外,采集数据由
xprofiler
提供的 native logger 统一输出,上层调用此 logger 写自定义数据,这样可以被 xtransit 统一采集而无需使用者关心自定义数据的采集。The text was updated successfully, but these errors were encountered: