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

33 thing state dashboard #43

Merged
merged 10 commits into from
Sep 27, 2024

Conversation

hasanheroglu
Copy link
Contributor

@hasanheroglu hasanheroglu commented Sep 19, 2024

Closes #33.

Here we use winston, winston-loki and Grafana Loki for logging and monitoring. Logging certain values and messages with winston and Loki, we are able to have dashboard to represent the state of the thing. Right now, the dashboard is available only for http-express-calculator-simple.
Screenshot 2024-09-19 at 14 48 55

It shows action invocation counts, observe counts, event subscription counts, up to date property values, incoming http requests and response of the thing to those requests and input-output values for actions.

Implementation simple but not very well organized. We create functions and variables manually that would help us logging the up to date values for properties, subscriptions and observe counts. Maybe we can automate the creation of these functions and variables with node-wot in the future.

@egekorkan
Copy link
Member

Also demoed in today's call. Regarding the new infrastructure structure, there will be follow up PRs.

@egekorkan egekorkan merged commit 66ee75b into eclipse-thingweb:main Sep 27, 2024
2 checks passed
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.

Thing State Dashboard
2 participants