vaadin / vaadin/observability-kit
Allow configuration of which RPC events are reported as spans
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 7
- Forks
- 5
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 25
Description
Currently, there are many RPC events reported that may not be that useful (such as the opened-changed event for dropdown boxes). There should be a way for the developer to configure which events are reported and which are not. The defaults for these should be chosen to be useful, but not verbose.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the RPC event instrumentation and any existing span-related tests. Determine how events such as opened-changed become spans and how configuration is exposed. Done means developers can select reported events, useful non-verbose defaults are documented, and tests cover configuration and default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100