Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Christiane (Tina) Heiligers <[email protected]>
  • Loading branch information
Bamieh and TinaHeiligers authored Oct 5, 2020
1 parent 2fd5af4 commit 58d02b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/usage_collection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,5 +328,5 @@ The only caveat is that it makes it harder to consume in Kibana when analysing e
# Routes registered by this plugin
- `/api/ui_metric/report`: Used by UI Metrics to report the metrics to the server
- `/api/ui_metric/report`: Used by `ui_metrics` usage collector instances to report their usage data to the server
- `/api/stats`: Get the metrics and usage ([details](./server/routes/stats/README.md))
2 changes: 1 addition & 1 deletion src/plugins/usage_collection/server/routes/stats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This API returns the metrics for the Kibana server and usage stats. It allows the [Metricbeat Kibana module](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-module-kibana.html) to collect the [stats metricset](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-metricset-kibana-stats.html).

By default, it returns the simplest level of stats; consisting on the Kibana server's ops metrics, version, status, and basic config like the server name, host, port, and locale.
By default, it returns the simplest level of stats; consisting of the Kibana server's ops metrics, version, status, and basic config like the server name, host, port, and locale.

However, the information detailed above can be extended, with the combination of the following 3 query parameters:

Expand Down

0 comments on commit 58d02b8

Please sign in to comment.