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

Bump github.com/mostynb/go-grpc-compression from 1.2.2 to 1.2.3 in /cmd/otelcorecol #43

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .chloggen/TEMPLATE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ subtext:
# Include 'user' if the change is relevant to end users.
# Include 'api' if there is a change to a library API.
# Default: '[user]'
change_logs: []
change_logs: []
25 changes: 0 additions & 25 deletions .chloggen/builder-env.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .chloggen/codeboten_deprecate-obsreporttest.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .chloggen/codeboten_obsreport-dep.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions .chloggen/codeboten_obsreport-processor.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions .chloggen/codeboten_obsreport-scraper.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/codeboten_rm-pipelineconfig.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/codeboten_split-otelcol-module.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/codeboten_split-service-module.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .chloggen/debug-exporter-2.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/debug-exporter.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/fix-incorrect-use-of-fsnotify.yaml

This file was deleted.

15 changes: 6 additions & 9 deletions .chloggen/use-sync/atomic.yaml → ...figgrpc-use-own-compressors-for-zstd.yaml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Use this changelog template to create an entry for release notes.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement
change_type: 'bug_fix'

# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
component: all
component: Use own compressors for zstd

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "replacing uber-go/atomic by sync/atomic"
note: Before this change, the zstd compressor we used didn't respect the max message size.

# One or more tracking issues or pull requests related to the change
issues: [7160]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
issues: [10323]
25 changes: 0 additions & 25 deletions .chloggen/log-featuregates.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/s390x-platform-enablement.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ coverage:

ignore:
- "pdata/internal/data/protogen/**/*"
- "cmd/mdatagen/third_party/**/*"
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This file is documented at https://git-scm.com/docs/gitattributes.
# Linguist-specific attributes are documented at
# https://github.com/github/linguist.

go.sum linguist-generated=true
Loading
Loading