Skip to content

fix(examples): module/receiver/ncclfrreceiver/example_config.yaml references retired stdoutexporter + tracecore collect subcommand (RFC-0013 cleanup) #457

Description

@trilamsr

Problem

Surfaced during the A+ sweep for #454: module/receiver/ncclfrreceiver/example_config.yaml and its README reference components / subcommands retired by RFC-0013:

  • exporters.stdoutexporter — retired by RFC-0013 PR-A2 (replaced by debug)
  • tracecore collect --config … in module/receiver/ncclfrreceiver/README.mdcollect subcommand was deleted in PR-A2 (the OCB binary takes --config= directly)

`tracecore validate --config=module/receiver/ncclfrreceiver/example_config.yaml` fails on the unknown stdoutexporter reference.

Not in scope for #454 (which was scoped to docs/examples/with-telemetry.yaml). Filed separately so the operator-facing receiver README + example also tracks the post-pivot shape.

Scope

  • Swap stdoutexporterdebug (with verbosity: detailed) in module/receiver/ncclfrreceiver/example_config.yaml.
  • Update the tracecore collect … invocation in module/receiver/ncclfrreceiver/README.md to ./_build/tracecore --config ….
  • Verify ./_build/tracecore validate --config=module/receiver/ncclfrreceiver/example_config.yaml exits 0.

Also worth checking

  • docs/examples/prometheus-alerts.example.yaml mentions stdoutexporter in a regex example string (line 29). The file is structurally fine (it's a Prometheus rules file, not a collector config), but the comment is stale post-pivot and could just say otlphttp|debug.

Refs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions