mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fix typos in dev docs (#128400)
This commit is contained in:
parent
5e73ef5327
commit
7aa89aac3b
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ Every team should be collecting telemetry metrics on it’s public API usage. Th
|
|||
|
||||
### APM
|
||||
|
||||
Kibana server and client are instrumented with APM node and APM RUM clients respectively, tracking serveral types of transactions by default, such as `page-load`, `request`, etc.
|
||||
Kibana server and client are instrumented with APM node and APM RUM clients respectively, tracking several types of transactions by default, such as `page-load`, `request`, etc.
|
||||
You may introduce custom transactions. Please refer to the [APM documentation](https://www.elastic.co/guide/en/apm/get-started/current/index.html) and follow these guidelines when doing so:
|
||||
|
||||
- Use dashed syntax for transaction types and names: `my-transaction-type` and `my-transaction-name`
|
||||
|
|
|
@ -153,7 +153,7 @@ plugins to customize the Kibana experience. Examples of extension points are:
|
|||
- core.overlays.showModal
|
||||
- embeddables.registerEmbeddableFactory
|
||||
- uiActions.registerAction
|
||||
- core.saedObjects.registerType
|
||||
- core.savedObjects.registerType
|
||||
|
||||
## Follow up material
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue