[Oblt Logs Essentials] Remove APM dependency from Onboarding#226799
Merged
mykolaharmash merged 3 commits intoelastic:mainfrom Jul 14, 2025
Merged
[Oblt Logs Essentials] Remove APM dependency from Onboarding#226799mykolaharmash merged 3 commits intoelastic:mainfrom
mykolaharmash merged 3 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
shahzad31
approved these changes
Jul 10, 2025
gsoldevila
approved these changes
Jul 11, 2025
Member
gsoldevila
left a comment
There was a problem hiding this comment.
Core changes LGTM (config review only)
Contributor
💚 Build Succeeded
Metrics [docs]
History
|
Bluefinger
pushed a commit
to Bluefinger/kibana
that referenced
this pull request
Jul 22, 2025
…#226799) Closes elastic#226435 * Adds `managedOtlpServiceUrl` to the Observability plugin contract * Switched from generating OTLP service URL (by transforming APM managed service URL) to reading the URL from the Observability plugin contract. * Removes APM dependency from onboarding as it was needed only for the managed service URL thing ## How to test 1. Add a dummy URL to the `config/serverless.oblt.dev.yml` file ```yml xpack.observability.managedOtlpServiceUrl: "https://test-test-test.ingest.us-east-1.aws.elastic.cloud" ``` 2. Run Kibana in serverless mode 3. Go to the Host → OTel onboarding flow and make sure the code snippet uses the URL you've set in the config 4. Go to the Kubernetes → OTel onboarding flow and make sure the code snippet uses the URL you've set in the config
kertal
pushed a commit
to kertal/kibana
that referenced
this pull request
Jul 25, 2025
…#226799) Closes elastic#226435 * Adds `managedOtlpServiceUrl` to the Observability plugin contract * Switched from generating OTLP service URL (by transforming APM managed service URL) to reading the URL from the Observability plugin contract. * Removes APM dependency from onboarding as it was needed only for the managed service URL thing ## How to test 1. Add a dummy URL to the `config/serverless.oblt.dev.yml` file ```yml xpack.observability.managedOtlpServiceUrl: "https://test-test-test.ingest.us-east-1.aws.elastic.cloud" ``` 2. Run Kibana in serverless mode 3. Go to the Host → OTel onboarding flow and make sure the code snippet uses the URL you've set in the config 4. Go to the Kubernetes → OTel onboarding flow and make sure the code snippet uses the URL you've set in the config
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #226435
managedOtlpServiceUrlto the Observability plugin contractHow to test
config/serverless.oblt.dev.ymlfile