Skip to content

Commit

Permalink
telemetry_check fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Oct 26, 2022
1 parent 62f7cd1 commit e623b0f
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5695,6 +5695,34 @@
}
}
},
"layer_group": {
"properties": {
"min": {
"type": "long",
"_meta": {
"description": "min number of layer groups per map"
}
},
"max": {
"type": "long",
"_meta": {
"description": "max number of layer groups per map"
}
},
"avg": {
"type": "float",
"_meta": {
"description": "avg number of layer groups per map"
}
},
"total": {
"type": "long",
"_meta": {
"description": "total number of layer groups in cluster"
}
}
}
},
"ux_tms_mvt": {
"properties": {
"min": {
Expand Down

0 comments on commit e623b0f

Please sign in to comment.