Bartlomiej Plotka

Results 277 issues of Bartlomiej Plotka

### Proposal Part of https://github.com/prometheus/prometheus/issues/14217 With the [PRW 2.0 spec](https://github.com/prometheus/docs/pull/2462) comes implementation and metadata per series logic. This unblocks using it to track CT without adding zero sample which has...

component/tsdb
component/agent

### Proposal This issue covers outstanding issues and explains the proposed longer term plan for Created Timestamp feature in Prometheus Ecosystem. ### Background In 2023 we had amazing @ArthurSens as...

kind/enhancement
component/remote storage
component/promql
component/scraping
component/tsdb
component/agent

Hi, as spoken offline, we might want to simplify our tooling with https://github.com/bwplotka/bingo (shameless plug) (: +1: Read more about it here: https://deploy-preview-16--bwplotka.netlify.app/2020/bingo/

area/developer tooling
kind/feature
stale

We switched to GH actions in other repos, so it might be beneficial to do it here as well for consistency. This is for upgradability and various maintainers being able...

``` # github.com/prometheus/client_golang/prometheus In file included from process_collector_cgo_darwin.c:21: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/shared_memory_server.h:48:2: warning: " is deprecated. Please use instead." [-W#warnings] ``` This is on the latest client_golang (main) version, likely after https://github.com/prometheus/client_golang/pull/1616 Does...

bug
help wanted

This proposes Remote Write API directly in client_golang main module. No dependency added (some new small packages are added under the internal vendored code). Old attempt: https://github.com/prometheus/client_golang/pull/1656 Both API (client)...

### Proposal To reduce the damage radius of release (e.g. compatibility issues), increase dev velocity and reduce indirect/direct dependencies for downstream users, we could consider splitting client_golang into multiple modules....

enhancement

@lilic's [PR](https://github.com/prometheus/client_golang/pull/1650/files) inspired me to look at our examples, and we might improve those a bit 🤗 I am missing examples around: * Defining basic metric types (and vectors). Only...

enhancement
help wanted
low hanging fruit

## Context With our [breaking (for a good reason) testutil `(Gather|Scrape)AndCompare` function change](https://github.com/prometheus/client_golang/pull/1424#issuecomment-2395412321) a good discussions e.g. [here](https://cloud-native.slack.com/archives/C037NMVUAP3/p1728216119838339) emerged where we chatted about what broke and how and what those...

enhancement
help wanted
api

The idea is to learn about any surprising breaking change and have data to make decision if we should revert or accept the breakage (and ping/help downstream users) -- ideally...

help wanted
chore