-
Notifications
You must be signed in to change notification settings - Fork 210
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
Open Research Service map not shown #2308
Comments
Thank you for reporting this. The first thing I'd like to know is if you have more than one service outputting traces. Data Prepper has a known limitation where the service-map does not generate when there is only one service - see #628. |
Thank you for your response. The test environment consists of the following services #628 Content checked |
It looks like you have multiple services, so it might not be related to the bug I mentioned. A few other data points that can help us resolve this, if you can provide them:
|
Yes, I've been waiting for more than 5 minutes, but it's not showing up. The setup looks like this. GCP microservice-demo -> opentelemetry-collector -> data-prepper -> opensearch -> dashboard The agents were automatically injected into the service via auto-instrumentation (CRD). I don't understand what you mean by all spans, what more information do I need to give you? Thanks. |
@dlvenable there is an issue with this is seems like for golang apps, or maybe for isolated services |
We are looking into this issue. Can you provide some additional information to help us debug the problem?
Thanks! |
@mothercow-dev , Yes, this looks like #628. |
@mothercow-dev Thanks for the interest in trying-out trace ingestion in data-prepper. From the screenshot in the description it seems there is no service graph showing up in the service-map dashboard. Can you help us verify in your data:
|
@mothercow-dev Also, it might be worth checking the data-prepper logs to see if there is any error logs. We have a hot fix that is going to be released next week: #2363 which may impact the issue. |
Thank you for your response. I'll share it with you. data-prepper : 2.0.1
data-prepper log:
Thanks. |
hi, I'll share the values from my opensearch Is there anything else you need??? thanks. |
@mothercow-dev Thanks for all the info! It might take us some time to reproduce your setup. But meanwhile we would like to inform you that we have a 2.1.1 pre-release image you can pull and try out in your setup to see if the issue persists: https://gallery.ecr.aws/t2m2d0w1/data-prepper |
@chenqi0805 I tried again with the latest version, but it didn't work Opensearch & Opensearch Dashboard - 2.6.0 Thank you. |
@mothercow-dev , Do you have any composable index templates which might be in use? Presently Data Prepper is only using the legacy index template style. So if a composable index template matches the indexes, OpenSearch will not use the legacy index template. We have #1275 open to support this. In the meantime, we have seen that some users with composable index templates are having issues. If this is the case for you the work-arounds are either:
|
HI,
I am using data-prepper and the service map is not showing up in Trace analytics in opensearch.
Is there a workaround?
The test application we used is gcp's microservice-demo.
Is there any additional data you need to verify?
[dashboard]
[service map]
[data-prepper]
The text was updated successfully, but these errors were encountered: