You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I've setup the Datadog metric integration and have added a metric that reports my system's uptime. The metric looks like the following:
A = sum:synthetics.http.response{check_id:checkid,step_id:stepid,status_code:200}.as_count()
B = sum:synthetics.http.response{check_id:checkid,step_id:stepid}.as_count()
C = 100 * (A/B)
Hey @Jon Whitaker
It's possible that the issue could be caused by a discrepancy in the way that the metric is being collected and processed by Datadog and Statuspage. To troubleshoot this further, I recommend checking the following:
1. Make sure that the metric is being collected and processed correctly in Datadog. You can do this by checking the raw data for the metric in Datadog and comparing it to the values that are being displayed in the timeseries chart.
2. Check the settings and configurations for the integration between Datadog and Statuspage. Make sure that the integration is set up correctly and that all necessary permissions are in place.
3. Check the statuspage monitor settings to ensure that the monitor is configured to display the correct data. Make sure that the correct metric is being used and that the time range for the monitor is set correctly.
4. Check for any network or connectivity issues that could be causing delays or errors in the data being sent from Datadog to Statuspage.
I hope this helps! If you continue to have issues, it may be helpful to open a formal ticket with us by going to the https://support.atlassian.com/statuspage/
😄
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.