telegraf/plugins/outputs/appdynamics
Illya Chekrygin 9336a90457 Update: invalid case w/ missing value 2016-05-12 22:32:16 -07:00
..
README.md Update after the PR review. 2016-05-12 22:29:27 -07:00
appdynamics.go Update after the PR review. 2016-05-12 22:29:27 -07:00
appdynamics_test.go Update: invalid case w/ missing value 2016-05-12 22:32:16 -07:00

README.md

Appdynamics Output Plugin

This plugin writes to Appdynamics Machine Agent via raw TCP.

Configuration:

  ## controller information to connect and retrieve tier-id value
  controllerTierURL = "https://foo.saas.appdynamics.com/controller/rest/applications/bar/tiers/baz?output=JSON"
  controllerUserName = "apiuser"
  controllerPassword = "apipass"
  ## Machine agent custom metrics listener url format string
  ## |Component:%d| gets transformed into |Component:id| during initialization - where 'id' is a tier-id for
  ## this controller application/tier combination
  agentURL = "http://localhost:8293/machineagent/metrics?name=Server|Component:%d|Custom+Metrics|"