Skip to content

Commit

Permalink
Update backend/proxy/secure_socks_proxy.go
Browse files Browse the repository at this point in the history
Co-authored-by: Giuseppe Guerra <giuseppe.guerra@grafana.com>
  • Loading branch information
PoorlyDefinedBehaviour and xnyo committed Jan 23, 2024
1 parent c4d9b67 commit 3811478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/proxy/secure_socks_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ func SecureSocksProxyEnabledOnDS(jsonData map[string]interface{}) bool {
// instrumentedSocksDialer is a wrapper around the proxy.Dialer and proxy.DialContext
// that records relevant socks secure socks proxy.
type instrumentedSocksDialer struct {
// The name of the datasource the proxy will be used to communicate with.
// datasourceName is the name of the datasource the proxy will be used to communicate with.
datasourceName string
// The type of the datasourceType the proxy will be used to communicate with.
// datasourceType is the type of the datasourceType the proxy will be used to communicate with.
// It should be the value assigned to the type property in a datasourceType provisioning file (e.g mysql, prometheus)
datasourceType string
dialer proxy.Dialer
Expand Down

0 comments on commit 3811478

Please sign in to comment.