Skip to content

Commit

Permalink
fix: histogram count values (#23015)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Jun 17, 2024
1 parent 7a32722 commit 0ac37ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/session_recordings/realtime_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"realtime_snapshots_data_length",
"The length of the data received from the realtime channel. It's ok for this to be zero _some times_ an increase in the rate of zero indicates a possible issue.",
labelnames=["attempt_count"],
buckets=(0, 1, 2, 5, 10, 20, 100, 1000, float("inf")),
)


Expand Down

0 comments on commit 0ac37ae

Please sign in to comment.