File tree 1 file changed +0
-24
lines changed
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -199,30 +199,6 @@ var SettingsResourceSchema = schema.Schema{
199
199
Optional : true ,
200
200
Description : "Metrics address" ,
201
201
},
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
- },
226
202
"grpc_address" : schema.StringAttribute {
227
203
Optional : true ,
228
204
Description : "gRPC address" ,
You can’t perform that action at this time.
0 commit comments