Skip to content

Commit 32bad98

Browse files
authored
Fix incorrect assertion about views and meter in overview (#4150)
1 parent 2eca069 commit 32bad98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

specification/overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,7 @@ information.
287287
#### Views
288288

289289
[Views](metrics/sdk.md#view) are configurations that specify how the data from an `Instrument` should be processed,
290-
aggregated, and exported. They can be applied globally through the `MeterProvider` or more
291-
specifically at the `Meter` level. A `View` allows the customization of metric data beyond the default
290+
aggregated, and exported. They can be configured through the `MeterProvider`. A `View` allows the customization of metric data beyond the default
292291
collection behavior, enabling specific aggregations, transformations, and filtering of metrics.
293292

294293
## Log Signal

0 commit comments

Comments
 (0)