Closed camrossi closed 4 months ago
Currently if one fabric fails discovery no Service Discovery Data is returned at all.
This fix continues the SD process and returns data for the fabric that works. I am not sure however when this part of the code is called: https://github.com/opsdis/aci-exporter/blob/issue_58_discovery/discovery.go#L52
For now my fix only affects https://github.com/opsdis/aci-exporter/blob/issue_58_discovery/discovery.go#L67 but let me know if we need to do more changes.
Currently if one fabric fails discovery no Service Discovery Data is returned at all.
This fix continues the SD process and returns data for the fabric that works. I am not sure however when this part of the code is called: https://github.com/opsdis/aci-exporter/blob/issue_58_discovery/discovery.go#L52
For now my fix only affects https://github.com/opsdis/aci-exporter/blob/issue_58_discovery/discovery.go#L67 but let me know if we need to do more changes.