mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 23:47:12 +00:00
11 lines
235 B
Go
11 lines
235 B
Go
|
|
package providertest
|
||
|
|
|
||
|
|
import (
|
||
|
|
"go.signoz.io/signoz/pkg/factory"
|
||
|
|
"go.signoz.io/signoz/pkg/instrumentation/instrumentationtest"
|
||
|
|
)
|
||
|
|
|
||
|
|
func NewSettings() factory.ProviderSettings {
|
||
|
|
return instrumentationtest.New().ToProviderSettings()
|
||
|
|
}
|