Skip to content

Commit

Permalink
Merge pull request #8 from jelu/threadid
Browse files Browse the repository at this point in the history
Thread id, discarded
  • Loading branch information
jelu authored May 30, 2024
2 parents 7cbbcf3 + bcc5318 commit e7027f7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions dns-metrics.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"type": "object",
"properties": {
"runid": {
"description": "The unique id for a run",
"description": "The unique id for a run, used to correlate all objects to the same run",
"type": "string"
},
"threadid": {
"description": "The unique thread id within a run",
"subid": {
"description": "The unique id within a run, used to differentiate for example individual threads or streams within the run",
"type": "string"
}
},
Expand Down Expand Up @@ -99,7 +99,7 @@
},
"stats": {
"title": "DNS Metric Stats",
"description": "A stats object with the metrics",
"description": "A stats object with the metrics around the DNS that was sent and received during the run",
"type": "object",
"properties": {
"since": {
Expand Down Expand Up @@ -130,6 +130,10 @@
"description": "The number of DNS queries and/or responses that was unexpected",
"type": "integer"
},
"discarded": {
"description": "The number of DNS queries and/or responses that was discarded",
"type": "integer"
},
"response_rcodes": {
"description": "The number of different RCODEs as an object with the RCODE as a property",
"type": "object",
Expand Down

0 comments on commit e7027f7

Please sign in to comment.