Monitoring Petals ESB with Prometheus

compared with
Current by Pierre Souquet
on Apr 05, 2019 11:38.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (7)

View Page History



h2. Reload configuration




In short, once logged as admin:
# Open the side menu by clicking the Grafana icon in the top header.



h3. Creating a graph

[^All services-1552482428245.json]


In grafana web UI, select "Import" in the "create" menu (the big *+* icon in left sidebar), then clic "Upload .json File".


{petalslink}
For the technical dashboard that may be implemented later (for cockpit integration). "Cross origin site" errors may arise, as there does not seems to be CORS headers in grafana this may help:[https://community.grafana.com/t/how-to-allow-access-control-allow-origin-for-all-the-apis/2045]
https://community.grafana.com/t/how-to-allow-access-control-allow-origin-for-all-the-apis/2045
When setting up data source :
Server access mode (Default):
All requests will be made from the browser to Grafana backend/server which in turn will forward the requests to the data source and by that circumvent possible Cross-Origin Resource Sharing (CORS) requirements. The URL needs to be accessible from the grafana backend/server if you select this access mode.

Browser access mode:
All requests will be made from the browser directly to the data source and may be subject to Cross-Origin Resource Sharing (CORS) requirements. The URL needs to be accessible from the browser if you select this access mode.

{petalslink}