spotify/scio

Verify counter behavior when mutated outside of a pipeline

Open

#1,044 opened on Feb 9, 2018

 (4 comments) (0 reactions) (0 assignees)Scala (529 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (2,626 stars)
PR merge metrics
 (PR metrics pending)

Description

We have a feature request that metric mutation e.g. counter.inc() should fail with a meaningful message when called outside of a pipeline (a lambda).

This is probably a beam issue. We need to verify the current behavior and maybe report/fix upstream.

Contributor guide