Skip to content

updated config - #77

Merged
jerrytfleung merged 4 commits into
swofrom
update_config
Aug 20, 2026
Merged

updated config#77
jerrytfleung merged 4 commits into
swofrom
update_config

Conversation

@jerrytfleung

@jerrytfleung jerrytfleung commented Aug 20, 2026

Copy link
Copy Markdown

Updating config.yaml as some fields are marked depreciated.

@jerrytfleung
jerrytfleung marked this pull request as ready for review August 20, 2026 18:21
@jerrytfleung
jerrytfleung requested review from a team and a lite review from Copilot August 20, 2026 18:21

Copilot AI left a comment

Copy link
Copy Markdown

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 updates the OpenTelemetry Collector configuration under collector/config.yaml, intending to replace deprecated configuration/component identifiers.

Changes:

  • Renames the resource detection processor ID from resourcedetection to resource_detection.
  • Switches the OTLP exporter ID from otlp to otlp_http.
  • Updates service pipeline references to use the renamed processor/exporter IDs.
Suppressed comments (1)

collector/config.yaml:52

  • The traces pipeline references resource_detection and otlp_http, but those component IDs don’t match the factories included in this repo’s collector build (processor should be resourcedetection, HTTP exporter should be otlphttp). This will prevent the traces pipeline from being constructed.
    traces:
      receivers: [otlp]
      processors: [resource,resource_detection,batch]
      exporters: [otlp_http,debug]

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread collector/config.yaml
Comment thread collector/config.yaml
Comment thread collector/config.yaml
Comment thread collector/config.yaml
@jerrytfleung
jerrytfleung merged commit fd577ad into swo Aug 20, 2026
5 checks passed
@jerrytfleung
jerrytfleung deleted the update_config branch August 20, 2026 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants