-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
Description
Component(s)
No response
What happened?
Description
helm install the chart 4.11.1 version. enabled log, and trace.
image tag: 0.108.0-sumo-0
i can see
the collector statefulset logs exposed the sumo receiver url.
2025-02-11T20:12:36.279Z info [email protected]/exporter.go:282 setting data urls {"kind": "exporter", "data_type": "logs", "name": "sumologic", "logs_url": "https://collectors.au.sumologic.com/receiver/v1/otlp/xxxxx/v1/logs", "metrics_url": "https://collectors.au.sumologic.com/receiver/v1/otlp/xxxx==/v1/metrics", "traces_url": "https://collectors.au.sumologic.com/receiver/v1/otlp/xxxx==/v1/traces"}
i redact the sumo url with xxxxx
the code i found
se.logger.Info("setting data urls", zap.String("logs_url", logs), zap.String("metrics_url", metrics), zap.String("traces_url", traces)) |
Steps to Reproduce
Expected Result
Actual Result
Collector version
0.108.0-sumo-0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
Additional context
No response