[
https://issues.apache.org/jira/browse/BEAM-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883662#comment-15883662
]
ASF GitHub Bot commented on BEAM-1381:
--------------------------------------
GitHub user pabloem reopened 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 f06f5e1ee8d745a2cfb8c66055291d1c099a3d60
Author: Pablo <[email protected]>
Date: 2017-02-15T23:16:12Z
Making metrics queriable in Python SDK.
commit d294e6f7013715845496385cc6731ae94aa8e893
Author: Pablo <[email protected]>
Date: 2017-02-24T20:05:52Z
Addressing comments.
----
> 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)