/NewRelic.AzureServiceBus.Topic.Plugin

NewRelic plug-in for monitoring the topic(s) of Azure Service Bus

Primary LanguageC#Apache License 2.0Apache-2.0

Branch Status
Master Build status
Develop Build status

... code in progress... consider super unstable and not working ...

NewRelic Azure ServiceBus Topic Agent

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

Configuration

...

  1. You need the proper connection strings.
  2. You need an existing topic (we don't create if not exists)
  3. We need a proper label on the message (If I am not mistaking, usually the class name is by default)

Example

...todo...

Metrics

...todo...

Install as a Windows Service

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.

Uninstall the Windows Service

Like the install plugin.exe uninstall and it's done.

Todo's

...todo... ;)