Skip to content

Commit

Permalink
Add tags field to internal_metrics data stream (#8292)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6c84207)

# Conflicts:
#	apmpackage/apm/changelog.yml
  • Loading branch information
axw authored and mergify[bot] committed Jun 3, 2022
1 parent d51a8c3 commit 570cec1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions apmpackage/apm/changelog.yml
Expand Up @@ -7,6 +7,26 @@
- description: Placeholder
type: enhancement
link: https://github.com/elastic/apm-server/pull/xxx
<<<<<<< HEAD
=======
- version: "8.3.0"
changes:
- description: Field mapping for `target.name` and `target.type` added to traces data stream
type: enhancement
link: https://github.com/elastic/apm-server/pull/7870
- description: Remove the release tag
type: enhancement
link: https://github.com/elastic/apm-server/pull/7792
- description: Added config option for `pprof_enabled`
type: enhancement
link: https://github.com/elastic/apm-server/pull/8002
- description: Added field mappings for system, process, and runtime metrics to internal metrics data stream
type: enhancement
link: https://github.com/elastic/apm-server/pull/7882
- description: Added tags field mapping to internal_metrics data stream
type: bugfix
link: https://github.com/elastic/apm-server/pull/8292
>>>>>>> 6c842076 (Add tags field to internal_metrics data stream (#8292))
- version: "8.2.0"
changes:
- description: Field mapping for `source.nat.ip` and `source.nat.port` added to data streams
Expand Down
2 changes: 2 additions & 0 deletions apmpackage/apm/data_stream/internal_metrics/fields/ecs.yml
Expand Up @@ -105,6 +105,8 @@
name: source.nat.ip
- external: ecs
name: source.nat.port
- external: ecs
name: tags
- external: ecs
name: user.domain
- external: ecs
Expand Down

0 comments on commit 570cec1

Please sign in to comment.