[ 
https://issues.apache.org/jira/browse/BEAM-8132?focusedWorklogId=432128&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-432128
 ]

ASF GitHub Bot logged work on BEAM-8132:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/May/20 14:07
            Start Date: 08/May/20 14:07
    Worklog Time Spent: 10m 
      Work Description: kamilwu commented on a change in pull request #11567:
URL: https://github.com/apache/beam/pull/11567#discussion_r422163533



##########
File path: sdks/python/apache_beam/testing/load_tests/load_test.py
##########
@@ -67,22 +82,30 @@ def _str_to_boolean(value):
 
 
 class LoadTest(object):
+  """Base class for all integration and performance tests which export
+  metrics to external databases: BigQuery or/and InfluxDB.
+
+  Refer to :class:`~apache_beam.testing.load_tests.LoadTestOptions` for more
+  information on the required pipeline options.
+
+  If using InfluxDB with Basic HTTP authentication enabled, provide the
+  following environment options: `INFLUXDB_USER` and `INFLUXDB_USER_PASSWORD`.

Review comment:
       If we did, we could put vulnerable data (like password) at risk by 
exposing them in logs. Apart from that, I think the only way of using Jenkins 
credentials are environment variables only

##########
File path: sdks/python/apache_beam/testing/load_tests/load_test.py
##########
@@ -67,22 +82,30 @@ def _str_to_boolean(value):
 
 
 class LoadTest(object):
+  """Base class for all integration and performance tests which export
+  metrics to external databases: BigQuery or/and InfluxDB.
+
+  Refer to :class:`~apache_beam.testing.load_tests.LoadTestOptions` for more
+  information on the required pipeline options.
+
+  If using InfluxDB with Basic HTTP authentication enabled, provide the
+  following environment options: `INFLUXDB_USER` and `INFLUXDB_USER_PASSWORD`.

Review comment:
       If we did, we could put vulnerable data (like password) at risk by 
exposing them in logs. Apart from that, I think the only way of using Jenkins 
credentials are environment variables 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 432128)
    Time Spent: 5h  (was: 4h 50m)

> Create metrics publisher in Python SDK
> --------------------------------------
>
>                 Key: BEAM-8132
>                 URL: https://issues.apache.org/jira/browse/BEAM-8132
>             Project: Beam
>          Issue Type: Sub-task
>          Components: testing
>            Reporter: Kamil Wasilewski
>            Assignee: Kamil Wasilewski
>            Priority: Major
>          Time Spent: 5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to