Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .chloggen/k8sattr_semconv_bump.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Use this changelog template to create an entry for release notes.

# 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. receiver/filelog)
component: processor/k8sattributes

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Bumnp version of semconv to v1.39.0

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [45447]

# (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:

# If your change doesn't affect end users or the exported elements of any package,
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
# 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: []
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ The frequency of recording pipeline lag can be configured with `lag_record_frequ
Note that due to the nature of the timing issue this is extremely unlikely to affect a real user,
and really only likely to occur in unit tests.

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

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

- `awscloudwatchreceiver`: Adds option to set storage for AWS CloudWatch receiver (#32231)
- 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.
- To maintain previous behavior, explicitly configure `start_from` in the logs configuraiton.
- To maintain previous behavior, explicitly configure `start_from` in the logs configuration.

- `k8sobjectsreceiver`: Check for K8s API objects existence on receiver startup and not during config validation. (#38803)
- `receiver/kubeletstats`: Move receiver.kubeletstats.enableCPUUsageMetrics feature gate to beta (#39487)
Expand Down
8 changes: 4 additions & 4 deletions internal/datadog/e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ require (
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0 // indirect
go.opentelemetry.io/contrib/otelconf v0.18.0 // indirect
go.opentelemetry.io/contrib/propagators/b3 v1.38.0 // indirect
go.opentelemetry.io/otel v1.39.0 // indirect
go.opentelemetry.io/otel v1.39.1-0.20260115134311-f809f7d71e2d // indirect
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.14.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.14.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.39.0 // indirect
Expand All @@ -467,11 +467,11 @@ require (
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.39.0 // indirect
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.39.0 // indirect
go.opentelemetry.io/otel/log v0.15.0 // indirect
go.opentelemetry.io/otel/metric v1.39.0 // indirect
go.opentelemetry.io/otel/metric v1.39.1-0.20260115134311-f809f7d71e2d // indirect
go.opentelemetry.io/otel/sdk v1.39.0 // indirect
go.opentelemetry.io/otel/sdk/log v0.14.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.39.0 // indirect
go.opentelemetry.io/otel/trace v1.39.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.39.1-0.20260115134311-f809f7d71e2d // indirect
go.opentelemetry.io/otel/trace v1.39.1-0.20260115134311-f809f7d71e2d // indirect
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/dig v1.19.0 // indirect
Expand Down
16 changes: 8 additions & 8 deletions internal/datadog/e2e/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion processor/k8sattributesprocessor/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"regexp"
"time"

conventions "go.opentelemetry.io/otel/semconv/v1.38.0"
conventions "go.opentelemetry.io/otel/semconv/v1.39.0"

"github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig"
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8sattributesprocessor/internal/kube"
Expand Down
8 changes: 4 additions & 4 deletions processor/k8sattributesprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ require (
go.opentelemetry.io/collector/receiver/otlpreceiver v0.143.1-0.20260115162016-5e41fb551263
go.opentelemetry.io/collector/receiver/receivertest v0.143.1-0.20260115162016-5e41fb551263
go.opentelemetry.io/collector/receiver/xreceiver v0.143.1-0.20260115162016-5e41fb551263
go.opentelemetry.io/otel v1.39.0
go.opentelemetry.io/otel/metric v1.39.0
go.opentelemetry.io/otel/sdk/metric v1.39.0
go.opentelemetry.io/otel/trace v1.39.0
go.opentelemetry.io/otel v1.39.1-0.20260115134311-f809f7d71e2d
go.opentelemetry.io/otel/metric v1.39.1-0.20260115134311-f809f7d71e2d
go.opentelemetry.io/otel/sdk/metric v1.39.1-0.20260115134311-f809f7d71e2d
go.opentelemetry.io/otel/trace v1.39.1-0.20260115134311-f809f7d71e2d
go.uber.org/goleak v1.3.0
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.1
Expand Down
16 changes: 8 additions & 8 deletions processor/k8sattributesprocessor/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion processor/k8sattributesprocessor/internal/kube/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"go.opentelemetry.io/collector/component"
"go.opentelemetry.io/collector/featuregate"
"go.opentelemetry.io/otel/attribute"
conventions "go.opentelemetry.io/otel/semconv/v1.38.0"
conventions "go.opentelemetry.io/otel/semconv/v1.39.0"
"go.uber.org/zap"
apps_v1 "k8s.io/api/apps/v1"
batch_v1 "k8s.io/api/batch/v1"
Expand Down
2 changes: 1 addition & 1 deletion processor/k8sattributesprocessor/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strings"
"time"

conventions "go.opentelemetry.io/otel/semconv/v1.38.0"
conventions "go.opentelemetry.io/otel/semconv/v1.39.0"
"k8s.io/apimachinery/pkg/selection"

"github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig"
Expand Down
2 changes: 1 addition & 1 deletion processor/k8sattributesprocessor/pod_association.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

"go.opentelemetry.io/collector/client"
"go.opentelemetry.io/collector/pdata/pcommon"
conventions "go.opentelemetry.io/otel/semconv/v1.38.0"
conventions "go.opentelemetry.io/otel/semconv/v1.39.0"

"github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal/clientutil"
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8sattributesprocessor/internal/kube"
Expand Down
2 changes: 1 addition & 1 deletion processor/k8sattributesprocessor/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"go.opentelemetry.io/collector/pdata/pmetric"
"go.opentelemetry.io/collector/pdata/pprofile"
"go.opentelemetry.io/collector/pdata/ptrace"
conventions "go.opentelemetry.io/otel/semconv/v1.38.0"
conventions "go.opentelemetry.io/otel/semconv/v1.39.0"
"go.uber.org/zap"

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