Skip to content

Add custom metrics in AbstractThrottledPunctuator to track total events in eventStore and if the yield condition is hit #295

Add custom metrics in AbstractThrottledPunctuator to track total events in eventStore and if the yield condition is hit

Add custom metrics in AbstractThrottledPunctuator to track total events in eventStore and if the yield condition is hit #295

Workflow file for this run

name: build & validate
on:
push:
branches:
- main
pull_request_target:
branches:
- main
jobs:
build:
runs-on: ubuntu-24.04
steps:
# Set fetch-depth: 0 to fetch commit history and tags for use in version calculation
- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- name: Build with Gradle
uses: hypertrace/github-actions/gradle@main
with:
args: build