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

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

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



##########
File path: .test-infra/metrics/influxdb/Dockerfile
##########
@@ -0,0 +1,35 @@
+################################################################################
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+# limitations under the License.
+################################################################################
+
+FROM python:3-slim
+
+RUN pip install --no-cache-dir gsutil
+
+WORKDIR /
+
+RUN gsutil cp gs://apache-beam-testing-metrics/influxdb-backup.tar.gz . && \

Review comment:
       Everyone on the Internet has read-only access to the bucket. Grafana 
dashboards are already public, so it doesn't change anything in terms of 
security or privacy 




----------------------------------------------------------------
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: 455300)
    Time Spent: 50m  (was: 40m)

> Populate docker-compose DB with data for easier development
> -----------------------------------------------------------
>
>                 Key: BEAM-9889
>                 URL: https://issues.apache.org/jira/browse/BEAM-9889
>             Project: Beam
>          Issue Type: Sub-task
>          Components: community-metrics, testing
>            Reporter: Kamil Wasilewski
>            Assignee: Kamil Wasilewski
>            Priority: P3
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> The process of developing new Grafana dashboards or modifying existing ones 
> is troublesome due to the fact that local InfluxDB database starts with no 
> data. A solution needs to be found to populate DB with data (even with fake 
> data).



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

Reply via email to