Skip to content

Commit

Permalink
Adding CHANGELOG entry
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Zhdanov <denys.zhdanov@adevinta.com>

fixing formatting

Signed-off-by: Denys Zhdanov <denys.zhdanov@adevinta.com>

fixing formatting
  • Loading branch information
Denys Zhdanov committed Dec 1, 2021
1 parent ae643b8 commit 9477ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
- [#4779](https://github.com/thanos-io/thanos/pull/4779) Examples: Fix the interactive test for MacOS users.
- [#4792](https://github.com/thanos-io/thanos/pull/4792) Store: Fix data race in BucketedBytes pool.
- [#4769](https://github.com/thanos-io/thanos/pull/4769) Query-frontend+api: add "X-Request-ID" field and other fields to start call log.
- [#4918](https://github.com/thanos-io/thanos/pull/4918) Tracing: Fixing force tracing with Jaeger.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion pkg/tracing/jaeger/jaeger.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"context"
"fmt"
"io"
"strings"
"strings"

"github.com/thanos-io/thanos/pkg/tracing"

Expand Down

0 comments on commit 9477ef1

Please sign in to comment.