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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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 <13907733+lostluck@users.noreply.github.com>
[apache#31927,apache#31928][prism] Support StringSet and Gauge metric…
a4fa5ef
…s. (apache#32184) * Update Generated Go Protos * [prism] Add stringset and gauge metrics * lint + tests --------- Co-authored-by: lostluck <13907733+lostluck@users.noreply.github.com>
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: