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 golang.org/x/net from 0.21.0 to 0.23.0 in /receiver/otlpreceiver #35

Open
wants to merge 3 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.

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
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ assignees: ''
---

**Describe the bug**
A clear and concise description of what the bug is.
<!-- A clear and concise description of what the bug is. -->

**Steps to reproduce**
If possible, provide a recipe for reproducing the error.
<!-- If possible, provide a recipe for reproducing the error. -->

**What did you expect to see?**
A clear and concise description of what you expected to see.
<!-- A clear and concise description of what you expected to see. -->

**What did you see instead?**
A clear and concise description of what you saw instead.
<!-- A clear and concise description of what you saw instead. -->

**What version did you use?**
Version: (e.g., `v0.4.0`, `1eb551b`, etc)
<!-- Version: (e.g., `v0.4.0`, `1eb551b`, etc) -->

**What config did you use?**
Config: (e.g. the yaml config file)
<!-- Config: (e.g. the yaml config file) -->

**Environment**
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
<!-- OS: (e.g., "Ubuntu 20.04") -->
<!-- Compiler(if manually compiled): (e.g., "go 14.2") -->

**Additional context**
Add any other context about the problem here.
<!-- Add any other context about the problem here. -->
Loading
Loading