TestInstrumentationConfig returns a default configuration for metrics reporting.
()
| 1182 | // TestInstrumentationConfig returns a default configuration for metrics |
| 1183 | // reporting. |
| 1184 | func TestInstrumentationConfig() *InstrumentationConfig { |
| 1185 | return DefaultInstrumentationConfig() |
| 1186 | } |
| 1187 | |
| 1188 | // ValidateBasic performs basic validation (checking param bounds, etc.) and |
| 1189 | // returns an error if any check fails. |
no test coverage detected