The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to collect rapidminer aihub metrics to prometheus?
Hi guys, I have been trying to configure RapidMiner Ai hub server with Prometheus to monitor and collect metrics. I was following the steps from the RapidMiner Ai hub documentation for monitoring. I have added the scrape configs as mentioned in the documentation and also added
SPRING_PROFILES_ACTIVE=default,webapi, prometheus in the .env file. But in prometheus, the target is down. It shows 404 or 502 error.
- job_name: aihubs scrape_interval: 30s scrape_timeout: 10s metrics_path: /system/prometheus static_configs: - targets: ['${PROMETHEUS_ADDRESS}'] labels: instance: 'aihub1'
1