Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
127 commits
Select commit Hold shift + click to select a range
8a0b38e
feat: prom rw exporter add support for rw2
jmichalek132 Oct 20, 2024
3d54298
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Oct 21, 2024
4c4ef36
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Oct 25, 2024
d5521bf
chore: try to reduce code duplication
jmichalek132 Oct 25, 2024
146bf31
chore: try to reduce code duplication 2
jmichalek132 Oct 25, 2024
07185a8
chore: removed batching for now to make PR smaller
jmichalek132 Oct 25, 2024
0cdd754
chore: addressed comments from PR
jmichalek132 Oct 25, 2024
b8052ce
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Oct 25, 2024
1b5d693
chore: implement enum for rw2 instead of bool
jmichalek132 Oct 25, 2024
c5518b0
chore: add feature flag for enabling support for rw2
jmichalek132 Oct 25, 2024
446e58a
chore: fix issues pointed out by linter
jmichalek132 Oct 25, 2024
a15354d
Update exporter/prometheusremotewriteexporter/config.go
jmichalek132 Oct 26, 2024
da15f91
chore: addressed feedback from review
jmichalek132 Oct 28, 2024
81805f3
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Oct 28, 2024
e4ddae3
chore: addressed feedback from review
jmichalek132 Oct 28, 2024
4340649
chore: addressed feedback from review
jmichalek132 Oct 28, 2024
56c09c1
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Oct 30, 2024
a44abba
refactor PushMetrics based on suggestion from review
jmichalek132 Oct 30, 2024
6e2a0d8
chore: undo unneeded changes
jmichalek132 Oct 30, 2024
8bd8bc7
chore: updated unit tests & added an rw2 case
jmichalek132 Oct 30, 2024
6b3bea6
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Oct 30, 2024
c8f832d
chore: ran make gci
jmichalek132 Oct 30, 2024
658ff26
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Oct 30, 2024
cf476d6
chore: move debug line to correct place
jmichalek132 Oct 31, 2024
eae3908
chore: fix typo in feature flag description
jmichalek132 Oct 31, 2024
7e18afb
chore: move debug line to correct place
jmichalek132 Oct 31, 2024
aca5734
chore: small refactor based on review
jmichalek132 Oct 31, 2024
3abd46e
chore: update failing unit test
jmichalek132 Oct 31, 2024
9719de0
chore: updated readme first iteration
jmichalek132 Oct 31, 2024
7f2b253
chore: added changelog draft
jmichalek132 Oct 31, 2024
1770b82
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Oct 31, 2024
047b4ba
chore: ran make generate
jmichalek132 Oct 31, 2024
48a3544
chore: moved v2 function to v2 file
jmichalek132 Oct 31, 2024
bc6c1dc
chore: delete empty file
jmichalek132 Oct 31, 2024
4f04e82
chore: import proto message from prometheus and validate it from config
jmichalek132 Oct 31, 2024
6be771d
chore: ran make generate
jmichalek132 Oct 31, 2024
cc1599c
chore: added check if flag enabled where missing
jmichalek132 Oct 31, 2024
a5bab73
chore: fix broken tests
jmichalek132 Oct 31, 2024
7917ee0
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Nov 11, 2024
018fde1
chore: fixed go.sum after resolving conflicts
jmichalek132 Nov 11, 2024
7fd2376
Update .chloggen/jm-prom-rw-exporter-add-support-for-rw2.yaml
jmichalek132 Nov 11, 2024
a5cea35
chore: updqated changelong entry based on feedback
jmichalek132 Nov 11, 2024
0e8d921
Update exporter/prometheusremotewriteexporter/exporter.go
jmichalek132 Nov 11, 2024
7f283c0
chore: ran make gotidy
jmichalek132 Nov 11, 2024
e78df16
Update exporter/prometheusremotewriteexporter/factory.go
jmichalek132 Nov 12, 2024
5b7a338
chore: avoid setting feature flag for all tests
jmichalek132 Nov 12, 2024
9415ebe
chore: ran make gci
jmichalek132 Nov 12, 2024
5747e4a
chore: added log line with proto message
jmichalek132 Nov 12, 2024
f6eb6ab
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Nov 12, 2024
e730d21
Update .chloggen/jm-prom-rw-exporter-add-support-for-rw2.yaml
jmichalek132 Nov 13, 2024
8180fa4
Update exporter/prometheusremotewriteexporter/README.md
jmichalek132 Nov 13, 2024
18f933d
Update exporter/prometheusremotewriteexporter/exporter.go
jmichalek132 Nov 13, 2024
1b6c001
Update exporter/prometheusremotewriteexporter/exporter.go
jmichalek132 Nov 13, 2024
4ed165b
Update exporter/prometheusremotewriteexporter/exporter.go
jmichalek132 Nov 13, 2024
322d135
Update exporter/prometheusremotewriteexporter/README.md
jmichalek132 Nov 13, 2024
7db3003
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Nov 13, 2024
e53e521
chore: ran go mod tidy
jmichalek132 Nov 13, 2024
8e85d8c
chore: remove unnecessary config option
jmichalek132 Nov 13, 2024
b2198a8
chore: moved validation of proto message into correct place
jmichalek132 Nov 13, 2024
10345a6
chore: updated comment on exportV2 func
jmichalek132 Nov 13, 2024
d770a2c
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Nov 13, 2024
40be25d
chore: ran make generate
jmichalek132 Nov 13, 2024
4b8ca99
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Nov 14, 2024
f6505d1
chore: fix tests and v2 after rebase
jmichalek132 Nov 14, 2024
fdf6b7a
chore: fix linter errors
jmichalek132 Nov 14, 2024
95476c8
chore: ran make generate
jmichalek132 Nov 14, 2024
bfd072f
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Nov 17, 2024
01d77a6
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
dashpole Nov 18, 2024
3ddd34e
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Nov 20, 2024
50caa19
chore: cleanup for pipeline to pass after rebase
jmichalek132 Nov 20, 2024
f950fb4
chore: ran go mod tidy in prom recevier to fix pipeline
jmichalek132 Nov 20, 2024
a65bd59
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Nov 20, 2024
56ba3ba
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Nov 20, 2024
bf37b71
choreL ran make go tidy
jmichalek132 Nov 20, 2024
1dd7935
choreL ran make go tidy
jmichalek132 Nov 20, 2024
fe755ad
Update exporter/prometheusremotewriteexporter/exporter_v2.go
jmichalek132 Nov 27, 2024
217bf6a
Update exporter/prometheusremotewriteexporter/exporter.go
jmichalek132 Nov 27, 2024
71327df
Update exporter/prometheusremotewriteexporter/exporter.go
jmichalek132 Nov 27, 2024
4e11b39
Update exporter/prometheusremotewriteexporter/exporter.go
jmichalek132 Nov 27, 2024
0e29bad
Update exporter/prometheusremotewriteexporter/exporter.go
jmichalek132 Nov 27, 2024
cdb12dc
Update exporter/prometheusremotewriteexporter/config.go
jmichalek132 Nov 27, 2024
dcad87a
Update exporter/prometheusremotewriteexporter/config.go
jmichalek132 Nov 27, 2024
64f0223
chore: addressed feedback from review
jmichalek132 Nov 27, 2024
53dcdce
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Nov 27, 2024
23a5aae
chore: ran go mod tidy
jmichalek132 Nov 27, 2024
c031d95
chore: ran make gci
jmichalek132 Nov 27, 2024
1f9fac9
chore: explicitly put back buffer after usage
jmichalek132 Nov 27, 2024
deeb455
chore: fix linting issues
jmichalek132 Nov 27, 2024
b23d48d
chore: ran make generate
jmichalek132 Nov 27, 2024
fb4abec
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 Dec 15, 2024
a037f25
chore: solving conflict
jmichalek132 Dec 15, 2024
e790e84
chore: solving conflict
jmichalek132 Dec 15, 2024
8a929c1
chore: solving conflict
jmichalek132 Dec 15, 2024
702ff70
chore: solving conflict
jmichalek132 Dec 15, 2024
6b8fafa
chore: solving conflict
jmichalek132 Dec 15, 2024
5312467
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
dashpole Dec 16, 2024
fb91537
Merge remote-tracking branch 'origin/main' into jm-prom-rw-exporter-a…
jmichalek132 May 2, 2025
e5e21f5
chore: merged main in and ran make generate
jmichalek132 May 2, 2025
c1b7d47
chore: cleanup after merge of main
jmichalek132 May 2, 2025
2e8b9f5
chore: partial backport changes from main
jmichalek132 May 2, 2025
090c9b4
chore: partial backport changes from main fix
jmichalek132 May 2, 2025
439ac2b
chore: partial backport changes from main
jmichalek132 May 2, 2025
5fcf463
chore: finished backport of changes from maing
jmichalek132 May 2, 2025
7386a3d
chore: go leak ignore known issue
jmichalek132 May 2, 2025
41c501c
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 May 2, 2025
e3b32dc
Update exporter/prometheusremotewriteexporter/exporter.go
jmichalek132 May 2, 2025
abfda66
chore: ran make gci
jmichalek132 May 2, 2025
b33f1f9
chore: ran go mod tidy
jmichalek132 May 2, 2025
0ca5f11
chore: clean up wording in readme
jmichalek132 May 2, 2025
b53dc43
chore: remove unnecessary comment
jmichalek132 May 2, 2025
f718d56
chore: added lock to avoid a risk of race condition
jmichalek132 May 2, 2025
7cbca48
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 May 2, 2025
8624afe
chore: ran make go generate
jmichalek132 May 2, 2025
3fb80fd
chore: clarify send metadata config options has no effect on PRW2
jmichalek132 May 2, 2025
f747881
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 May 6, 2025
8615f7b
chore: ran go mod tidy
jmichalek132 May 6, 2025
ffb9fd6
Apply suggestions from code review
ArthurSens May 7, 2025
f826169
Update .chloggen/jm-prom-rw-exporter-add-support-for-rw2.yaml
jmichalek132 May 8, 2025
9a08f49
Update .chloggen/jm-prom-rw-exporter-add-support-for-rw2.yaml
jmichalek132 May 8, 2025
b78dfab
Update exporter/prometheusremotewriteexporter/README.md
jmichalek132 May 8, 2025
8d14690
Update exporter/prometheusremotewriteexporter/factory.go
jmichalek132 May 8, 2025
8190e73
chore: exit with error if rw2 set in config but feature flag not enabled
jmichalek132 May 8, 2025
8e2539f
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 May 8, 2025
2fb5c5d
chore: ran make gotidy
jmichalek132 May 8, 2025
2bb013e
Improve wording
ArthurSens May 8, 2025
d979e92
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
jmichalek132 May 9, 2025
3744f3d
chore: ran make gotidy
jmichalek132 May 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into jm-prom-rw-exporter-add-support-for-rw2
  • Loading branch information
jmichalek132 authored Oct 25, 2024
commit b8052cea77dec8567126ef5fad218b08d01699a5

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.