Skip to content

Commit

Permalink
docs: update apm ds naming scheme (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Aug 2, 2021
1 parent 1d7ae07 commit 887530e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/en/ingest-management/data-streams.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ A generic `type` describing the data, such as `logs`, `metrics`, `traces`, or `s
The `dataset` is defined by the integration and describes the ingested data and its structure for each index.
For example, you might have a dataset for process metrics with a field describing whether the process is running or not,
and another dataset for disk I/O metrics with a field describing the number of bytes read.
+
For APM data, the `dataset` is the instrumented service's `service.name`.

`namespace`::
A user-configurable arbitrary grouping, such as an environment (`dev`, `prod`, or `qa`),
Expand All @@ -59,12 +57,12 @@ For example, if you've set up the Nginx integration with a namespace of `prod`,
logs-nginx.access-prod
--

Alternatively, if you use the APM integration with a namespace of `dev`, and a `service.name` of `frontend`,
Alternatively, if you use the APM integration with a namespace of `dev`,
{agent} stores data in the following data stream:

[source,text]
--
traces-apm.frontend-dev
traces-apm-dev
--

All data streams, and the pre-built dashboards that they ship with,
Expand Down

0 comments on commit 887530e

Please sign in to comment.