Skip to content

Commit

Permalink
fix: Remove "STRING" from valid units in golden metrics schema
Browse files Browse the repository at this point in the history
  • Loading branch information
shivalagisetty committed Jan 17, 2025
1 parent 9163983 commit 1485e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/schemas/golden-metrics-schema-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"$id": "#/properties/unit",
"type": "string",
"title": "The unit of the metric",
"enum": ["REQUESTS_PER_SECOND", "REQUESTS_PER_MINUTE", "PAGES_PER_SECOND", "MESSAGES_PER_SECOND", "OPERATIONS_PER_SECOND", "COUNT", "SECONDS", "MS", "PERCENTAGE", "BITS", "BYTES", "BITS_PER_SECOND", "BYTES_PER_SECOND", "HERTZ", "APDEX", "TIMESTAMP", "CELSIUS", "STRING"],
"enum": ["REQUESTS_PER_SECOND", "REQUESTS_PER_MINUTE", "PAGES_PER_SECOND", "MESSAGES_PER_SECOND", "OPERATIONS_PER_SECOND", "COUNT", "SECONDS", "MS", "PERCENTAGE", "BITS", "BYTES", "BITS_PER_SECOND", "BYTES_PER_SECOND", "HERTZ", "APDEX", "TIMESTAMP", "CELSIUS"],
"examples": [
"COUNT"
]
Expand Down

0 comments on commit 1485e05

Please sign in to comment.