Ip.floating samples problem
I configured my pipeline.yaml like this:
- name: network_source
interval: 30
meters:
- "network.incoming.bytes"
- "network.incoming.packets"
- "network.outgoing.bytes"
- "network.outgoing.packets"
- "ip.floating"
sinks:
- network_sink
i see in logs that ip.floating is polled but i cant get any sample from this meter in ceilometer what can i do for getting samples from ip.floating???