oracle / weblogic-monitoring-exporter

WebLogic Monitoring Exporter exposes metrics and monitoring data through REST APIs for consumption by other tools (e.g. Prometheus)
Universal Permissive License v1.0
105 stars 80 forks source link

Pass host and port as parameter #400

Closed umjsio closed 6 months ago

umjsio commented 6 months ago

Thanks for the great work.

May I know if is it possible to pass the admin server/managed server's hostname and port as a parameter, so that we can expose all servers' metrics with only one deployment on weblogic?

Thank you.

russgold commented 6 months ago

I'm afraid not. The exporter is designed to fetch metrics for each server from that server. I know that we considered getting them all from the admin server originally, and decided that wasn't the best approach. I don't recall the reason.