bucketeer-io / bucketeer

Feature Flag Management and A/B Testing platform
https://bucketeer.io
Apache License 2.0
309 stars 17 forks source link

chore: add evaluation event count metrics to subscriber #1351

Closed kentakozuka closed 2 days ago

kentakozuka commented 3 days ago

This pull request includes changes to improve the metrics collection for evaluation events in the subscriber processor. The most important changes include adding a new counter for evaluation events and updating the incrementEvaluationCount method to increment this new counter.

Metrics collection improvements:

kentakozuka commented 2 days ago

@cre8ivejp Fixed 👍