Skip to content

docs(metrics): fix object-storage exporter URI examples - #3525

Open
hachiwar wants to merge 1 commit into
AutoMQ:mainfrom
hachiwar:codex/docs-metrics-exporter-uri
Open

docs(metrics): fix object-storage exporter URI examples#3525
hachiwar wants to merge 1 commit into
AutoMQ:mainfrom
hachiwar:codex/docs-metrics-exporter-uri

Conversation

@hachiwar

Copy link
Copy Markdown
Contributor

Why

The metrics README documents the object-storage exporter with an s3:// URI containing credentials. The parser recognizes this built-in exporter by the ops scheme and obtains object-storage access from MetricsExportConfig.objectStorage().

What

  • replace both invalid s3:// examples with ops://?
  • explain where bucket, endpoint, and credentials are supplied

How

The examples now match MetricsExporterType.OPS and the existing MetricsExporterURI dispatch path.

Reviewer notes

Documentation-only change. No runtime behavior changes.

Testing

  • verified both examples use ops://?
  • verified the README no longer contains the invalid s3://access-key example

@hachiwar
hachiwar marked this pull request as ready for review August 14, 2026 09:58
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.

1 participant