Skip to content
Closed
Prev Previous commit
Next Next commit
docs(sdk-metrics): clarify that View is now internal
  • Loading branch information
pichlermarc committed Nov 12, 2024
commit a762455fbe986218e27b5a6739aa6fe4757c24e7
2 changes: 1 addition & 1 deletion packages/sdk-metrics/src/view/View.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function validateViewOptions(viewOptions: ViewOptions) {
}

/**
* Can be passed to a {@link MeterProvider} to select instruments and alter their metric stream.
* Internal class to select instruments and alter their metric stream.
*/
export class View {
readonly name?: string;
Expand Down
Loading