diff --git a/hercules-packages/bluesky/1.0.yaml b/hercules-packages/bluesky/1.0.yaml index d2d8eee..ee27c56 100644 --- a/hercules-packages/bluesky/1.0.yaml +++ b/hercules-packages/bluesky/1.0.yaml @@ -105,7 +105,7 @@ metrics: - 0.99 # Jetstream - - name: jestream_user_signups_per_minute_bucket + - name: jetstream_user_signups_per_minute_bucket help: Quantiles of the rate of user signups per minute sql: select date_trunc('minute', make_timestamp(time_us)), count(*) from jetstream where commit.collection = 'app.bsky.actor.profile' and commit.operation = 'create' group by 1 order by 1 asc; objectives: @@ -114,7 +114,7 @@ metrics: - 0.99 - 0.999 - - name: jestream_reposts_per_minute_bucket + - name: jetstream_reposts_per_minute_bucket help: Quantiles of the rate of reposts per minute sql: select date_trunc('minute', make_timestamp(time_us)), count(*) from jetstream where commit.collection = 'app.bsky.feed.repost' group by 1; objectives: @@ -123,7 +123,7 @@ metrics: - 0.99 - 0.999 - - name: jestream_likes_per_minute_bucket + - name: jetstream_likes_per_minute_bucket help: Quantiles of the rate of likes per minute sql: select date_trunc('minute', make_timestamp(time_us)), count(*) from jetstream where commit.collection = 'app.bsky.feed.like' and commit.operation = 'create' group by 1; objectives: @@ -132,7 +132,7 @@ metrics: - 0.99 - 0.999 - - name: jestream_follows_per_minute_bucket + - name: jetstream_follows_per_minute_bucket help: Quantiles of the rate of follows per minute sql: select date_trunc('minute', make_timestamp(time_us)), count(*) from jetstream where commit.collection = 'app.bsky.graph.follow' and commit.operation = 'create' group by 1; objectives: