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

add dname decoder #53

Merged
merged 1 commit into from
May 14, 2019
Merged

add dname decoder #53

merged 1 commit into from
May 14, 2019

Conversation

xofyarg
Copy link
Contributor

@xofyarg xofyarg commented May 7, 2019

This decoder will convert DNS qname wire format into human readable
"." notation domain name.

@bobrik
Copy link
Contributor

bobrik commented May 14, 2019

There's one complaint from the linter, LGTM otherwise. What metrics are you gathering with this?

This decoder will convert DNS qname wire format into human readable
"." notation domain name.
@xofyarg
Copy link
Contributor Author

xofyarg commented May 14, 2019

I'm mainly getting the count for DNS query names, with labels focus only on type A/AAAA/other. Because the constant stack restriction in ebpf VM, decode doesn't work there.

One of the build failed with an HTTP 502 error this time, don't think the linter is unhappy though, maybe you could help me rerun it?

@bobrik
Copy link
Contributor

bobrik commented May 14, 2019

I restarted the build and it's happy now. Thanks!

@bobrik bobrik merged commit e548839 into cloudflare:master May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants