Skip to content

Commit

Permalink
Merge pull request #1292 from gizmoguy/ft-json-to-yaml
Browse files Browse the repository at this point in the history
Flow table outputs are YAML not JSON now.
  • Loading branch information
anarkiwi committed Nov 27, 2017
2 parents 36a822a + efd4456 commit 4e0f216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion etc/ryu/faucet/gauge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ watchers:
dbs:
ft_file:
type: 'text'
file: 'flow_table.json'
compress: True
file: 'flow_table.yaml.gz'
prometheus:
type: 'prometheus'
prometheus_addr: '0.0.0.0'
Expand Down
2 changes: 1 addition & 1 deletion tests/config/testgaugeconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ watchers:
dbs:
ft_file:
type: 'text'
file: 'flow_table.JSON'
file: 'flow_table.yaml'
influx:
type: 'influx'
influx_db: 'faucet'
Expand Down

0 comments on commit 4e0f216

Please sign in to comment.