Add comprehensive drop statistics comparison documentation #1682
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds documentation comparing Retina's drop statistics with other OSS monitoring tools, specifically addressing the need to understand differences between Retina's approach and traditional tools like node_exporter.
What's Added
New Documentation
docs/03-Metrics/drop-statistics-comparison.md
- Comprehensive comparison document covering:Key Comparisons Covered
Cross-References Added
dropreason
andlinuxutil
plugin documentationTechnical Details
The documentation explains how:
node_network_receive_drop_total
andnode_network_transmit_drop_total
from interface statisticsIPTABLE_RULE_DROP
,TCP_CONNECT_BASIC
, etc.Example Usage Scenarios
This addresses the specific request to compare Retina's drops with node_exporter's ethtool/netstat-based approach while highlighting Retina's enhanced capabilities for Kubernetes environments.
Fixes #1681.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/microsoft/retina/releases/latest
curl -s REDACTED
(http block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.