Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions spec/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
##
- version: 2.7.0-next
changes:
- description: Add `profiling` data stream type
type: enhancement
link: https://github.com/elastic/package-spec/pull/503
- description: Add support for aggregate_metric_double field type
type: enhancement
link: https://github.com/elastic/package-spec/pull/500
Expand Down
5 changes: 5 additions & 0 deletions spec/integration/data_stream/manifest.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ spec:
- logs
- synthetics
- traces
- profiling
Comment thread
jsoriano marked this conversation as resolved.
examples:
- metrics
hidden:
Expand Down Expand Up @@ -313,3 +314,7 @@ versions:
patch:
- op: remove
path: /definitions/vars/items/properties/type/enum/4
- before: 2.7.0
patch:
- op: remove
path: /properties/type/enum/4
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
title: "Universal Profiling Symbols"
type: profiling
release: beta
streams:
- input: pf-elastic-symbolizer
title: Universal Profiling Symbols
description: "Collect debug symbols for native binaries"
enabled: true
22 changes: 22 additions & 0 deletions test/packages/profiling_symbolizer/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: profiler_symbolizer
title: Universal Profiling Symbolizer
description: Fleet-wide, whole-system, continuous profiling with zero instrumentation.
format_version: 2.7.0
type: integration
policy_templates:
- name: universal_profiling_symbolizer
title: Universal Profiling Symbolization Service
description: Interact with Universal Profiling.
inputs:
- title: universal_profiling_symbolizer
description: Enhance Universal Profiling with additional symbol information
type: pf-elastic-symbolizer
vars:
- name: Symbols object store endpoint
type: string
title: Endpoint where to fetch public symbols for native executables
description: |
An object store URL, with an S3-compatible API, where symbolizer will fetch the debug symbols from.
multiple: false
owner:
github: elastic/profiling