mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-23 12:16:38 +00:00
8 lines
369 B
Go
8 lines
369 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package aggregate provides aggregate types used compute aggregations and
|
|
// cycle the state of metric measurements made by the SDK. These types and
|
|
// functionality are meant only for internal SDK use.
|
|
package aggregate // import "go.opentelemetry.io/otel/sdk/metric/internal/aggregate"
|