Skip to content

Commit 31bdd0c

Browse files
committed
fix schema
1 parent ed6d9c8 commit 31bdd0c

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

internal/provider/settings_schema.go

-24
Original file line numberDiff line numberDiff line change
@@ -199,30 +199,6 @@ var SettingsResourceSchema = schema.Schema{
199199
Optional: true,
200200
Description: "Metrics address",
201201
},
202-
"tracing_provider": schema.StringAttribute{
203-
Optional: true,
204-
Description: "Tracing provider",
205-
},
206-
"tracing_sample_rate": schema.Float64Attribute{
207-
Optional: true,
208-
Description: "Tracing sample rate",
209-
},
210-
"tracing_datadog_address": schema.StringAttribute{
211-
Optional: true,
212-
Description: "Tracing Datadog address",
213-
},
214-
"tracing_jaeger_collector_endpoint": schema.StringAttribute{
215-
Optional: true,
216-
Description: "Tracing Jaeger collector endpoint",
217-
},
218-
"tracing_jaeger_agent_endpoint": schema.StringAttribute{
219-
Optional: true,
220-
Description: "Tracing Jaeger agent endpoint",
221-
},
222-
"tracing_zipkin_endpoint": schema.StringAttribute{
223-
Optional: true,
224-
Description: "Tracing Zipkin endpoint",
225-
},
226202
"grpc_address": schema.StringAttribute{
227203
Optional: true,
228204
Description: "gRPC address",

0 commit comments

Comments
 (0)