Skip to content

Commit 6c1baac

Browse files
ChrsMarkaknuds1
authored andcommitted
[k8sattributes] Bump version of semconv (open-telemetry#45447)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Bumping version of semconv to 1.39: open-telemetry/opentelemetry-go#7783 Release: https://github.com/open-telemetry/semantic-conventions/releases/tag/v1.39.0 In particular open-telemetry/semantic-conventions#3215 moves the used attributes to `alpha`. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.--> --------- Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
1 parent af775a3 commit 6c1baac

File tree

11 files changed

+59
-32
lines changed

11 files changed

+59
-32
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
7+
component: processor/k8sattributes
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Bumnp version of semconv to v1.39.0
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [45447]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# If your change doesn't affect end users or the exported elements of any package,
21+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22+
# Optional: The change log or logs in which this entry should be included.
23+
# e.g. '[user]' or '[user, api]'
24+
# Include 'user' if the change is relevant to end users.
25+
# Include 'api' if there is a change to a library API.
26+
# Default: '[user]'
27+
change_logs: []

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,7 +1732,7 @@ The frequency of recording pipeline lag can be configured with `lag_record_frequ
17321732
Note that due to the nature of the timing issue this is extremely unlikely to affect a real user,
17331733
and really only likely to occur in unit tests.
17341734

1735-
- `datadogconnector`: Use proper syncronization to fix a collector panic when an error occurs (#40845)
1735+
- `datadogconnector`: Use proper synchronization to fix a collector panic when an error occurs (#40845)
17361736
- `sqlserverreceiver`: export `host.name` as resource attributes for metrics (#40576)
17371737
in the metadata file, the `host.name` resource attribute is defined for metrics, but it is not exported in reality. this fixed
17381738
the issue and export it as a resource attribute.
@@ -1831,7 +1831,7 @@ The frequency of recording pipeline lag can be configured with `lag_record_frequ
18311831

18321832
- `elasticsearchexporter`: Fix a bug where unset span status code was being serialized as 'Unset' instead of being ignored (#39498)
18331833
- `coralogixexporter`: Fix Authorization header not being set in metadata. (#40330)
1834-
- `datadogexporter`: Fix automatic intial point dropping when converting cumulative monotonic sum metrics (#40426)
1834+
- `datadogexporter`: Fix automatic initial point dropping when converting cumulative monotonic sum metrics (#40426)
18351835
The exporter turns OpenTelemetry's cumulative monotonic sum metrics into Datadog's (delta) count
18361836
metrics by computing the difference between successive points. The logic to determine whether the
18371837
first received value should be ignored or passed through as a delta was faulty, leading to large
@@ -2136,7 +2136,7 @@ The frequency of recording pipeline lag can be configured with `lag_record_frequ
21362136

21372137
- `awscloudwatchreceiver`: Adds option to set storage for AWS CloudWatch receiver (#32231)
21382138
- The default value of the `start_from` field in the logs config changed to Unix epoch (`1970-01-01T00:00:00Z`) when not explicitly configured. This may alter the behavior of existing configurations relying on the previous default.
2139-
- To maintain previous behavior, explicitly configure `start_from` in the logs configuraiton.
2139+
- To maintain previous behavior, explicitly configure `start_from` in the logs configuration.
21402140

21412141
- `k8sobjectsreceiver`: Check for K8s API objects existence on receiver startup and not during config validation. (#38803)
21422142
- `receiver/kubeletstats`: Move receiver.kubeletstats.enableCPUUsageMetrics feature gate to beta (#39487)

internal/datadog/e2e/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ require (
454454
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0 // indirect
455455
go.opentelemetry.io/contrib/otelconf v0.18.0 // indirect
456456
go.opentelemetry.io/contrib/propagators/b3 v1.38.0 // indirect
457-
go.opentelemetry.io/otel v1.39.0 // indirect
457+
go.opentelemetry.io/otel v1.39.1-0.20260115134311-f809f7d71e2d // indirect
458458
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.14.0 // indirect
459459
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.14.0 // indirect
460460
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.39.0 // indirect
@@ -467,11 +467,11 @@ require (
467467
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.39.0 // indirect
468468
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.39.0 // indirect
469469
go.opentelemetry.io/otel/log v0.15.0 // indirect
470-
go.opentelemetry.io/otel/metric v1.39.0 // indirect
470+
go.opentelemetry.io/otel/metric v1.39.1-0.20260115134311-f809f7d71e2d // indirect
471471
go.opentelemetry.io/otel/sdk v1.39.0 // indirect
472472
go.opentelemetry.io/otel/sdk/log v0.14.0 // indirect
473-
go.opentelemetry.io/otel/sdk/metric v1.39.0 // indirect
474-
go.opentelemetry.io/otel/trace v1.39.0 // indirect
473+
go.opentelemetry.io/otel/sdk/metric v1.39.1-0.20260115134311-f809f7d71e2d // indirect
474+
go.opentelemetry.io/otel/trace v1.39.1-0.20260115134311-f809f7d71e2d // indirect
475475
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
476476
go.uber.org/atomic v1.11.0 // indirect
477477
go.uber.org/dig v1.19.0 // indirect

internal/datadog/e2e/go.sum

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

processor/k8sattributesprocessor/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"regexp"
1010
"time"
1111

12-
conventions "go.opentelemetry.io/otel/semconv/v1.38.0"
12+
conventions "go.opentelemetry.io/otel/semconv/v1.39.0"
1313

1414
"github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig"
1515
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8sattributesprocessor/internal/kube"

processor/k8sattributesprocessor/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ require (
3434
go.opentelemetry.io/collector/receiver/otlpreceiver v0.143.1-0.20260115162016-5e41fb551263
3535
go.opentelemetry.io/collector/receiver/receivertest v0.143.1-0.20260115162016-5e41fb551263
3636
go.opentelemetry.io/collector/receiver/xreceiver v0.143.1-0.20260115162016-5e41fb551263
37-
go.opentelemetry.io/otel v1.39.0
38-
go.opentelemetry.io/otel/metric v1.39.0
39-
go.opentelemetry.io/otel/sdk/metric v1.39.0
40-
go.opentelemetry.io/otel/trace v1.39.0
37+
go.opentelemetry.io/otel v1.39.1-0.20260115134311-f809f7d71e2d
38+
go.opentelemetry.io/otel/metric v1.39.1-0.20260115134311-f809f7d71e2d
39+
go.opentelemetry.io/otel/sdk/metric v1.39.1-0.20260115134311-f809f7d71e2d
40+
go.opentelemetry.io/otel/trace v1.39.1-0.20260115134311-f809f7d71e2d
4141
go.uber.org/goleak v1.3.0
4242
go.uber.org/multierr v1.11.0
4343
go.uber.org/zap v1.27.1

processor/k8sattributesprocessor/go.sum

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

processor/k8sattributesprocessor/internal/kube/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"go.opentelemetry.io/collector/component"
1818
"go.opentelemetry.io/collector/featuregate"
1919
"go.opentelemetry.io/otel/attribute"
20-
conventions "go.opentelemetry.io/otel/semconv/v1.38.0"
20+
conventions "go.opentelemetry.io/otel/semconv/v1.39.0"
2121
"go.uber.org/zap"
2222
apps_v1 "k8s.io/api/apps/v1"
2323
batch_v1 "k8s.io/api/batch/v1"

processor/k8sattributesprocessor/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"strings"
1111
"time"
1212

13-
conventions "go.opentelemetry.io/otel/semconv/v1.38.0"
13+
conventions "go.opentelemetry.io/otel/semconv/v1.39.0"
1414
"k8s.io/apimachinery/pkg/selection"
1515

1616
"github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig"

processor/k8sattributesprocessor/pod_association.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
"go.opentelemetry.io/collector/client"
1111
"go.opentelemetry.io/collector/pdata/pcommon"
12-
conventions "go.opentelemetry.io/otel/semconv/v1.38.0"
12+
conventions "go.opentelemetry.io/otel/semconv/v1.39.0"
1313

1414
"github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal/clientutil"
1515
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8sattributesprocessor/internal/kube"

0 commit comments

Comments
 (0)