Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP - OTEL issue 5504 fix #1

Open
wants to merge 61 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
bce0053
Fix for #5270 - return default probabilistic operation level strategi…
kuujis Mar 15, 2024
990c4e1
Docs: Badger migration v1 to v3 split from jaeger-docs (#5276)
tico88612 Mar 15, 2024
3912f00
[jaeger-v2] Add support for Cassandra (#5253)
Pushkarm029 Mar 16, 2024
b82c806
[jaeger-v2] add GRPC storage backend integration test (#5259)
james-ryans Mar 16, 2024
55ceba9
[kafka-consumer] Add support for setting fetch message max bytes (#5283)
sappusaketh Mar 19, 2024
19a9c60
Updated unit tests to load expected responses from fixtures folder
kuujis Mar 19, 2024
cd75115
Renamed fixture files, updated expected sampling probabilities to avo…
kuujis Mar 19, 2024
29e3fe8
Docs: Badger file permission as non-root service (#5282)
tico88612 Mar 19, 2024
db8c04c
[jaeger-v2] Add support for Opensearch (#5257)
akagami-harsh Mar 21, 2024
250e27b
build(deps): bump github.com/prometheus/common from 0.49.0 to 0.51.0 …
dependabot[bot] Mar 22, 2024
c56e724
Replaced the deprecated logging exporter to debug exporter (#5291)
majermarci Mar 22, 2024
b8d03f9
build(deps): bump actions/checkout from 4.1.1 to 4.1.2 (#5280)
dependabot[bot] Mar 23, 2024
d887b74
Fix test goroutine leaks in ./cmd/collector/app/ (#5292)
WillSewell Mar 23, 2024
53592b3
[jaeger-v2] Add StartTimeMin and StartTimeMax params to consumeTraces…
james-ryans Mar 23, 2024
cfc2871
Use math.MaxUint64 instead of 0xffffffffffffffff (#5295)
majorteach Mar 24, 2024
951ee9b
Call testutils.VerifyGoLeaks in cmd/internal/printconfig tests (#5300)
Mar 26, 2024
202b52e
Added JSON regeneration flag, addressed MR comments
kuujis Mar 27, 2024
0be0cb9
Add goleak check in pkg/cassandra/gocql/testutils (#5304)
danish9039 Mar 27, 2024
7c9dce4
Refactor healthcheck signalling between server and service (#5308)
Mar 28, 2024
c48a38a
Fix goroutine leaks in cmd/query/app (#5299)
Mar 29, 2024
2285143
Fix goroutine leaks in prometheus/metricsstore tests (#5309)
Mar 29, 2024
f934846
Move Archive test into shared integration test suite (#5207)
Wise-Wizard Mar 29, 2024
bae96f7
Fix goroutine leaks in plugin/sampling/strategystore/adaptive (#5310)
Mar 29, 2024
030d19a
simplify
yurishkuro Mar 30, 2024
bffcb91
Merge branch 'main' into otel_5504_issue_fix
yurishkuro Mar 30, 2024
39f2859
reformat
yurishkuro Mar 30, 2024
62b7b08
refactor and document the code better
yurishkuro Mar 30, 2024
34f6a25
[storage] Simplify integration tests (#5312)
yurishkuro Mar 30, 2024
5eadac5
remove commented out code
yurishkuro Mar 30, 2024
db352a3
Merge branch 'main' into otel_5504_issue_fix
yurishkuro Mar 30, 2024
727bf18
Fix false positive goleak test (#5315)
yurishkuro Mar 31, 2024
f18416a
Allow go-leak linter to fail CI (#5316)
yurishkuro Apr 1, 2024
4482086
Fix breaking change in upgrading OTEL Collector (#5314)
lekaf974 Apr 2, 2024
5ccbacd
build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.…
dependabot[bot] Apr 2, 2024
f81494b
build(deps): bump anchore/sbom-action from 0.15.9 to 0.15.10 (#5319)
dependabot[bot] Apr 2, 2024
6df29c0
build(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 (#5318)
dependabot[bot] Apr 2, 2024
e8b53c9
build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.12.1 …
dependabot[bot] Apr 2, 2024
efef095
build(deps): bump the hashicorp group with 1 update (#5320)
dependabot[bot] Apr 2, 2024
055fcd7
build(deps): bump github.com/prometheus/common from 0.51.0 to 0.51.1 …
dependabot[bot] Apr 2, 2024
ecbae67
Prepare release 1.56.0 (#5321)
yurishkuro Apr 3, 2024
fc42919
build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 (#5328)
dependabot[bot] Apr 5, 2024
063c036
build(deps): bump github.com/prometheus/common from 0.51.1 to 0.52.2 …
dependabot[bot] Apr 5, 2024
7fcbca8
build(deps): bump golang.org/x/net from 0.22.0 to 0.24.0 (#5329)
dependabot[bot] Apr 5, 2024
88af82e
Intialized ES factory (#5313)
Wise-Wizard Apr 6, 2024
8a4748c
build(deps): bump github.com/prometheus/client_model from 0.6.0 to 0.…
dependabot[bot] Apr 6, 2024
7b1dec3
Fix for #5270 is disabled by default. Added a switch for enabling via…
kuujis Apr 6, 2024
ea53d8e
build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (#5337)
dependabot[bot] Apr 8, 2024
6a26005
Fix goroutine leaks raised by plugin/storage/integration/cassandra_te…
Apr 8, 2024
deea97b
[jaeger-v2] add gRPC integration e2e test mode (#5322)
james-ryans Apr 9, 2024
26be0ea
build(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.2 (#5342)
dependabot[bot] Apr 9, 2024
f071a25
build(deps): bump the otel group with 8 updates (#5338)
dependabot[bot] Apr 9, 2024
7be2e34
build(deps): bump the otel-instrumentation group with 2 updates (#5339)
dependabot[bot] Apr 9, 2024
aa9cefc
Replace grpc.Dial function that is going to be deprecated in grpc-go@…
tico88612 Apr 9, 2024
4681e36
build(deps): bump the otel-collector group with 30 updates (#5347)
dependabot[bot] Apr 11, 2024
a9a7bc2
Fix goroutine leaks in grpc integration tests (#5340)
Apr 11, 2024
4954a13
Reintroduced original function until deprecation, moved deprecation w…
kuujis Apr 14, 2024
1391866
Clarified flag message.
kuujis Apr 14, 2024
d7377db
Added handling for missing strategies source and strategies not being…
kuujis Apr 14, 2024
9d69adc
[storage integration tests] Remove Refresh (#5358)
yurishkuro Apr 14, 2024
2171073
Merge branch 'main' into otel_5504_issue_fix
yurishkuro Apr 14, 2024
db54fd0
Added parameterised tests to ensure code coverage.
kuujis Apr 20, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/ci-all-in-one-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
submodules: true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CIT gRPC And Badger
name: CIT Badger

on:
push:
Expand All @@ -16,15 +16,15 @@ permissions: # added using https://github.com/step-security/secure-workflows
contents: read

jobs:
grpc-and-badger:
badger:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
Expand All @@ -33,17 +33,14 @@ jobs:
- name: Run Badger storage integration tests
run: make badger-storage-integration-test

- name: Run gRPC storage integration tests
run: make grpc-storage-integration-test

- name: Setup CODECOV_TOKEN
uses: ./.github/actions/setup-codecov

- name: Upload coverage to codecov
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
with:
files: cover.out,cover-badger.out
files: cover.out
verbose: true
flags: grpc-badger
flags: badger
fail_ci_if_error: true
token: ${{ env.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
submodules: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
Expand All @@ -49,7 +49,7 @@ jobs:
uses: ./.github/actions/setup-codecov

- name: Upload coverage to codecov
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
with:
file: cover.out
verbose: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-crossdock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
submodules: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
submodules: true

Expand All @@ -64,7 +64,7 @@ jobs:
uses: ./.github/actions/setup-codecov

- name: Upload coverage to codecov
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
with:
files: cover.out,cover-index-cleaner.out,cover-index-rollover.out
verbose: true
Expand Down
60 changes: 60 additions & 0 deletions .github/workflows/ci-grpc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
name: CIT gRPC

on:
push:
branches: [main]

pull_request:
branches: [main]

concurrency:
group: ${{ github.workflow }}-${{ (github.event.pull_request && github.event.pull_request.number) || github.ref || github.run_id }}
cancel-in-progress: true

# See https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
permissions: # added using https://github.com/step-security/secure-workflows
contents: read

jobs:
grpc:
runs-on: ubuntu-latest
strategy:
matrix:
version: [v1, v2]
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: 1.22.x

- name: Run gRPC storage integration tests
run: |
case ${{ matrix.version }} in
v1)
SPAN_STORAGE_TYPE=memory \
make grpc-storage-integration-test
;;
v2)
STORAGE=grpc \
SPAN_STORAGE_TYPE=memory \
make jaeger-v2-storage-integration-test
;;
esac

- name: Setup CODECOV_TOKEN
uses: ./.github/actions/setup-codecov

- name: Upload coverage to codecov
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
with:
files: cover.out
verbose: true
flags: grpc
fail_ci_if_error: true
token: ${{ env.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/ci-hotrod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
submodules: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
Expand All @@ -41,7 +41,7 @@ jobs:
uses: ./.github/actions/setup-codecov

- name: Upload coverage to codecov
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
with:
files: cover.out
verbose: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after a couple of runs

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-opensearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
submodules: true

Expand All @@ -58,7 +58,7 @@ jobs:
uses: ./.github/actions/setup-codecov

- name: Upload coverage to codecov
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
with:
files: cover.out,cover-index-cleaner.out,cover-index-rollover.out
verbose: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-protogen-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
submodules: recursive

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
submodules: true

Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}

- name: Generate SBOM
uses: anchore/sbom-action@9fece9e20048ca9590af301449208b2b8861333b # v0.15.9
uses: anchore/sbom-action@ab5d7b5f48981941c4c5d6bf33aeb98fe3bae38c # v0.15.10
with:
output-file: jaeger-SBOM.spdx.json
upload-release-assets: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-tests-go-tip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- name: Install Go Tip
uses: ./.github/actions/setup-go-tip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
Expand All @@ -43,7 +43,7 @@ jobs:
uses: ./.github/actions/setup-codecov

- name: Upload coverage to codecov
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
with:
file: cover.out
verbose: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-validation-of-shell-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
egress-policy: audit

- name: check out code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- name: Install shellcheck
run: sudo apt-get install shellcheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
egress-policy: audit

- name: 'Checkout Repository'
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: 'Dependency Review'
uses: actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce # v4.1.3
uses: actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
2 changes: 1 addition & 1 deletion .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
egress-policy: audit

- name: "Checkout code"
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
persist-credentials: false

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ cmd/collector/collector
cmd/collector/collector-*
cmd/ingester/ingester
cmd/ingester/ingester-*
cmd/jaeger/internal/integration/results
cmd/remote-storage/remote-storage
cmd/remote-storage/remote-storage-*
cmd/es-index-cleaner/es-index-cleaner-*
Expand Down
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,41 @@ run `make changelog` to generate content

</details>

1.56.0 (2024-04-02)
-------------------

### Backend Changes

#### ⛔ Breaking Changes

* Fix hotrod instructions ([@yurishkuro](https://github.com/yurishkuro) in [#5273](https://github.com/jaegertracing/jaeger/pull/5273))

#### 🐞 Bug fixes, Minor Improvements

* Refactor healthcheck signalling between server and service ([@WillSewell](https://github.com/WillSewell) in [#5308](https://github.com/jaegertracing/jaeger/pull/5308))
* Docs: badger file permission as non-root service ([@tico88612](https://github.com/tico88612) in [#5282](https://github.com/jaegertracing/jaeger/pull/5282))
* [kafka-consumer] add support for setting fetch message max bytes ([@sappusaketh](https://github.com/sappusaketh) in [#5283](https://github.com/jaegertracing/jaeger/pull/5283))
* [chore] remove repetitive words ([@tgolang](https://github.com/tgolang) in [#5265](https://github.com/jaegertracing/jaeger/pull/5265))
* Fix zipkin spanformat ([@fyuan1316](https://github.com/fyuan1316) in [#5261](https://github.com/jaegertracing/jaeger/pull/5261))
* [kafka-producer] support setting max message size ([@sappusaketh](https://github.com/sappusaketh) in [#5263](https://github.com/jaegertracing/jaeger/pull/5263))

#### 🚧 Experimental Features

* [jaeger-v2] add support for opensearch ([@akagami-harsh](https://github.com/akagami-harsh) in [#5257](https://github.com/jaegertracing/jaeger/pull/5257))
* [jaeger-v2] add support for cassandra ([@Pushkarm029](https://github.com/Pushkarm029) in [#5253](https://github.com/jaegertracing/jaeger/pull/5253))

#### 👷 CI Improvements

* Allow go-leak linter to fail ci ([@yurishkuro](https://github.com/yurishkuro) in [#5316](https://github.com/jaegertracing/jaeger/pull/5316))
* [jaeger-v2] add grpc storage backend integration test ([@james-ryans](https://github.com/james-ryans) in [#5259](https://github.com/jaegertracing/jaeger/pull/5259))
* Github actions added to block prs from fork/main branch ([@varshith257](https://github.com/varshith257) in [#5272](https://github.com/jaegertracing/jaeger/pull/5272))


### 📊 UI Changes

* UI pinned to version [1.40.0](https://github.com/jaegertracing/jaeger-ui/blob/main/CHANGELOG.md#v1400-2024-04-02).


1.55.0 (2024-03-04)
-------------------
### Backend Changes
Expand Down
Loading
Loading