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

Support for RCODE metrics #112

Closed
christian-simmen opened this issue Jul 15, 2021 · 0 comments · Fixed by #113
Closed

Support for RCODE metrics #112

christian-simmen opened this issue Jul 15, 2021 · 0 comments · Fixed by #113

Comments

@christian-simmen
Copy link
Contributor

Hi,

Bind XML statistics version 3.8 supports counters for RCODES.

<statistics version="3.8">
<server>
    <counters type="rcode">
        <counter name="NOERROR">989812</counter>
        <counter name="FORMERR">0</counter>
        <counter name="SERVFAIL">135</counter>
        <counter name="NXDOMAIN">33958</counter>
        <counter name="NOTIMP">0</counter>
        <counter name="REFUSED">123</counter>
        <counter name="YXDOMAIN">0</counter>
        <counter name="YXRRSET">0</counter>
        <counter name="NXRRSET">0</counter>
        <counter name="NOTAUTH">0</counter>
        <counter name="NOTZONE">0</counter>
        <counter name="RESERVED11">0</counter>
        <counter name="RESERVED12">0</counter>
        <counter name="RESERVED13">0</counter>
        <counter name="RESERVED14">0</counter>
        <counter name="RESERVED15">0</counter>
        <counter name="BADVERS">0</counter>
        <counter name="17">0</counter>
        <counter name="18">0</counter>
        <counter name="19">0</counter>
        <counter name="20">0</counter>
        <counter name="21">0</counter>
        <counter name="22">0</counter>
        <counter name="BADCOOKIE">0</counter>
    </counters>
</server>

Can you please add them to the exported values?

Best,
Christian

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 a pull request may close this issue.

1 participant