[BUG] The data schema named Data Prepper
in the observability->traces->services
page does not display services properly
#5116
Labels
Describe the bug
A clear and concise description of what the bug is.
Data Prepper
in theobservability->traces->services
page does not display services properly. I created a minimal reproducible example at https://github.com/linghengqian/data-prepper-logs-test .To Reproduce
Steps to reproduce the behavior:
SDKMAN!
andDocker Engine
installed. Refer to https://github.com/linghengqian/data-prepper-logs-test . This uses OpenJDK 23.This occupies host ports
14321
and24321
.http://localhost:14321/app/observability-traces#/services
in Microsoft Edge browser and log in with theaccount
admin
and the passwordopensearchNode1Test
.The data schema named
Data Prepper
will not have anyservices
. Althoughtraces
do collect APM data.Custom source
will display1-linghengqian-smoke-tests
normally. From beginning to end, the Spring Boot application did not throw any exceptions.Expected behavior
A clear and concise description of what you expected to happen.
Data Prepper
in theobservability->traces->services
page can display services normally.Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Ubuntu WSL 22.04.5 LTS
opensearchproject/data-prepper:2.10.1
Additional context
Add any other context about the problem here.
Data Prepper
, the service map is only available when there are multiple services?Data Prepper
seems to be able to directly accept the grpc data sent by the otlp exporter, so why does the OpenSearch website require the additional deployment of data prepper?otel/opentelemetry-collector-contrib
can actually directly convert the Opentelemetry SDK data intoopensearch documents
. Another additional topic is, wouldn’t it be better if the opensearch dashboard directly integrates thelogs
,metrics
, andtraces
sent by the Opentelemetry SDK into a single web page? Why splitlogs
,metrics
, andtraces
into different web pages?The text was updated successfully, but these errors were encountered: