Skip to content

Commit

Permalink
Merge branch 'master' into jest-single
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Jan 13, 2021
2 parents 0f90e28 + 5814ca6 commit 9962470
Show file tree
Hide file tree
Showing 77 changed files with 1,953 additions and 1,495 deletions.
1 change: 1 addition & 0 deletions docs/api/dashboard/export-dashboard.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ experimental[] Export dashboards and corresponding saved objects.

`dashboard`::
(Required, array|string) The IDs of the dashboards that you want to export.
To export multiple dashboards, repeat the query parameter.

[[dashboard-api-export-response-body]]
==== Response body
Expand Down
4 changes: 2 additions & 2 deletions docs/apm/service-overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ image::apm/images/latency.png[Service latency]
[[service-traffic-transactions]]
=== Traffic and transactions

The *Traffic* chart visualizes the average number of transactions per minute for the selected service.
The *Throughput* chart visualizes the average number of transactions per minute for the selected service.

The *Transactions* table displays a list of _transaction groups_ for the
selected service and includes the latency, traffic, error rate, and the impact for each transaction.
Expand Down Expand Up @@ -71,7 +71,7 @@ image::apm/images/spans-dependencies.png[Span type duration and dependencies]

The *All instances* table displays a list of all the available service instances within the selected time range.
Depending on how the service runs, the instance could be a host or a container. The table displays latency, traffic,
errors, CPU usage, and memory usage for each instance. By default, instances are sorted by _Traffic_.
errors, CPU usage, and memory usage for each instance. By default, instances are sorted by _Throughput_.

[role="screenshot"]
image::apm/images/all-instances.png[All instances]
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"@kbn/utils": "link:packages/kbn-utils",
"@loaders.gl/core": "^2.3.1",
"@loaders.gl/json": "^2.3.1",
"@slack/webhook": "^5.0.0",
"@slack/webhook": "^5.0.4",
"@storybook/addons": "^6.0.16",
"@turf/along": "6.0.1",
"@turf/area": "6.0.1",
Expand Down Expand Up @@ -170,7 +170,7 @@
"apollo-server-errors": "^2.0.2",
"apollo-server-hapi": "^1.3.6",
"archiver": "^3.1.1",
"axios": "^0.19.2",
"axios": "^0.21.1",
"bluebird": "3.5.5",
"brace": "0.11.1",
"chalk": "^4.1.0",
Expand Down Expand Up @@ -391,7 +391,7 @@
"@microsoft/api-documenter": "7.7.2",
"@microsoft/api-extractor": "7.7.0",
"@octokit/rest": "^16.35.0",
"@percy/agent": "^0.26.0",
"@percy/agent": "^0.28.6",
"@scant/router": "^0.1.0",
"@storybook/addon-a11y": "^6.0.26",
"@storybook/addon-actions": "^6.0.26",
Expand Down Expand Up @@ -490,6 +490,7 @@
"@types/md5": "^2.2.0",
"@types/memoize-one": "^4.1.0",
"@types/mime": "^2.0.1",
"@types/mime-types": "^2.1.0",
"@types/minimatch": "^2.0.29",
"@types/mocha": "^7.0.2",
"@types/mock-fs": "^4.10.0",
Expand Down Expand Up @@ -593,13 +594,13 @@
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"backport": "5.6.0",
"backport": "^5.6.1",
"base64-js": "^1.3.1",
"base64url": "^3.0.1",
"broadcast-channel": "^3.0.3",
"chai": "3.5.0",
"chance": "1.0.18",
"chromedriver": "^87.0.0",
"chromedriver": "^87.0.3",
"clean-webpack-plugin": "^3.0.0",
"cmd-shim": "^2.1.0",
"compare-versions": "3.5.1",
Expand Down Expand Up @@ -836,7 +837,7 @@
"vega-tooltip": "^0.25.0",
"venn.js": "0.2.20",
"vinyl-fs": "^3.0.3",
"wait-on": "^5.0.1",
"wait-on": "^5.2.1",
"watchpack": "^1.6.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
Expand Down
Loading

0 comments on commit 9962470

Please sign in to comment.