[
https://issues.apache.org/jira/browse/BEAM-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15868821#comment-15868821
]
ASF GitHub Bot commented on BEAM-1381:
--------------------------------------
GitHub user pabloem opened a pull request:
https://github.com/apache/beam/pull/2016
[BEAM-1381] Making counter metrics queriable from Python.
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [x] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [x] Make sure tests pass via `mvn clean verify`. (Even better, enable
Travis-CI on your fork and ensure the whole test matrix passes).
- [x] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [x] If this contribution is large, please file an Apache
[Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.txt).
---
Also fixing a display data error.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pabloem/incubator-beam queriable-metrics
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/2016.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2016
----
commit 29180df7d43a34389ddb550caacf328976fda2c8
Author: Pablo <[email protected]>
Date: 2017-02-15T23:16:12Z
Making metrics queriable. Fixing display data issue.
----
> Implement DataflowMetrics.query method
> --------------------------------------
>
> Key: BEAM-1381
> URL: https://issues.apache.org/jira/browse/BEAM-1381
> Project: Beam
> Issue Type: Bug
> Components: sdk-py
> Reporter: Pablo Estrada
> Assignee: Ahmet Altay
>
> Once metrics can bequeried from the dataflow service, we must implement the
> logic for this.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)