-
Notifications
You must be signed in to change notification settings - Fork 628
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Prometheus client_golang project idea
Signed-off-by: Arthur Silva Sens <[email protected]>
- Loading branch information
Arthur Silva Sens
committed
Jan 17, 2024
1 parent
f2b61e2
commit cade857
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,16 @@ | |
## Proposed Project ideas | ||
|
||
--- | ||
|
||
### Prometheus | ||
|
||
#### Improve automations for the client_golang repository | ||
|
||
- Description: Prometheus' client_golang is the Prometheus SDK for metrics instrumentation for Go applications. Client_golang promises full support for the 3 latests major Go versions, and, on every new release of Go, several PRs need to be submitted updating go modules, unit tests, and removing/adding new metrics from go runtime. The project is about improving automation in all areas already mentioned. | ||
- Recommended Skills: Go runtime, shell, go testing | ||
- Mentor(s): | ||
- [Arthur Sens](https://github.com/ArthurSens) ([email protected]) | ||
- [Kemal Akkoyun](https://github.com/kakkoyun) (email here) | ||
- Issue: | ||
- https://github.com/prometheus/client_golang/issues/1434 | ||
- Issue link |