-
Notifications
You must be signed in to change notification settings - Fork 190
Add documentation for OTLP endpoint histogram setting #4406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Vale Linting ResultsNo issues found on modified lines! |
🔍 Preview links for changed docs |
| stack: preview 9.3 | ||
| ``` | ||
|
|
||
| You can configure how OTLP histograms are mapped using the `xpack.otel_data.histogram_field_type` cluster setting. Valid values are: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this setting should also be documented in the reference (maybe here?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added it to elastic/elasticsearch#139684.
felixbarny
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (after addressing the doc warning)
Co-authored-by: Felix Barnsteiner <felixbarny@users.noreply.github.com>
Summary
Adds documentation for the new cluster setting added in elastic/elasticsearch#139119 .
The documentation for the
exponential_histogramfield type will be added via elastic/elasticsearch#139684.