Skip to content

Commit

Permalink
Merge pull request opencurve#211 from edsiper/fluentd-q2
Browse files Browse the repository at this point in the history
cm: q2: Fluentd: add project idea
  • Loading branch information
idvoretskyi authored May 1, 2020
2 parents e1172c3 + b171654 commit 70a4305
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion communitybridge/2020/q2/project_ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Project maintainers and mentors, please submit the ideas below (under the Propos
- Recommended Skills: go, HTML, JavaScript, CSS
- Mentor(s): Lucas Servén Marín (@squat), Bartlomiej Plotka (@bwplotka)
- Issue: https://github.com/thanos-io/thanos/issues/2488

#### Per Request Query Tracking and Limiting

- Description: Thanos is at the very high-level: durable and cheap database capable of storing a very large amount of metric data. This means that querying that data can be expensive. Imagine someone queries years of data for millions of series. No matter how fast or efficient our indexing is, even the amount of data being passed through the network can get expensive. This is why users should have control, potentially someday per tenant to tell what query was performed, for how long and how much data it was using, and what happened or error. Users should also be able to limit such large queries.
Expand Down Expand Up @@ -199,4 +199,13 @@ Recommended Skills: go, distributed systems, Linux
- https://github.com/kubeedge/kubeedge/issues/1630


#### Fluentd
##### Fluent Bit Monitoring: Web UI

- Description: Fluent Bit exposes internal metrics from the data processing pipeline through its HTTP interface. This project aims to build a Web UI to show the components of the data pipeline and its continuous metrics with dashboards and further info. The metrics are exposed in JSON format and should be scrapped by the UI. The UI can be deployable on any HTTP server without the need for NodeJS.


Please refer to the Upstream Issue link for more details and candidate requirements.
- Recommended Skills: Javascript, VueJS, CSS, HTML & general design skills
- Mentor(s): Eduardo Silva (@edsiper)
- Upstream Issue (URL): https://github.com/fluent/fluent-bit/issues/2147

0 comments on commit 70a4305

Please sign in to comment.