Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ this app is built with the following libraries/packages:
- [AWS SDK](https://aws.amazon.com/sdk-for-go/) for AWS S3

### Future Works
- add more tests for the app (s3 package)
- Add more tests for the app (s3 package)
- Add more features to the app:
- store the data in a database after reading from prometheus, related to [Example app: upload to prometheus](https://github.com/project-flotta/flotta-edge-example#future-works)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

What is the reason not to fetch this data directly from prometheus?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

As far as I understood (from search), Prometheus sends a stream of data that I can fetch and present (I mean it can't be persisted), and if I want to analyze data I need to store some old data to perform some analysis, Do I miss something?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

please take a look here

- Create analytics for the data collected:
- Identify the most well known hops in the devices networks.
- Estimate the connection quality for the devices based on the hoping times.