client_golang icon indicating copy to clipboard operation
client_golang copied to clipboard

Prometheus instrumentation library for Go applications

Results 221 client_golang issues
Sort by recently updated
recently updated
newest added

Thanks to @SachinSahu431, we advanced a lot in our project of changelog automation :) We can't say it's complete though, since we haven't battle-tested the automation with a real release,...

Bots such as dependabot, github-actions and prombot are constantly opening new PRs in this repository. Their PR description does not have the appropriate `/kind` string in the PR description, causing...

When the client find that a help description have changed it creates an error that from my `otel-collectors` perspective look like this: ``` 2024-06-21T06:17:07.853Z error [email protected]/log.go:23 error gathering metrics: 2...

Readme: > The v2 development happens in a separate branch for the time being. This branch is five years old. Please update the readme.

I propose new variants of `Gatherer` and `Collector` that support golang's `context.Context` propagation through the request chain to provide a means of passing timeout and request information through to collectors....

:wave: coming from #1436 TL;DR: 1. Install the `dagger` CLI (https://docs.dagger.io/quickstart/cli) 2. Check out this PR and run: ``` dagger --src . call make-all --args "check_license test" ``` you can...

### Describe your PR This PR implements a changelog generation workflow. The proposed workflow aims to automate changelog entries, enhance accuracy, and reduce manual efforts. The idea here is to...

release-note-none

### What this PR does Add a rule to promlint, restricting `timestamp_seconds` suffix for non-gauge metrics. `timestamp_seconds` metrics are not cumulative and shouldn't be split to buckets or quantiles. They...

when high concurrency occurs, the connection is full and the connection is rejected.

Following what other client libraries are doing, we want to set up a small and simple website to host several different things around client_golang, such as : * Getting started...