Releases: automixer/gtexporter
Releases · automixer/gtexporter
v1.3.1
v1.3.0
New feature for OpenConfig Interfaces plugin.
When processing interfaces
and subinterfaces
LAG member entries, the plugin's formatter
looks at the description
field. If empty, the formatter
will copy the description from the parent LAG interface
or subinterface
.
This feature is specific for Juniper Networks devices but could also work with other platforms.
The feature can be enabled with a new configurational key named fill_lag_member_desc
.
v1.2.0
Add Prometheus labels to metrics
- New
static_labels
configurational key inglobal
section. This feature enables injecting user-defined static Prometheus labels to the emitted metrics. - Bump to
go 1.23.2
. - Upgrade dependencies.
v1.1.1
Upgrade deps
- Bump to
Go 1.22.5
. - Fix CVE-2024-24790.
- yGOT from
v0.29.19
tov0.29.20
.
v1.1.0
Add support for Huawei NE8000 series
- Add support for Huawei NE8000 series.
- Renamed counter metrics suffix as required by Prometheus.
- grpc from v1.63.0 to v1.63.2.
- ygot from v0.29.18 to v0.29.19.
- golang.org/x/net from v0.21.0 to v0.24.0.
v1.0.0
First production grade release.
Supported plugins:
- OpenConfig Interfaces
oc_interfaces
- OpenConfig LLDP
oc_lldp
v1.0.0-rc2
Fix missing commit-id into the binary version
v1.0.0-rc1
Fix wrong make target.