Skip to content

Commit

Permalink
Get tagger flow by CN
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinesh88 committed Oct 13, 2022
1 parent 0a2527e commit a0c997e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class ISPCountryrilldownMapping{
await this.redraw_all(meter_name);
}
async get_aggregated_flows(){
let opts = {flowtag:`[asn]${this.keyt.key}`,time_interval:this.tmint,probe_id:this.probe_id,maxcount:100};
let opts = {flowtag:`[cn]${this.keyt.key}`,time_interval:this.tmint,probe_id:this.probe_id,maxcount:100};
this.agg_flows=await fetch_trp(TRP.Message.Command.AGGREGATE_SESSIONS_REQUEST,opts);

}
Expand Down Expand Up @@ -544,4 +544,4 @@ function run(opts) {

//# sourceURL=isp_drilldown_mappings.js



2 changes: 1 addition & 1 deletion dashboards/isp-country-analytics-drilldown/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Country Analytics Drilldown

version: 2.0.5
version: 2.0.6

author: trisul

Expand Down

0 comments on commit a0c997e

Please sign in to comment.