K8s collector should only send the data schema defines
Open
enhancement
K8s collector
- Dominant language
- Go
- Stars
- 213
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
The current k8s collector controller would send everything it collects which is not necessary as the database only stores the data based on the schema.
It should send the data defines in the schema only.
Contributor guide
Research direction
Start by locating the K8s collector controller and the database schema it feeds. Compare the data sent by the collector with the fields defined by the schema, then verify that only schema-defined data is emitted and stored.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- backend, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100