Plugins: Add support for HTTP logger (#46578)

This commit is contained in:
Todd Treece
2022-07-21 09:46:47 -04:00
committed by GitHub
parent 565430f297
commit b5d57c45e3
7 changed files with 163 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@ func ModelToInstanceSettings(ds *datasources.DataSource, decryptFn func(ds *data
}
return &backend.DataSourceInstanceSettings{
Type: ds.Type,
ID: ds.Id,
Name: ds.Name,
URL: ds.Url,