HAProxy is an open source, high performance TCP/HTTP Load Balancer commonly used to improve the performance of web sites and services by spreading requests across multiple servers. The HAProxy Monitoring extension collects key metrics from HAProxy Load balancer of the underlying proxies/servers and presents them to the AppDynamics Metric Browser.
HAProxy Monitoring Extension works with HAProxy v1.3 and above.
target
directory into the "<MachineAgent_Dir>/monitors" directory.Please place the extension in the "monitors" directory of your Machine Agent installation directory. Do not place the extension in the "extensions" directory of your Machine Agent installation directory.
Configure the extension by editing the config.yml file in <MACHINE_AGENT_HOME>/monitors/HAProxyMonitor/
.
<COMPONENT_ID>
in metricPrefix: Server|Component:<COMPONENT_ID>|Custom Metrics|HAProxy|.metricPrefix: "Server|Component:100|Custom Metrics|HAProxy|"
More details around metric prefix can be found here.
The extension supports reporting metrics from multiple HAProxy instances. The monitor provides an option to add HAProxy server/s for monitoring the metrics provided by the particular end-point. Have a look at config.yml for more details.
For example:
metricPrefix: "Server|Component:<COMPONENT_ID>|Custom Metrics|HAProxy|"
servers:
- displayName: "Local HAProxy"
host: "demo.haproxy.org"
port: 80
csvExportUri: ";csv"
username: ""
password: ""
encryptedPassword: ""
useSSL: false
#proxyServers can be configured as a list of (pxname-svname) values and are regex supported but do not put ".*" or blank inputs
proxyServers:
- pxname: "http.*" #Put the indivudual pxname. Array of pxname not supported
svname: ["FRONTEND", ".*-direct", "IPv4-.*"]
- pxname: "www"
svname: ["b.*"]
connection:
connectTimeout: 10000
socketTimeout: 10000
#Encryption key for Encrypted password.
encryptionKey: ""
Configure the numberOfThreads.
For example,
If number of servers that need to be monitored is 5, then number of threads required is 5 * 1 = 5
numberOfThreads: 5
You can add/remove metrics of your choice by modifying the provided metrics.xml file. This file consists of all the metrics that will be monitored and sent to the controller. Please look how the metrics have been defined and follow the same convention, when adding new metrics. You do have the ability to choose your Rollup types as well as set an alias that you would like to be displayed on the metric browser.
Metric Stat Configuration: Add the metric
to be monitored under the metric tag as shown below.
<stat name="metrics">
<metric attr="qcur" alias="queued_requests" column="2" aggregationType = "OBSERVATION" timeRollUpType = "CURRENT" clusterRollUpType = "COLLECTIVE" />
</stat>
For configuring the metrics, the following properties can be used:
Property | Default value | Possible values | Description |
---|---|---|---|
alias | metric name | Any string | The substitute name to be used in the metric browser instead of metric name. |
aggregationType | "AVERAGE" | "AVERAGE", "SUM", "OBSERVATION" | Aggregation qualifier |
timeRollUpType | "AVERAGE" | "AVERAGE", "SUM", "CURRENT" | Time roll-up qualifier |
clusterRollUpType | "INDIVIDUAL" | "INDIVIDUAL", "COLLECTIVE" | Cluster roll-up qualifier |
multiplier | 1 | Any number | Value with which the metric needs to be multiplied. |
convert | null | Any key value map | Set of key value pairs that indicates the value to which the metrics need to be transformed. eg: UP:1, OPEN:1 |
delta | false | true, false | If enabled, gives the delta values of metrics instead of actual values. |
All these metric properties are optional, and the default value shown in the table is applied to the metric (if a property has not been specified) by default.
HA-proxy metrics and its description is shown here. For more details, please visit HAProxy Management Guide.
Please visit this page to get detailed instructions on password encryption. The steps in this document will guide you through the whole process.
Workbench is an inbuilt feature provided with each extension in order to assist you to fine tune the extension setup before you actually deploy it on the controller. Please review the following document on How to use the Extensions WorkBench.
Please follow the steps listed in this troubleshooting-document in order to troubleshoot your issue. These are a set of common issues that customers might have faced during the installation of the extension.
Always feel free to fork and contribute any changes directly here on GitHub.
Name | Version |
---|---|
Extension Version | 2.2.2 |
Product Tested On | 1.7.5 |
Last Update | 08/01/2021 |
Changes list | ChangeLog |
Note: While extensions are maintained and supported by customers under the open-source licensing model, they interact with agents and Controllers that are subject to AppDynamics’ maintenance and support policy. Some extensions have been tested with AppDynamics 4.5.13+ artifacts, but you are strongly recommended against using versions that are no longer supported.
Owner
Contributors
Categories
Products
AppDynamicsProgramming Languages
JavaLicense
Code Exchange Community
Get help, share code, and collaborate with other developers in the Code Exchange community.View Community