Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
VincenzoFerme committed Aug 22, 2016
2 parents 2bc8373 + 08dce5e commit d22bd3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dbms/mysql/mysql.collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ mysql:
- TABLE_NAMES=${BENCHFLOW_BENCHMARK_CONFIG_TABLE_NAMES}

- MYSQL_HOST=${BENCHFLOW_BENCHMARK_BOUNDSERVICE_IP}
- MYSQL_PORT=${BENCHFLOW_BENCHMARK_BOUNDSERVICE_PORT}
- MYSQL_PORT=${BENCHFLOW_BENCHMARK_CONFIG_MYSQL_PORT}
- MYSQL_USER=${BENCHFLOW_BENCHMARK_CONFIG_MYSQL_USER}
- MYSQL_USER_PASSWORD=${BENCHFLOW_BENCHMARK_CONFIG_MYSQL_USER_PASSWORD}

network_mode: bridge

expose:
Expand All @@ -30,4 +30,4 @@ endpoints:
dependencies:
monitors:
- cpu
- querymysql
- querymysql

0 comments on commit d22bd3e

Please sign in to comment.