I have set up a GNMI input subscription. But as it stands, it only appears to update when there is a state change in the data. This creates issues when trying to visualize the data as some of it can be months old.
Is there a way to get my subscription to send current data regardless of whether it changed? I have the subscription type set to “sample” but it seems to be still sending “on change” updates.
[[inputs.gnmi.subscription]]
name = “bgp_neighbor_state_updated”
origin = “openconfig-network-instance”
path = “/network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/state/”
subscription_mode = “sample”
sample_interval = “10s”