We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to #31927, but implement Gauge Metrics.
A metric accumulator will need to be added for the type in prism:
https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/runners/prism/internal/jobservices/metrics.go#L357
And adding the type to the accumulator factory list:
https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/runners/prism/internal/jobservices/metrics.go#L168
Specifically with the right URNs and coders:
https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/metrics.proto#L520
Once unfiltered, this will allow the following Java Validates Runner tests to pass.
MetricsTest.testCommittedGaugeMetrics MetricsTest.testAttemptedGaugeMetrics
The text was updated successfully, but these errors were encountered:
[#31927,#31928][prism] Support StringSet and Gauge metrics. (#32184)
11befd3
* Update Generated Go Protos * [prism] Add stringset and gauge metrics * lint + tests --------- Co-authored-by: lostluck <[email protected]>
No branches or pull requests
Similar to #31927, but implement Gauge Metrics.
A metric accumulator will need to be added for the type in prism:
https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/runners/prism/internal/jobservices/metrics.go#L357
And adding the type to the accumulator factory list:
https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/runners/prism/internal/jobservices/metrics.go#L168
Specifically with the right URNs and coders:
https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/metrics.proto#L520
Once unfiltered, this will allow the following Java Validates Runner tests to pass.
MetricsTest.testCommittedGaugeMetrics
MetricsTest.testAttemptedGaugeMetrics
The text was updated successfully, but these errors were encountered: