Skip to content

Commit

Permalink
Merge branch 'main' into issue-20660-datasetexporter-logs-traces-init…
Browse files Browse the repository at this point in the history
…ial-code
  • Loading branch information
martin-majlis-s1 committed May 12, 2023
2 parents 456cd94 + 6f5021b commit 24e803c
Show file tree
Hide file tree
Showing 848 changed files with 10,356 additions and 5,830 deletions.
16 changes: 16 additions & 0 deletions .chloggen/add-tags-log-group.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: awsemfexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Added a `tags` field to the config of the exporter to set tags for a Cloudwatch Log Group

# One or more tracking issues related to the change
issues: [19406]

# (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:
16 changes: 16 additions & 0 deletions .chloggen/add-tailsampling-processor-ottl-condition-policy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: tailsamplingprocessor

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Add OTTL Condition policy for tailsampling processor."

# One or more tracking issues related to the change
issues: [20294]

# (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:
16 changes: 16 additions & 0 deletions .chloggen/add_metrics_oracledbreceiver.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: oracledbreceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Adds support for `consistent gets` and `db block gets` metrics. Disabled by default.

# One or more tracking issues related to the change
issues: [21215]

# (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:
11 changes: 11 additions & 0 deletions .chloggen/batchbyres-not-mutating.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: pkg/batchperresourceattr

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Mark as not mutating as it does defensive copying.

# One or more tracking issues related to the change
issues: [21885]
16 changes: 16 additions & 0 deletions .chloggen/fix-make-for-golang-1.20.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: bug_fix

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: tests

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: switch math/rand to crypto/rand

# One or more tracking issues related to the change
issues: [20341]

# (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:
16 changes: 16 additions & 0 deletions .chloggen/fix_recombineAggregation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: pkg/stanza

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: aggregate the latter part of the split-log due to triggering the size limit

# One or more tracking issues related to the change
issues: [21241]

# (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:
16 changes: 16 additions & 0 deletions .chloggen/fr-enable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: new_component

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: filereceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: This change enables the file receiver.

# One or more tracking issues related to the change
issues: [14638]

# (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:
11 changes: 11 additions & 0 deletions .chloggen/mdatagen-allow-resource-attrs-only.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: cmd/mdatagen

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Allow setting resource_attributes without introducing the metrics builder.

# One or more tracking issues related to the change
issues: [21516]
16 changes: 16 additions & 0 deletions .chloggen/nginx-connections-sum.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: breaking

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: nginxreceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add featuregate to emit 'nginx.connections_current' as a non-monotonic sum

# One or more tracking issues related to the change
issues: [4326]

# (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:
16 changes: 16 additions & 0 deletions .chloggen/njs_promote-sshcheckreceiver-status.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: sshcheckreceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Promote sshcheckreceiver to alpha

# One or more tracking issues related to the change
issues: [21488]

# (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:
11 changes: 11 additions & 0 deletions .chloggen/splunkhec-improve-performance.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: exporter/splunkhec

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Improve performance and reduce memory consumption.

# One or more tracking issues related to the change
issues: [21765, 21791]
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ~1.19.8
cache: false
- name: Cache Go
id: go-mod-cache
uses: actions/cache@v3
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.19
cache: false
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.19
cache: false
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -137,6 +139,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ~1.19.9
cache: false
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand All @@ -158,6 +161,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.19
cache: false
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -229,6 +233,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
cache: false
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -278,6 +283,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.19
cache: false
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand All @@ -297,6 +303,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.19
cache: false
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand All @@ -321,6 +328,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.19
cache: false
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -379,6 +387,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.19
cache: false
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -509,6 +518,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.19
cache: false
- name: Mkdir bin and dist
run: |
mkdir bin/ dist/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ~1.19.8
cache: false
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
CodeQL-Build:
runs-on: ubuntu-latest
runs-on: macos-latest
env:
# Force CodeQL to run the extraction on the files compiled by our custom
# build command, as opposed to letting the autobuilder figure it out.
Expand All @@ -18,6 +18,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ~1.19.8
cache: false

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/create-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ~1.19.8
cache: false
- name: Run dependabot-pr.sh
run: ./.github/workflows/scripts/dependabot-pr.sh
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.19
cache: false
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.19
cache: false
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -64,6 +65,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.19
cache: false
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ~1.19.8
cache: false
- name: Prepare release for contrib
working-directory: opentelemetry-collector-contrib
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prometheus-compliance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ~1.19.8
cache: false
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down
Loading

0 comments on commit 24e803c

Please sign in to comment.