BIND 10 #2157: Create an interface to pass statistics counters in Auth module
BIND 10 Development
do-not-reply at isc.org
Thu Oct 4 00:55:30 UTC 2012
#2157: Create an interface to pass statistics counters in Auth module
-------------------------------------+-------------------------------------
Reporter: | Owner: UnAssigned
y-aharen | Status: reviewing
Type: | Milestone:
enhancement | Sprint-20121009
Priority: | Resolution:
medium | Sensitive: 0
Component: | Sub-Project: DNS
b10-auth | Estimated Difficulty: 8
Keywords: | Total Hours: 0
Defect Severity: N/A |
Feature Depending on Ticket: |
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
Comment (by jinmei):
Quick question: have we decided to go for this type of hardcoding for
parameterized counters like per RRtype counters?
{{{
"item_default": {
"_SERVER_": {
...
"opcode.query": 0,
"opcode.iquery": 0,
"opcode.status": 0,
...
"qtype.a": 0,
"qtype.ns": 0,
"qtype.md": 0,
"qtype.mf": 0,
"qtype.cname": 0,
...
"rcode.noerror": 0,
"rcode.formerr": 0,
"rcode.servfail": 0,
}}}
I thought we generally agreed this was not good and would rather
choose a different way.
--
Ticket URL: <http://bind10.isc.org/ticket/2157#comment:16>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list