ahmedaall
ahmedaall
Hi @thenodon, @camrossi, I can test the parallel page fetch with my fabric. Today am up to date with the master branch. I will merge with issue_37 and give you...
@thenodon I have 62 switchs and 111 EPG. I confirm that this feature is quite important :). The accuracy of monitoring depends a lot on the response time. I'll keep...
@thenodon Did you have the same output during the docker build : ./aci-api.go:69:26: cannot use *newAciConnection(ctx, fabricConfig) (variable of type AciConnection) as *AciConnection value in struct literal ./aci-connection.go:91:2: jar declared...
@thenodon Yes, I merged master into issue_37 taking issue_37 as reference. Ok I'm going to rollback to the master branch while the changes are made
Hi @thenodon I managed to succesfully merge pagination_issue_37. With the default parameters the scrapping time doesn't seems to change. Maybe I miss something. Here is my config : ```yaml #...
@thenodon I misspoke. I run ``` pagination_issue_37 ``` with my custom Dockerfile and my custom yaml config. Here is my main query : ```yaml class_queries: interface_info: class_name: l1PhysIf query_parameter: "?rsp-subtree=children&rsp-subtree-include=stats&rsp-subtree-class=ethpmPhysIf,eqptIngrBytes5min,eqptEgrBytes5min,eqptIngrDropPkts5min,eqptEgrDropPkts5min&query-target-filter=and(ne(...
Hi @thenodon. Do you have any clue about some misconfig that I could have make for parallel pagination ? For information, the syntax that you gave me in https://github.com/opsdis/aci-exporter/issues/41, works...