Expose stats about finally failed AP deliveries in prometheus #882
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs change/feedback
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#882
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "Oneric/akkoma:telemetry-failed-deliveries"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
And log about it. Makes it easier to tell when and what's going wrong.
If anyone knows how to make Grafana show this as a bar chart with one bar per
target
with bars segmented byreason
pls let me know.I only managed to get a bar chart over
target
loosingreason
infoThe oban event types and states per failure/return type are:
:ok
:stop
:success
{:cancel, _}
:stop
:cancelled
{:discard, _}
:stop
:discard
{:error, _}
:exception
:discard
:failure
:exception
:discard
:failure
249876d1f0
to1f6f5edf85
rebased and cosmetic changes for elixir-1.18’s
mix format