Skip to content

Commit

Permalink
Add is_donut to display type options
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-snow committed Mar 4, 2024
1 parent e4737ce commit c4d6d19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lightstep/resource_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ func getUnifiedQuerySchemaMap() map[string]*schema.Schema {
Type: schema.TypeFloat,
Optional: true,
},
"is_donut": {
Type: schema.TypeBool,
Optional: true,
},
},
},
Description: "Applicable options vary depending on the display type. Please see the Lightstep documentation for a full description.",
Expand Down

0 comments on commit c4d6d19

Please sign in to comment.