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.
Trying to Integrate the StatusPage with Prometheus using the following GO based code.
https://github.com/itering/prometheus-statuspage-pusher
1. Deployed the dockerized image as in the kubernetes cluster as a pod to query the Prometheus and push the metrics to StatusPage
2. added a metric on the status page with "I will submit my own data for this metric "option
3. crated the Prometheus query file with the metricID in the query.yaml files
4. Run the pod by supplying the StatuPage ID< page ID, Prometheus url and and query.yaml file ( which contains quirt and metric ID)
/usr/bin/prometheus-statuspage-pusher -config "/app/queries.yaml" -prom "<Prometheus URL>" -pageid "<StatusPage page ID>" -apikey " <StausPage API key>"
Result
which pushing the metrics to statuspage , getting HTTP status 403, API error
INFO[0000] Started to query and pushing metrics
ERRO[0000] Expected single time serial, got 0 backfill="<nil>" metric_id=3l44xxxxcp
INFO[0000] Pushing metrics:
ERRO[0000] HTTP status 403, API error: {"error":"No metrics were specified, or unable to locate metrics with the specified ids."}
Could you please share your inputs on error (HTTP status 403, API ) while pushing the data
Hello Somesh,
Thanks for the details. It looks like this issue is isolated to your Statuspage instance integration with Prometheus.
May I please request you to log a support ticket with us via support.atlassian.com and we can check further.
Regards,
Ronnie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.