Skip to content

Commit

Permalink
[Kubernetes][Dashboards] Fix missing sort field on proxy and schedule…
Browse files Browse the repository at this point in the history
…r dashboards (#6221) (#6237)

* Fix dashboards.



* Update changelog.



* Rollback state node.



* Rollback container logs.



* Update package version.



* Update version.



* Update packages/kubernetes/changelog.yml



* Update version.



---------

Signed-off-by: constanca-m <[email protected]>
Co-authored-by: Constança Manteigas <[email protected]>
Co-authored-by: Jaime Soriano Pastor <[email protected]>
  • Loading branch information
3 people authored May 17, 2023
1 parent a02e91e commit e6984cd
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 12 deletions.
5 changes: 5 additions & 0 deletions packages/kubernetes/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.39.1"
changes:
- description: Fix proxy and scheduler visualization with missing sort field.
type: bugfix
link: https://github.com/elastic/integrations/pull/6221
- version: "1.39.0"
changes:
- description: Remove container.name as a dimension.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1581,23 +1581,31 @@
"43097f7a-e478-47bc-81c1-7541bd899d46X0": {
"customLabel": true,
"dataType": "number",
"filter": {
"language": "kuery",
"query": "kubernetes.proxy.client.request.duration.us.sum: *"
},
"isBucketed": false,
"label": "Part of Average latency s",
"operationType": "last_value",
"params": {
"emptyAsNull": false
"sortField": "@timestamp"
},
"scale": "ratio",
"sourceField": "kubernetes.proxy.client.request.duration.us.sum"
},
"43097f7a-e478-47bc-81c1-7541bd899d46X1": {
"customLabel": true,
"dataType": "number",
"filter": {
"language": "kuery",
"query": "kubernetes.proxy.client.request.duration.us.count: *"
},
"isBucketed": false,
"label": "Part of Average latency s",
"operationType": "last_value",
"params": {
"emptyAsNull": false
"sortField": "@timestamp"
},
"scale": "ratio",
"sourceField": "kubernetes.proxy.client.request.duration.us.count"
Expand All @@ -1622,7 +1630,7 @@
1000
],
"location": {
"max": 112,
"max": 126,
"min": 0
},
"name": "divide",
Expand Down Expand Up @@ -2503,4 +2511,4 @@
"type": "dashboard",
"updated_at": "2023-01-11T16:15:13.706Z",
"version": "WzM1MDAsMV0="
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,6 @@
"type": "lens",
"version": "8.6.0"
},



{
"embeddableConfig": {
"attributes": {
Expand Down Expand Up @@ -3345,23 +3342,31 @@
"43097f7a-e478-47bc-81c1-7541bd899d46X0": {
"customLabel": true,
"dataType": "number",
"filter": {
"language": "kuery",
"query": "kubernetes.scheduler.client.request.duration.us.sum: *"
},
"isBucketed": false,
"label": "Part of Average latency in ms",
"operationType": "last_value",
"params": {
"emptyAsNull": false
"sortField": "@timestamp"
},
"scale": "ratio",
"sourceField": "kubernetes.scheduler.client.request.duration.us.sum"
},
"43097f7a-e478-47bc-81c1-7541bd899d46X1": {
"customLabel": true,
"dataType": "number",
"filter": {
"language": "kuery",
"query": "kubernetes.scheduler.client.request.duration.us.count: *"
},
"isBucketed": false,
"label": "Part of Average latency in ms",
"operationType": "last_value",
"params": {
"emptyAsNull": false
"sortField": "@timestamp"
},
"scale": "ratio",
"sourceField": "kubernetes.scheduler.client.request.duration.us.count"
Expand All @@ -3386,7 +3391,7 @@
1000
],
"location": {
"max": 120,
"max": 134,
"min": 0
},
"name": "divide",
Expand Down Expand Up @@ -3658,4 +3663,4 @@
"type": "dashboard",
"updated_at": "2023-01-11T16:15:10.039Z",
"version": "WzM0NzYsMV0="
}
}
2 changes: 1 addition & 1 deletion packages/kubernetes/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: kubernetes
title: Kubernetes
version: 1.39.0
version: 1.39.1
license: basic
description: Collect logs and metrics from Kubernetes clusters with Elastic Agent.
type: integration
Expand Down

0 comments on commit e6984cd

Please sign in to comment.