Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.35 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.35 KB

Entity Graph

Expose application state as a connected graph of entities for visualization.

Introduction

Go Reference Widget Go Report Card Widget

The Entity Graph is a common format for application components to expose their internal state for monitoring in the form of a graph of entities.

  • Entities can be shared between components, identified by common identifiers
  • Links between entities form edges in the graph.
  • Properties on entities and links describe instantaneous metric values.

At runtime, any visualization frameworks can create a CollectEntityGraph directive to collect all active entities exposed by running controllers.

Support

Please open a GitHub issue with any questions / issues.

... or feel free to reach out on Matrix Chat or Discord.

License

Apache 2.0