f5_network_interface_bits_in_total value issue

Open
#266 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
prometheus

Research direction

Reproduce the discrepancy in the F5 internal UDF AST lab using f5_node_bytes_in_total, f5_pool_bytes_in_total, and f5_network_interface_bits_in_total. Compare the results with the Prometheus and demo dashboards; done means explaining the conversion mismatch and identifying the correction needed for interface totals to align with pool or node data.

Written by the indexing model from the issue text.

Description

Issue:
f5_network_interface_bits_in_total does not seem to be correct when compared to the other metrics for pool and node.
AST version is v0.9.6.

Customer issue:
The customer is pulling the Cisco metrics for the ports and wants to match the data volume to the big-ip interface. This does not work, the values are drastically different but it does match using the pool or node.

Explanation:
On a simple big-ip config pulling in the total pool, node and external interface data the total bits/bytes are not adding up to the same value after the recommended "/8", the graphing trends look to be very similar patterns but the interface is a lot bigger in values.

Expectation was they should match interface in total data to the pools in as all traffic is coming in.

Metrics being used are:

  • f5_node_bytes_in_total
  • f5_pool_bytes_in_total
  • f5_network_interface_bits_in_total

The interface data if divided by 4 matches, not sure why it should be divides by 8 to move from bits to bytes per the prometheus and demo dashboards.

Reproducing:
This was reproducible on the F5 internal UDF AST lab regarding the interface data.

Divide by 4 on interface - similar graphs:
Image

Divide by 8 on interface - interface drops, not possible it should match the pool/node in:
Image

Dominant language
Python
Stars
106
Forks
43
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from f5devcentral/application-study-tool

All issues in f5devcentral/application-study-tool

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.