-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update external types for observability crates
- Loading branch information
1 parent
148b4ae
commit ad61026
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
11 changes: 10 additions & 1 deletion
11
rust-runtime/aws-smithy-observability-otel/external-types.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
allowed_external_types = [] | ||
allowed_external_types = [ | ||
"aws_smithy_observability::meter::AsyncMeasurement", | ||
"aws_smithy_observability::meter::Histogram", | ||
"aws_smithy_observability::meter::Meter", | ||
"aws_smithy_observability::meter::MeterProvider", | ||
"aws_smithy_observability::meter::MonotonicCounter", | ||
"aws_smithy_observability::meter::UpDownCounter", | ||
"aws_smithy_observability::provider::TelemetryProvider", | ||
"opentelemetry_sdk::metrics::meter_provider::SdkMeterProvider", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
allowed_external_types = [] | ||
allowed_external_types = [ | ||
"aws_smithy_runtime_api::box_error::BoxError", | ||
] |