Skip to content

Commit

Permalink
Merge pull request #5468 from telstra/bugfix/kilda-gui_victoria_as_de…
Browse files Browse the repository at this point in the history
…fault_datasource

GUI, Flow-detail page. Change checkbox switch from default opentsdb to victoriaDb
  • Loading branch information
niksv authored Nov 9, 2023
2 parents e7ffe79 + 2ca264d commit c7f86a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class FlowGraphComponent implements OnInit, AfterViewInit, OnDestroy, OnC
meterdirection: ['both'],
auto_reload: [''],
auto_reload_time: ['', Validators.compose([Validators.pattern('[0-9]*')])],
victoriaSource: [false]
victoriaSource: [true]
});

this.flowMetrics = this.dygraphService.getFlowMetricData();
Expand Down

0 comments on commit c7f86a1

Please sign in to comment.