File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
opentelemetry-sdk/src/metrics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ impl SdkMeter {
124124 name: "InstrumentCreationFailed" ,
125125 meter_name = self . scope. name. as_ref( ) ,
126126 instrument_name = builder. name. as_ref( ) ,
127- message = "Measurements from this observable counter will be ignored ." ,
127+ message = "Callbacks for this observable counter will be invoked ." ,
128128 reason = format!( "{}" , err) ) ;
129129 return ObservableCounter :: new ( ) ;
130130 }
@@ -142,7 +142,7 @@ impl SdkMeter {
142142 name: "InstrumentCreationFailed" ,
143143 meter_name = self . scope. name. as_ref( ) ,
144144 instrument_name = builder. name. as_ref( ) ,
145- message = "Measurements from this observable counter will be ignored . Check View Configuration."
145+ message = "Callbacks for this observable counter will be invoked . Check View Configuration."
146146 ) ;
147147 return ObservableCounter :: new ( ) ;
148148 }
You can’t perform that action at this time.
0 commit comments