servicebus_exporter
servicebus_exporter copied to clipboard
Updated to new Azure ServiceBus Go SDK
Changes:
- Updated to use https://github.com/Azure/azure-sdk-for-go
- Replaced logrus with klog/v2
- Made parts of the fetching more parallel
- Built with Go 1.17
Only thing is the new TotalMessages field on Topic Subscriptions. We could potentially put that in the existing ScheduledMessages field there, not sure about that one.
Hi Anders, thank you for the contribution. Unfortunately I won't be able to take a look at this for next ~1,5 weeks. I'll try to come back to this ASAP.
No worries, I realized after I'd done the upgrade that I needed some custom logic in the exporter, so I wrote a new one for my specific use case. But I'll still follow up on this one if there are anything you would like me to change/fix for the PR.