Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dns-oarc/dns-metrics
DNS Metrics JSON Schema
https://github.com/dns-oarc/dns-metrics
dns format metrics statistics
Last synced: 15 days ago
JSON representation
DNS Metrics JSON Schema
- Host: GitHub
- URL: https://github.com/dns-oarc/dns-metrics
- Owner: DNS-OARC
- License: cc0-1.0
- Created: 2024-05-21T12:26:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T08:55:00.000Z (8 months ago)
- Last Synced: 2025-01-21T08:45:04.267Z (17 days ago)
- Topics: dns, format, metrics, statistics
- Homepage: https://dns-oarc.github.io/dns-metrics/
- Size: 17.6 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNS Metrics JSON Schema
A JSON schema to define DNS metrics that tools can use to generate compatible
JSON metrics and statistics.## Documentation
[Documentation](SCHEMA.md) is generated automatically with [wetzel](https://www.npmjs.com/package/wetzel)
but please note that it does not handle everything correctly, for example
the oneOf `"type": "..."` is currently not displayed correctly.## Test
```
pip install check-jsonschema
cd examples
check-jsonschema --schemafile ../dns-metrics.schema.json header.json
check-jsonschema --schemafile ../dns-metrics.schema.json event.json
check-jsonschema --schemafile ../dns-metrics.schema.json stats_periodic.json
check-jsonschema --schemafile ../dns-metrics.schema.json stats_summary.json
```