...eature allows for seamless scraping of JMX metrics by Prometheus, enabling you to gain deeper insights into application performance and simplify troubleshooting. ConfigMaps with Grafana D...
scrape_configs: - job_name: 'Jira app metrics' scheme: http metrics_path: '/metrics' static_configs: - targets: ['Jira url'] I have configured the Above configuration in prometheus...
Copied to clipboard