-
Notifications
You must be signed in to change notification settings - Fork 2.9k
[exporter/elasticsearch] Support for profiles export #37567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
andrzej-stencel
merged 49 commits into
open-telemetry:main
from
dmathieu:elasticsearch-profiles
Feb 13, 2025
Merged
Changes from 27 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
61b2441
bootstrap profiles export
dmathieu 47cd96b
parse multiple json docs
dmathieu d9d3ecc
introduce profiles transform
dmathieu 6a9ff93
add tests for the transform method
dmathieu 26bfe92
Merge branch 'main' into elasticsearch-profiles
dmathieu bd8ad31
fix go version/toolchain
dmathieu fb15046
add benchmark
dmathieu 8c10496
upgrade ebpf-profiler
dmathieu a0d06b9
Merge branch 'main' into elasticsearch-profiles
dmathieu 3cd4c32
add changelog entry
dmathieu 50c7270
fix exporterhelper version
dmathieu 37b2084
rename callback to pushData
dmathieu aac1e33
fix SerializeProfile comment
dmathieu 88c1268
push to the all events index
dmathieu 280c04d
fix go.mod again
dmathieu 0729b43
Update exporter/elasticsearchexporter/internal/serializer/otelseriali…
dmathieu a915fbd
fix tests with removed fallback frame type
dmathieu 3e0d86b
fix core versions
dmathieu e28c595
fix toolchain again
dmathieu f21e659
tidy integrationtests
dmathieu 3e77ddb
Merge branch 'main' into elasticsearch-profiles
dmathieu 5a1ed12
try keeping go version and toolchain
dmathieu 94d1b32
fix versions
dmathieu 306fe2d
upgrade ebpf-profiler
dmathieu f67901b
Merge branch 'main' into elasticsearch-profiles
dmathieu 81e972e
Merge branch 'main' into elasticsearch-profiles
dmathieu 21c8b07
use dynamic start of week
dmathieu 7e4c20e
Update exporter/elasticsearchexporter/exporter.go
dmathieu 7598c5d
remove unused ProfilesDynamicIndex
dmathieu 86f6f97
Merge branch 'main' into elasticsearch-profiles
dmathieu 65abc70
remove unused ProfilesIndex config
dmathieu b35d599
Merge branch 'main' into elasticsearch-profiles
dmathieu ed02380
Update exporter/elasticsearchexporter/internal/serializer/otelseriali…
dmathieu 71293de
Merge branch 'main' into elasticsearch-profiles
dmathieu dd9818f
document profiles in readme
dmathieu 9427fd4
Update exporter/elasticsearchexporter/README.md
dmathieu b571100
use htlhash attribute
dmathieu dfe22ea
Merge branch 'main' into elasticsearch-profiles
dmathieu 2572ed8
add note about having to enable UP
dmathieu 53297f6
mention that we need to call ES directly
dmathieu 8626f22
use separate indices for profiling
dmathieu 5311920
add a bulk indexer for executables too
dmathieu d2f3699
Merge branch 'main' into elasticsearch-profiles
dmathieu d070ab8
allow custom action in docappender, and use Update for executables
dmathieu 0d5cabc
Merge branch 'main' into elasticsearch-profiles
dmathieu 73ae97d
ensure we pass the ecs.version
dmathieu 2e2a049
properly format timestamps
dmathieu 2488dcd
bring back host.id
dmathieu e5f10ee
Merge branch 'main' into elasticsearch-profiles
dmathieu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Use this changelog template to create an entry for release notes. | ||
|
||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: enhancement | ||
|
||
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) | ||
component: elasticsearchexporter | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: Add profiles support to elasticsearch exporter | ||
|
||
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. | ||
issues: [37567] | ||
|
||
# (Optional) One or more lines of additional information to render under the primary note. | ||
# These lines will be padded with 2 spaces and then inserted directly into the document. | ||
# Use pipe (|) for multiline entries. | ||
subtext: | ||
|
||
# If your change doesn't affect end users or the exported elements of any package, | ||
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label. | ||
# Optional: The change log or logs in which this entry should be included. | ||
# e.g. '[user]' or '[user, api]' | ||
# Include 'user' if the change is relevant to end users. | ||
# Include 'api' if there is a change to a library API. | ||
# Default: '[user]' | ||
change_logs: [user] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.