edgexfoundry / performance-test

Owner: QA-Testing WG
4 stars 9 forks source link

Need visibility to the Infrastructure as Code for the EdgeX TIG stack #3

Closed jamesrgregg closed 5 years ago

jamesrgregg commented 5 years ago

The performance testing needs to comprehend the security group rules in play on the cloud hosted infrastructure since the Grafana dashboard will be exposed publicly.

The docker-compose that runs the Docker components on the cloud hosted infrastructure needs to be aligned with the exposed port which serves Grafana dashboard.

cloudxxx8 commented 5 years ago

By default, the Grafana port is 3000 https://github.com/edgexfoundry-holding/performance-test/blob/master/docker-compose.yml#L7

jamesrgregg commented 5 years ago

@cloudxxx8 @cherrycl the endpoint that you will use for your telegraf container is: urls = ["http://stats.edgexfoundry.org:8086"] # required

cherrycl commented 5 years ago

@cloudxxx8 @cherrycl the endpoint that you will use for your telegraf container is: urls = ["http://stats.edgexfoundry.org:8086"] # required

Thank you.

jamesrgregg commented 5 years ago

That endpoint is only accessible from LF networks

jamesrgregg commented 5 years ago

non-issue now that the infrastructure has been landed.