Skip to content
Snippets Groups Projects

Introduce filtering for total count metrics

1 unresolved thread
7 files
+ 229
43
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -27,6 +27,21 @@
@@ -27,6 +27,21 @@
"project.id",
"project.id",
"namespace.id"
"namespace.id"
]
]
 
},
 
"filter": {
 
"type": "object",
 
"properties": {
 
"label": {
 
"type": "string"
 
},
 
"property": {
 
"type": "string"
 
},
 
"value": {
 
"type": "number"
 
}
 
},
 
"additionalProperties": false
}
}
},
},
"additionalProperties": false
"additionalProperties": false
Loading