pinpoint-apm / pinpoint

APM, (Application Performance Management) tool for large-scale distributed systems.
https://pinpoint-apm.gitbook.io/
Apache License 2.0
13.37k stars 3.75k forks source link

[web] config.show.*=false do not work in UI V3 #11381

Closed yjqg6666 closed 2 weeks ago

yjqg6666 commented 3 weeks ago

What version of pinpoint are you using?

3.0.0

Describe the bug

config.show.systemMetric=false config.show.urlStat=false config.show.exceptionTrace=false

When these features are disabled (no pinot), the left submenus are still shown. UI V2 works, but not UI V3. image

Expected behavior

system metrics / url stat / exception trace menus should be hidden.

binDongKim commented 3 weeks ago

This has been fixed through https://github.com/pinpoint-apm/pinpoint/commit/88f348f18cb3965fcce57e9fda0b5aba0e0efca0

yjqg6666 commented 3 weeks ago

@binDongKim @emeroad Any schedule time for the release v3.0.1 ?