We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pktvisor 4.5.0
binary
version: "1.0" visor: config: verbose: true taps: my_flow_tap: input_type: flow config: port: 6343 bind: 192.168.0.1 flow_type: netflow tags: flow: true # optionally define policies policies: default: input: input_type: flow tap: my_flow_tap kind: collection handlers: modules: flow_advanced: config: summarize_ips_by_asn: true exclude_unknown_asns_from_summarization: true exclude_asns_from_summarization: - 65000 type: flow metric_groups: enable: - counters - by_bytes - top_ports - top_ips disable: - all
Only one entry TYPE for each metric, as https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md?plain=1#L527
The api is returning one TYPE output for each interface, example metric:
# HELP flow_top_out_dst_ports_bytes Top out destination ports by bytes # TYPE flow_top_out_dst_ports_bytes gauge
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pktvisor version
pktvisor 4.5.0
Platform
binary
Agent configuration
Steps to reproduce
Expected output
Only one entry TYPE for each metric, as https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md?plain=1#L527
Current Output
The api is returning one TYPE output for each interface, example metric:
The text was updated successfully, but these errors were encountered: