We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
The Last Value Aggregation informs the SDK to collect data for the Gauge Metric Point. This Aggregation does not have any configuration parameters. This Aggregation informs the SDK to collect: The last Measurement. The timestamp of the last Measurement.
The Last Value Aggregation informs the SDK to collect data for the Gauge Metric Point.
This Aggregation does not have any configuration parameters.
This Aggregation informs the SDK to collect:
Measurement
There are no normative statements in this section.
Sorry, something went wrong.
The LastValue aggregation indeed has no configuration values:
LastValue
opentelemetry-go/sdk/metric/aggregation/aggregation.go
Lines 89 to 91 in b907996
The LastValue aggregation informs the SDK to use a last-value aggregation that matches the specification:
opentelemetry-go/sdk/metric/pipeline.go
Line 398 in b907996
done
MrAlias
No branches or pull requests
The text was updated successfully, but these errors were encountered: