mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-30 19:52:01 +08:00
11 lines
244 B
Go
11 lines
244 B
Go
package factorytest
|
|
|
|
import (
|
|
"github.com/SigNoz/signoz/pkg/factory"
|
|
"github.com/SigNoz/signoz/pkg/instrumentation/instrumentationtest"
|
|
)
|
|
|
|
func NewSettings() factory.ProviderSettings {
|
|
return instrumentationtest.New().ToProviderSettings()
|
|
}
|