You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ + expected - actual
│
│ "bucket_size": "10 seconds"
│ "data": []
│ "metric": {
│ "app": "elasticsearch"
│ - "description": "CPU Usage time compared to the CPU quota shown in percentage. If CPU quotas are not set, then no data will be shown."
│ + "description": "Percentage of CPU usage for the Elasticsearch process."
│ "field": "node_stats.process.cpu.percent"
│ "format": "0,0.[00]"
│ - "hasCalculation": true
│ - "isDerivative": true
│ + "hasCalculation": false
│ + "isDerivative": false
Reason
Cloud runs in docker containers and we have logic that forks based on a specific config setting (xpack.monitoring.ui.container.elasticsearch.enabled). The test response is hard-coded to assume this isn't set so the tests will never pass running against a Kibana server with this config set.
The text was updated successfully, but these errors were encountered:
Relates to #29966
Tests
This test needs to be skipped for cloud.
Error
The error we get when running on cloud:
Reason
Cloud runs in docker containers and we have logic that forks based on a specific config setting (
xpack.monitoring.ui.container.elasticsearch.enabled
). The test response is hard-coded to assume this isn't set so the tests will never pass running against a Kibana server with this config set.The text was updated successfully, but these errors were encountered: