You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/05/08 14:00:15 UTC

[GitHub] [beam] kamilwu commented on a change in pull request #11567: [BEAM-8132] Report Python metrics to InfluxDB

kamilwu commented on a change in pull request #11567:
URL: https://github.com/apache/beam/pull/11567#discussion_r422159594



##########
File path: sdks/python/apache_beam/testing/load_tests/load_test.py
##########
@@ -45,6 +47,19 @@ def _add_argparse_args(cls, parser):
         '--metrics_table',
         help='A BigQuery table where metrics should be '
         'written.')
+    parser.add_argument(
+        '--influx_measurement',
+        help='An InfluxDB measurement where metrics should be published to. If '

Review comment:
       It's a name of place where metric will be stored. It's like "table" in other databases. 




----------------------------------------------------------------
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:
users@infra.apache.org