MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / TestInstrumentationConfig

Function TestInstrumentationConfig

config/config.go:1184–1186  ·  view source on GitHub ↗

TestInstrumentationConfig returns a default configuration for metrics reporting.

()

Source from the content-addressed store, hash-verified

1182// TestInstrumentationConfig returns a default configuration for metrics
1183// reporting.
1184func 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.

Callers 3

TestConfigFunction · 0.85

Calls 1

Tested by

no test coverage detected