camel-tooling / vscode-camelk

Visual Studio extensions to support Camel K
Apache License 2.0
11 stars 13 forks source link

Add ability to get metadata about running integrations #30

Open bfitzpat opened 5 years ago

bfitzpat commented 5 years ago

In addition to being able to see the running log for a running integration, it would be great to get some kind of metadata about the integration.

Per Claus: "another idea is to have some kind of dashboard with all the integrations in the namespace ala syndesis so you can see number of messages processed / failed etc"

apupier commented 5 years ago

wouldn't it be something generic to all Camel deployment in OpenShift? not only with Camel-K? need to search if there are dashboards that we can reuse

bfitzpat commented 5 years ago

Maybe? I don't honestly know what kind of data we can get from a running integration at this point. Something to explore.

bfitzpat commented 5 years ago

Added a basic "status" indicator (Running, Building Kit, Error, etc.) for running integrations here - https://github.com/camel-tooling/vscode-camelk/pull/57