Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Add tracingDatasourceUid to datasources (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduchesne authored May 26, 2022
1 parent 7ea66f3 commit 6eca1ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ type JSONData struct {

// Used by Cloudwatch
CustomMetricsNamespaces string `json:"customMetricsNamespaces,omitempty"`
TracingDatasourceUID string `json:"tracingDatasourceUid,omitempty"`

// Used by Cloudwatch, Athena
AuthType string `json:"authType,omitempty"`
Expand Down

0 comments on commit 6eca1ed

Please sign in to comment.