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

Upload connector_version value #34

Merged
merged 3 commits into from
Dec 23, 2024
Merged

Conversation

b-Tomas
Copy link
Member

@b-Tomas b-Tomas commented Dec 23, 2024

🗒️ Description

Upload the connector version in the key-value pairs. This is useful data to show in InOrbit, as it allows to understand what software version each robot is running.

📺 Demo

Using a datasource such as:

apiVersion: v0.1
kind: DataSourceDefinition
metadata:
  id: connector_version
  scope: tag/<account id>/<Edge SDK robot tag>
spec:
  label: Connector version
  source:
    keyValue:
      key: connector_version
  timeline: {}

The value can be display in InOrbit in a suitable widget, such as the ListData widget:

image

@b-Tomas b-Tomas self-assigned this Dec 23, 2024
Copy link
Member

@miguelgarcia miguelgarcia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left a comment, but LGTM anyway

@b-Tomas b-Tomas merged commit c695e74 into main Dec 23, 2024
12 checks passed
@b-Tomas b-Tomas deleted the feature/upload-connector-version branch December 23, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants