mulesoft-catalyst / metrics-toolkit

The metrics toolkit (formerly metrics accelerator/framework) is a Mule application intended to collect, aggregate and load platform metrics into different visualization systems; providing out of the box integrations and visualization options, including useful dashboards and charts.
The Unlicense
84 stars 104 forks source link

How to access Metrics Toolkit Web UI via DLB expects "/api" in mapping rule output path #162

Closed stackmerge closed 2 years ago

stackmerge commented 2 years ago

Team, We are trying to use this project in our Anypoint Platform to send platform metrics to Anypoint Monitoring and use Web UI also. We have deployed this mule app behind DLB in cloudhub and tried accessing "Metrics Toolkit UI" via DLB expects "/api" in mapping rule output path but we failed to access web UI due to DLB mapping rules.

Note: We can not change our DLB mapping rules since these are in use for a long time by multiple deployments. Please see attached screenshots for more details.

Please let us know any workaround/solution for this issue(accessing web UI via DLB expects "/api" in mapping rule output path).

1 2

richardmckinley commented 2 years ago

Hi @stackmerge, We cannot provide guidance on how to configure your DLB mappings etc. You can always change the path for the embedded dashboard HTTP listener as required to work with your existing DLB config. For example, path: "/api/dashboard/*" Hope that helps, Richard