Skip to content

dag-api / Exports / IObservabilityDashboardData

Interface: IObservabilityDashboardData

Combined run and lineage projection data for the observability dashboard.

Table of contents

Properties

Properties

runProjection

runProjection: IRunProjection

Defined in

contracts/observability-api.ts:19


lineageProjection

lineageProjection: ILineageProjection

Defined in

contracts/observability-api.ts:20

Released under the MIT License.