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

chore: api changes #159

Merged
merged 2 commits into from
Mar 31, 2025
Merged

chore: api changes #159

merged 2 commits into from
Mar 31, 2025

Conversation

csatib02
Copy link
Member

Fixes: #143

@csatib02 csatib02 requested review from pepov, OverOrion and Copilot March 28, 2025 14:36
@csatib02 csatib02 self-assigned this Mar 28, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR makes several tenant API changes to improve error handling, configurable queue behaviors, and client configurations as part of fixing issue #143. The changes update field names and descriptions across the processor, CRD, and API definitions while adding new configuration options like blocking and compression parameters.

  • Renamed and added error mode fields in processor and tenant types.
  • Introduced a new blocking field for queue settings.
  • Updated CRD documentation and API deepcopy functions as well as HTTP client and TLS configurations.

Reviewed Changes

Copilot reviewed 8 out of 10 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
pkg/resources/otel_conf_gen/pipeline/components/processor/transform_processor.go Added an error mode field with a potential typo in the field name.
pkg/resources/otel_conf_gen/pipeline/components/exporter/common.go Added a new "blocking" option with updated queue settings.
config/crd/bases/telemetry.kube-logging.dev_tenants.yaml Revised errorMode descriptions and pipelines documentation with updated enums.
config/crd/bases/telemetry.kube-logging.dev_outputs.yaml Introduced additional client configuration options including encoding, cipher suites, and cookies.
api/telemetry/v1alpha1/zz_generated.deepcopy.go Updated deepcopy functions to use proper deep copy methods.
api/telemetry/v1alpha1/tenant_types.go Updated error mode validation annotations and descriptions for consistency.
api/telemetry/v1alpha1/output_types.go Added encoding field validation for OTLPHTTP.
api/telemetry/v1alpha1/otlp_config.go Enhanced HTTP client and TLS configurations, adding CompressionParams and CookiesConfig.
Files not reviewed (2)
  • charts/telemetry-controller/crds/telemetry.kube-logging.dev_outputs.yaml: Language not supported
  • charts/telemetry-controller/crds/telemetry.kube-logging.dev_tenants.yaml: Language not supported
Comments suppressed due to low confidence (1)

pkg/resources/otel_conf_gen/pipeline/components/processor/transform_processor.go:30

  • The field name 'ErrorMde' appears to be a typo. It should be renamed to 'ErrorMode' for consistency.
ErrorMde   components.ErrorMode `json:"error_mode,omitempty"`

@csatib02 csatib02 force-pushed the chore/api-changes branch from 4457c7e to 2717e40 Compare March 28, 2025 14:38
@csatib02 csatib02 changed the title chore: tenant api changes chore: api changes Mar 30, 2025
Signed-off-by: Bence Csati <[email protected]>
Signed-off-by: Bence Csati <[email protected]>
@csatib02 csatib02 force-pushed the chore/api-changes branch from 2717e40 to 5d62ffc Compare March 31, 2025 10:47
@csatib02 csatib02 merged commit 601cb45 into main Mar 31, 2025
11 checks passed
@csatib02 csatib02 deleted the chore/api-changes branch March 31, 2025 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check for API changes between v0.112.0...v0.120.0
3 participants