Skip to content
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

add flow based use case integration #149

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

YANG-DB
Copy link
Member

@YANG-DB YANG-DB commented May 17, 2024

Description

The Otel Flow Use Case Widget for OpenSearch Dashboards uses Vega for complex visualization of Use case user flow interactions.
It's designed to map out use-case steps and associate them with specific dashboards and allow filter carry over to drive the flow ahead

The flow data arrives from the OpenTelementry collector pipline which exports the signals into data preper

Vega Integration

Vega's integration allows for customized, interactive flow creation, enabling detailed visual analysis and linking different dashboards representing steps in the flow.

Data Model

This vega flow component is build using a flow specification which describes the different steps which compose the flow, in our otel example case,
it has the following structure:

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: YANGDB <yang.db.dev@gmail.com>
@YANG-DB YANG-DB added enhancement New feature or request integration integration related content labels May 17, 2024
Signed-off-by: YANGDB <yang.db.dev@gmail.com>
Signed-off-by: YANGDB <yang.db.dev@gmail.com>
Signed-off-by: YANGDB <yang.db.dev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request integration integration related content
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant