Skip to content

Commit

Permalink
Add support for Trace List visualization (#200)
Browse files Browse the repository at this point in the history
* Allow user to send traces_list as a display_type

* update go version
  • Loading branch information
amburvill authored Feb 5, 2024
1 parent a5d2caa commit e010bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.88.0
1.89.0
1 change: 1 addition & 0 deletions lightstep/resource_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func getUnifiedQuerySchemaMap() map[string]*schema.Schema {
"scatter_plot",
"ordered_list",
"table",
"traces_list",
}, false),
},
// See https://github.com/hashicorp/terraform-plugin-sdk/issues/155
Expand Down

0 comments on commit e010bb1

Please sign in to comment.