Skip to content
New issue

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

[RFE] trace/dns: Improve by including more information in the events #2610

Open
mqasimsarfraz opened this issue Mar 12, 2024 · 1 comment
Open
Labels
lifecycle/staleproof Avoid this issue / PR being marked as stale by the bot.

Comments

@mqasimsarfraz
Copy link
Member

Current situation

Currently, we are missing some information in the DNS events which could be helpful under some scenarios:

  • TTL information for responses
  • Header flag values (RA, RD, TC e.g)
  • A field to show the message was compressed

Implementation options

For built-in gadgets, since we switched to parsing DNS packets in userspace we can use gopacket to include more information that is already available.

Copy link

This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.

@github-actions github-actions bot added the lifecycle/stale Marked to be closed in next 14 days because of inactivity. label May 12, 2024
@mqasimsarfraz mqasimsarfraz added lifecycle/staleproof Avoid this issue / PR being marked as stale by the bot. and removed lifecycle/stale Marked to be closed in next 14 days because of inactivity. labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/staleproof Avoid this issue / PR being marked as stale by the bot.
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant