BIND 10 #1972: redesign statistics spec

BIND 10 Development do-not-reply at isc.org
Sat May 12 06:15:32 UTC 2012


#1972: redesign statistics spec
-------------------------------------+-------------------------------------
            Reporter:  jinmei        |                        Owner:
                Type:  task          |                       Status:  new
            Priority:  medium        |                    Milestone:  Next-
           Component:  statistics    |  Sprint-Proposed
           Sensitive:  0             |                     Keywords:
         Sub-Project:  Core          |              Defect Severity:  N/A
Estimated Difficulty:  0             |  Feature Depending on Ticket:
         Total Hours:  0             |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------
 The current way of defining statistics counters is not really
 manageable.  See auth.spec: we repeat something like this for 16
 times:
 {{{
       {
         "item_name": "opcode.query",
         "item_type": "integer",
         "item_optional": true,
         "item_default": 0,
         "item_title": "Received query requests",
         "item_description": "The number of total request counts whose
 opcode is query"
       },
 }}}

 for the 16 per-opcode statistics counters.  This approach won't be
 feasible for larger scale counters such as per RR-type ones.  It's
 also not clear how we define the spec of per zone counters.

 This is a design task where we revisit the spec design so that it will
 be applicable to various types of counters including the above ones.

-- 
Ticket URL: <http://bind10.isc.org/ticket/1972>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list