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

[processor/k8sattributes] Move "k8sattr.rfc3339" feature gate to Beta #28817

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

dmitryax
Copy link
Member

@dmitryax dmitryax commented Oct 31, 2023

The time format of k8s.pod.start_time attribute value migrated to RFC3339:
Before: 2023-07-10 12:34:39.740638 -0700 PDT m=+0.020184946
After: 2023-07-10T12:39:53.112485-07:00
The feature gate can be temporarily reverted back by adding --feature-gate=-k8sattr.rfc3339 to the command line.

  Time format of `k8s.pod.start_time` attribute value migrated from RFC3339:
  Before: 2023-07-10 12:34:39.740638 -0700 PDT m=+0.020184946
  After: 2023-07-10T12:39:53.112485-07:00
  The feature gate can be temporary reverted back by adding `--feature-gate=-k8sattr.rfc3339` to the command line.
@dmitryax dmitryax merged commit 851cef5 into open-telemetry:main Oct 31, 2023
83 checks passed
@github-actions github-actions bot added this to the next release milestone Oct 31, 2023
@dmitryax dmitryax deleted the flip-k8sattr-rfc3339-fg branch October 31, 2023 16:40
jmsnll pushed a commit to jmsnll/opentelemetry-collector-contrib that referenced this pull request Nov 12, 2023
…open-telemetry#28817)

The time format of `k8s.pod.start_time` attribute value migrated to
RFC3339:
Before: 2023-07-10 12:34:39.740638 -0700 PDT m=+0.020184946
After: 2023-07-10T12:39:53.112485-07:00
The feature gate can be temporarily reverted back by adding
`--feature-gate=-k8sattr.rfc3339` to the command line.
RoryCrispin pushed a commit to ClickHouse/opentelemetry-collector-contrib that referenced this pull request Nov 24, 2023
…open-telemetry#28817)

The time format of `k8s.pod.start_time` attribute value migrated to
RFC3339:
Before: 2023-07-10 12:34:39.740638 -0700 PDT m=+0.020184946
After: 2023-07-10T12:39:53.112485-07:00
The feature gate can be temporarily reverted back by adding
`--feature-gate=-k8sattr.rfc3339` to the command line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
processor/k8sattributes k8s Attributes processor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants