Releases: rokett/Citrix-NetScaler-Exporter
Releases · rokett/Citrix-NetScaler-Exporter
v4.5.1
v4.5.0
v4.4.0
v4.3.1
v4.3.0
v4.2.0
Changed
- Minimising the number of API requests needed to retrieve Service Group member stats by getting all service group members for a specific service group in one go. We still have to query for every single service group, but it cuts down the number of API requests by over 50% on the assumption that each service group has multiple members.
- Refactored the filenames to better reflect the functions contained within them.
v4.1.0
v4.0.0
Added
- Multi query endpoint. You no longer need to run a single instance per NetScaler you want to monitor. The exporter now supports Prometheus targets so only one instance is required.
- Return a 500 status code, and error message, if the NetScaler target cannot be contacted.
Changed
- Refactored exporter code into separate package for maintainability reasons.
Removed
- Option to specify a NetScaler to scrape from the command line. Using Prometheus scrape targets is now the only way.
v4.0.0-rc.3
Added
- Multi query endpoint. You no longer need to run a single instance per NetScaler you want to monitor. The exporter now supports Prometheus targets so only one instance is required.
- Return a 500 status code, and error message, if the NetScaler target cannot be contacted.
Changed
- Refactored exporter code into separate package for maintainability reasons.
Removed
- Option to specify a NetScaler to scrape from the command line. Using Prometheus scrape targets is now the only way.
v4.0.0-rc.2
Added
- Multi query endpoint. You no longer need to run a single instance per NetScaler you want to monitor. The exporter now supports Prometheus targets so only one instance is required.
- Up gauge. This will be either 1 or 0 depending on whether the NetScaler responds or not.
Changed
- Refactored exporter code into separate package for maintainability reasons.
Removed
- Option to specify a NetScaler to scrape from the command line. Using Prometheus scrape targets is now the only way.