You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The httpServerSettings from otlpreceiver.config.go needs to be public,
Steps to reproduce
NA
What did you expect to see?
typeHttpServerSettingsstruct {
*confighttp.HTTPServerSettings`mapstructure:",squash"`// The URL path to receive traces on. If omitted "/v1/traces" will be used.TracesURLPathstring`mapstructure:"traces_url_path,omitempty"`// The URL path to receive metrics on. If omitted "/v1/metrics" will be used.MetricsURLPathstring`mapstructure:"metrics_url_path,omitempty"`// The URL path to receive logs on. If omitted "/v1/logs" will be used.LogsURLPathstring`mapstructure:"logs_url_path,omitempty"`
}
What did you see instead?
typehttpServerSettingsstruct {
*confighttp.HTTPServerSettings`mapstructure:",squash"`// The URL path to receive traces on. If omitted "/v1/traces" will be used.TracesURLPathstring`mapstructure:"traces_url_path,omitempty"`// The URL path to receive metrics on. If omitted "/v1/metrics" will be used.MetricsURLPathstring`mapstructure:"metrics_url_path,omitempty"`// The URL path to receive logs on. If omitted "/v1/logs" will be used.LogsURLPathstring`mapstructure:"logs_url_path,omitempty"`
}
What version did you use?
0.82.0
What config did you use?
N/A
Environment
N/A
Additional context
No additional context
The text was updated successfully, but these errors were encountered:
**Description:** Make the configuration for the OTLP Receiver
httpServerSettings to be public
Fixing the bug opened #8175
**Link to tracking Issue:**#8175
---------
Co-authored-by: Pablo Baeyens <[email protected]>
Co-authored-by: Dmitrii Anoshin <[email protected]>
Describe the bug
The httpServerSettings from otlpreceiver.config.go needs to be public,
Steps to reproduce
NA
What did you expect to see?
What did you see instead?
What version did you use?
0.82.0
What config did you use?
N/A
Environment
N/A
Additional context
No additional context
The text was updated successfully, but these errors were encountered: