You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OAP process was started after this configuration was already present, so it should have been loaded.
With Horizon UI 0.6.0, the UI works because it seems to fall back to bundled templates. With Horizon UI 0.7.0, the topology and dashboard views are blocked when the UI-template store is unreachable.
My questions are:
Is Horizon UI 0.7.0 expected to work with SkyWalking APM/OAP 10.4.0?
Should OAP 10.4.0 expose /ui-management/templates on port 12800, or is another admin endpoint/module required?
Is there any additional OAP configuration required to enable the UI-template store?
Does Horizon UI 0.7.0 require a newer OAP build or a specific module that may be missing from my deployment?
Is enableUpdateUITemplate=true enough, or does it only enable GraphQL mutations while /ui-management/templates belongs to a different component?
For now, I rolled back to Horizon UI 0.6.0 for operational use, but I would like to understand the correct configuration required to use Horizon UI 0.7.0 with APM 10.4.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi SkyWalking community,
I am currently running Apache SkyWalking APM 10.4.0 with Horizon UI.
My OAP is running and healthy. The following ports are listening:
The OAP GraphQL endpoint works correctly:
returns:
{"data":{"version":"10.4.0-b272da3"}}However, when using Horizon UI 0.7.0, I get this warning in the UI:
Horizon tries to call:
but OAP responds:
I also tried checking port
17128, but it is not listening:In my OAP
application.yml, the GraphQL query section has UI template update enabled:The OAP process was started after this configuration was already present, so it should have been loaded.
With Horizon UI 0.6.0, the UI works because it seems to fall back to bundled templates. With Horizon UI 0.7.0, the topology and dashboard views are blocked when the UI-template store is unreachable.
My questions are:
/ui-management/templateson port12800, or is another admin endpoint/module required?enableUpdateUITemplate=trueenough, or does it only enable GraphQL mutations while/ui-management/templatesbelongs to a different component?For now, I rolled back to Horizon UI 0.6.0 for operational use, but I would like to understand the correct configuration required to use Horizon UI 0.7.0 with APM 10.4.0.
Any guidance would be appreciated.
Thanks!
All reactions