Skip to content

Releases: netscaler/netscaler-adc-metrics-exporter

Release 1.4.9

06 Oct 08:03
Compare
Choose a tag to compare

What's new

Added fix to handle ERROR message for lbvs added by CIC.

Release 1.4.8

07 Jul 06:08
Compare
Choose a tag to compare

What's new

Added fix for lightweight-CPX not working with CME.
Updated pip requirements.

Release 1.4.7

08 Feb 05:22
2ea7e2f
Compare
Choose a tag to compare

What's new

Added adc_probe_success metric to indicate successful/Failed scrape
Added new metric "citrixadc_throughput_tx_mbits_rate"

Release 1.4.6

28 Aug 04:54
Compare
Choose a tag to compare

What's new

Ingress dashboard as per modifications in naming in CIC
Logging changes

BugFixes:
Error handling modification

Release 1.4.5

11 Aug 11:11
Compare
Choose a tag to compare

What's new

Python update : 2.7 to 3.8
New Label: "citrixadc_interface_id" for Interface metrics
Default LogLevel : INFO

BugFixes:
Connection retries for ADC only on new Prometheus Requests.
Single Login Session.

Release 1.4.4

15 Jun 06:02
b35c92c
Compare
Choose a tag to compare

What's new

New Metrics : SSLvserver
New Label: "citrixadc_server_name" for servicegroups
BugFixes

Debugging tool for container image:
"iputil" for ping, tracepath

Release 1.4.3

13 May 19:23
Compare
Choose a tag to compare

What's new

Compatibility fixes with latest CPX security fixes.
Added more metrics - System(disks usage)

New Dependency for script:
pip install retrying

Release 1.4.2

28 Apr 07:32
4b39496
Compare
Choose a tag to compare

What's new

Bug fixes for service group stat fetch.
Bulk fetch for lbvserver stats.
Support for optional CA certificate validation for ADC
Code Refactor

Release 1.4.1

30 Mar 10:56
Compare
Choose a tag to compare

What's new

Secure Input of login credentails

For kubernetes environment, use of mount volume to get ADC login credentails
Removal of any default ADC login credentials
config.yaml usage for ADC credentials for running script
HTTPS connection to ADC is default now, to turn it off set --secure=no.
mount bind ADC Login credentials for individual containers
Corrections in metrics name

Release 1.4.0

19 Nov 05:56
Compare
Choose a tag to compare

What's new

Single ADC support for with exporter

Exporter can only be used to scrape 1 ADC instance at a time and not more than that.

New Metrics

New metrics added for HTTP and systemcpu(per cpu usage)

Bug fixes for exception handling in CPX uptime case.
Code refactoring.