When alerts get created through the Prometheus intgration on Jira Service Management, we automatically get [Prometheus]: attached to the alert. In OpsGenie it was apparently possible t...
I am trying to use Statuspage to have a Service Dashboard, where I am crawling Prometheus blackbox data using Python script and pushing to Statuspage (`api.statuspage.io`) I am able t...
Is it possible to use the Opsgenie integration with Azure to trigger an Azure vm restart when Opsgenie receives an alert from Prometheus. If so, is there any documentation to support the setup process?
...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...
I have configured the below configuration in prometheus.yml file and i have enabled the jmx monitoring in my jira Application . Still im getting "Invalid start token error " in prometheus. w...
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...
Hi team, we use Prometheus-->Alertmanager-->Opsgenie-->MSTeams for our alerts. I simply want to remove the alert-field "source" within the Prometheus-integration for not having too m...
We are using Prometheus for app monitoring. Recently I found out that the metrics "created/updated issues" do not match the numbers I get from JQL query in Jira (for instance, after bulk edit of s...
Hi, We are using the following flow: AWS Managed Prometheus connected to AWS SNS (through Alertmanager configuration), and AWS SNS sent an alert to OpsGenie. We have rules i...
I was getting alerts from prometheus on Opsgenie but from 10 to 15 days I was not getting any alerts on Opsgenie.
..
...(); } @Override public PrometheusMetricResult collect() { return new PrometheusMetricResult(this.watcherMetric.collect()); } } As you can see I extended this class from A...
Hello! In this article we will continue to talk about adding custom metrics in Prometheus Exporter Pro v3+. You can read the basics of adding custom metrics here. In this article we will d...
...dd a new module collector src/main/java/ru/matveev/alexey/prometheus/jira/extension/metrics/applicationmanager/ApplicationManagerMetricCollector.java: public class ApplicationManagerMetricCollector e...
Hello! In this article we will see how to add your own metrics in Prometheus Exporter Pro for Jira version 3.0.0-jira8 and up. The same feature will be implemented for Prometheus Exporter Pro f...
Hey Team, I am trying to do Prometheus Alert manager integration with Opsgenie and have defined responders as well, but mention responders are not getting any alerts instead it get redirected to T...
Hello Im trying to set up the integration with OpsGenie through AlertManager / Prometheus. I followed several examples on the web for configuration, but errors logs say "Authentication Failed" Is t...
I am looking for some help on using prometheus Templates in my prometheus config.yml file. 1. Where and how to define templates, so that Prometheus recognizes them? 2. How to use t...
Can any one share a sample template for alerts to be sent from alert manager to opsgenie. Opsgenie template : ----------------------- {{ define "ops_summary" }} Environment: {{ .A...
Hi there, we are using alertmanager --> Opsgenie --> StatusPage scheme in our case and we want to see on the statusPage only Incident name without [Prometheus]: add-in name definition. O...
Hello, We use Prometheus exporter plug-in in Jira to monitor and collect metrics of Jira services. But we can't find JMX metrics(example - jira_jmx_request_num_in_last_ten_seconds), it i...
So for alerts with P1 to P5 tags on Prometheus, alerts are being received by Opsgenie but alerts tagged as "warning", it will never received by Opsgenie, how do I configure Prometheus or Opsgenie s...
Copied to clipboard