Commit 67ff10cb authored by Rajendra Kadam's avatar Rajendra Kadam

Add data category to metrics definition

parent 1a9a0e69
......@@ -57,6 +57,10 @@
"type": "string",
"enum": ["database", "redis", "redis_hll", "prometheus", "system", "license"]
},
"data_category": {
"type": "string",
"enum": ["Operational", "Optional", "Subscription", "Standard"]
},
"instrumentation_class": {
"type": "string",
"pattern": "^(([A-Z][a-z]+)+::)*(([A-Z]+[a-z]+)+)$"
......
......@@ -11,6 +11,7 @@ milestone: "<%= milestone %>"
introduced_by_url:
time_frame: <%= time_frame %>
data_source:
data_category: Operational
distribution:
<%= distribution %>
tier:
......
......@@ -12,6 +12,7 @@ milestone: "13.9"
introduced_by_url:
time_frame: 7d
data_source:
data_category: Operational
distribution:
- ce
# Add here corresponding tiers
......
......@@ -12,6 +12,7 @@ milestone: "13.9"
introduced_by_url:
time_frame: 7d
data_source:
data_category: Operational
distribution:
- ee
tier:
......
......@@ -13,6 +13,7 @@ milestone: "13.9"
introduced_by_url:
time_frame: 7d
data_source:
data_category: Operational
distribution:
- ce
- ee
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment