inessa-nbcuni opened a new issue, #24089:
URL: https://github.com/apache/beam/issues/24089
### What happened?
Java Beam version: 2.39.0
The following code doenst seem to work.
- There are no error messages reported in the logs as well.
- There are no quota issues
- This code is used in DataFlow pipeline
Code sample:
private final Gauge numSuccessfulApiRequests =
Metrics.gauge(MyClass.class, "num_successful_api_requests");
log.info("MyClass, setting gauge metric");
numSuccessfulApiRequests.set(1);
### Issue Priority
Priority: 1
### Issue Component
Component: beam-community
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]