POC: Remove opensearch, grafana, jaeger, prometheus#202
Draft
osullivandonal wants to merge 1 commit intoelastic:mainfrom
Draft
POC: Remove opensearch, grafana, jaeger, prometheus#202osullivandonal wants to merge 1 commit intoelastic:mainfrom
osullivandonal wants to merge 1 commit intoelastic:mainfrom
Conversation
This commits the docker-compose.override.yml file to the elastic fork of the otel demo. This is done to remove the mentioned services. We remove the same services when running the demo in k8s.
osullivandonal
commented
Feb 27, 2026
| @@ -0,0 +1,17 @@ | |||
| services: | |||
| opensearch: !reset | |||
Author
There was a problem hiding this comment.
Here we use !reset, from the docs:
Reset value
In addition to the previously described mechanism, an override Compose file can also be used to remove elements from your application model. For this purpose, the custom YAML tag !reset can be set to override a value set by the overridden Compose file. A valid value for attribute must be provided, but will be ignored and target attribute will be set with type's default value or null.
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.
Changes
This commits the docker-compose.override.yml file to the elastic fork of the otel demo. This is done to remove the mentioned services. We remove the same services when running the demo in k8s.
Here we are using the
docker-compose.override.ymlfile. This is.gitignoredupstream. But we can add it withgit add -f.The result here shows that the following services are not ran when running the demo with docker: