opensearch-project / opensearch-catalog

The OpenSearch Catalog is designed to make it easier for developers and community to contribute, search and install artifacts like plugins, visualization dashboards, ingestion to visualization content packs (data pipeline configurations, normalization, ingestion, dashboards).
Apache License 2.0
20 stars 19 forks source link

[Integration]Create Services Table Summarizing visualization #129

Open YANG-DB opened 7 months ago

YANG-DB commented 7 months ago

What is the integration resource ?

Create a services Table Summarizing visualization describing the following information

What is the integration source protocol ?

The OTEL services (via traces) and metrics signals will be part of this visualization

Data-Prepper's otel-metrics- index containing the metrics info - from OTEL collector Data-Prepper's otel-v1-apm-span- index containing the traces info - from OTEL collector Data-Prepper's otel-v1-apm-service-map index containing the services relations info - from OTEL collector

Would you be using an ingestion pipeline ?

Which Dashboards would you be using ?

Screenshot 2024-02-16 at 8 35 22 AM

Do you have any additional context?

The actual implementation of this view may require the construction of a projection index that summarizes the information

YANG-DB commented 7 months ago

Possible composition for this widget:

Screenshot 2024-02-16 at 1 52 53 PM