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

Add data category to metrics definition

parent 1a9a0e69
...@@ -57,6 +57,10 @@ ...@@ -57,6 +57,10 @@
"type": "string", "type": "string",
"enum": ["database", "redis", "redis_hll", "prometheus", "system", "license"] "enum": ["database", "redis", "redis_hll", "prometheus", "system", "license"]
}, },
"data_category": {
"type": "string",
"enum": ["Operational", "Optional", "Subscription", "Standard"]
},
"instrumentation_class": { "instrumentation_class": {
"type": "string", "type": "string",
"pattern": "^(([A-Z][a-z]+)+::)*(([A-Z]+[a-z]+)+)$" "pattern": "^(([A-Z][a-z]+)+::)*(([A-Z]+[a-z]+)+)$"
......
...@@ -11,6 +11,7 @@ milestone: "<%= milestone %>" ...@@ -11,6 +11,7 @@ milestone: "<%= milestone %>"
introduced_by_url: introduced_by_url:
time_frame: <%= time_frame %> time_frame: <%= time_frame %>
data_source: data_source:
data_category: Operational
distribution: distribution:
<%= distribution %> <%= distribution %>
tier: tier:
......
...@@ -12,6 +12,7 @@ milestone: "13.9" ...@@ -12,6 +12,7 @@ milestone: "13.9"
introduced_by_url: introduced_by_url:
time_frame: 7d time_frame: 7d
data_source: data_source:
data_category: Operational
distribution: distribution:
- ce - ce
# Add here corresponding tiers # Add here corresponding tiers
......
...@@ -12,6 +12,7 @@ milestone: "13.9" ...@@ -12,6 +12,7 @@ milestone: "13.9"
introduced_by_url: introduced_by_url:
time_frame: 7d time_frame: 7d
data_source: data_source:
data_category: Operational
distribution: distribution:
- ee - ee
tier: tier:
......
...@@ -13,6 +13,7 @@ milestone: "13.9" ...@@ -13,6 +13,7 @@ milestone: "13.9"
introduced_by_url: introduced_by_url:
time_frame: 7d time_frame: 7d
data_source: data_source:
data_category: Operational
distribution: distribution:
- ce - ce
- ee - 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