-
Notifications
You must be signed in to change notification settings - Fork 782
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
Update OTLP Exporter README #4804
Update OTLP Exporter README #4804
Conversation
@@ -175,8 +175,6 @@ values of the `PeriodicExportingMetricReaderOptions` | |||
| `OTEL_METRIC_EXPORT_INTERVAL` | `ExportIntervalMilliseconds` | | |||
| `OTEL_METRIC_EXPORT_TIMEOUT` | `ExportTimeoutMilliseconds` | | |||
|
|||
NOTE: `OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE` is not supported yet [#3756](https://github.com/open-telemetry/opentelemetry-dotnet/issues/3756). |
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.
Just mention with one liner that the environment variable is supported.
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.
please also call out the values suported. I dont think we support all the values. (like lowmemory)
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.
What is lowmemory
?
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.
@cijothomas is support for LowMemory
on the roadmap, or blocked by anything specific we can follow in the meantime?
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.
@utpilla The above link has the spec for lowmemory
.
@austindrenski I don't think there are any blockers implementing lowmemory. Its just that nobody asked for it so far! Could you open an issue for it to better track adding it!
Changes
OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE
not being supported. This was completed in Add support for OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE environment variable #4667