-
Notifications
You must be signed in to change notification settings - Fork 208
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
Support isolated service node extraction in service-map #628
Comments
Thanks for mentioning the related issue @joshuali925. I have updated the issue with the context as well. |
I created opensearch-project/dashboards-observability#57 to support external services in the service map. That concept is somewhat the opposite of what this current issue describes. However, they may have related solutions. |
On 3/22/2022 a user on the Data Prepper form experienced this issue creating a confusing introduction to Data Prepper. Link to thread. |
Any news on this? It was scheduled for v1.4 but removed from that release, when it will be addressed? |
@andrevcf , I do apologize that this bug will not be resolved in the upcoming 1.4.0. This was originally in the roadmap, but our efforts have turned toward supporting OpenSearch 2.0.0. Presently, I am unable to say which version this will be addressed in. I'd be interested to hear how this bug is affecting you to help us prioritize the issue. |
@dlvenable, thanks for your answer. Tested with
|
Any update on this? |
Just spend a whole day on this. When will this be solved? |
Is your feature request related to a problem? Please describe.
The current StatefulServiceMapProcessor only extracts service-map relationship among those internal services that have interactions (API calls) being provisioned. Some users desire that services only invoked by non-provisioned external client calls also show up in the service-map model and written under
otel-v1-service-map
index in opensearch backend so that it can be displayed by trace-analytics dashboard.Describe the solution you'd like
We will need to
modify model and schema
(1)
ServiceMapRelationship
model(2) service-map template: https://github.com/opensearch-project/data-prepper/blob/main/docs/schemas/trace-analytics/otel-v1-apm-service-map-index-template.md
modify the stateful processing business logic in service-map plugin that adapts to the new model
Describe alternatives you've considered (Optional)
A clear and concise description of any alternative solutions or features you've considered.
Additional context
See opensearch-project/dashboards-observability#57 for a related, but distinct issue.
The text was updated successfully, but these errors were encountered: