Releases: netscaler/netscaler-adc-metrics-exporter
Release 1.4.9
What's new
Added fix to handle ERROR message for lbvs added by CIC.
Release 1.4.8
What's new
Added fix for lightweight-CPX not working with CME.
Updated pip requirements.
Release 1.4.7
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
What's new
Ingress dashboard as per modifications in naming in CIC
Logging changes
BugFixes:
Error handling modification
Release 1.4.5
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
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
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
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
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
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.