Branch | Status |
---|---|
Master | |
Develop |
NewRelic Azure ServiceBus Topic Agent is a NewRelic Plugin that monitors the azure service bus in one or more topic/account.
- The plugin is NPI-compatible. (On it's way)
- When there's errors contacting NewRelic or Azure Storage Queue, an eventlog is created in Windows EventLogs journals
...
- You need the proper connection strings.
- You need an existing topic (we don't create if not exists)
- We need a proper label on the message (If I am not mistaking, usually the class name is by default)
...todo...
...todo...
To install the plug-in as a Windows Service, execute plugin.exe install
. This will add it was a Windows Service named NewRelic.AzureServiceBus.Topic.Plugin which will start automatically when windows start.
Like the install plugin.exe uninstall
and it's done.
...todo... ;)