File tree Expand file tree Collapse file tree 3 files changed +0
-46
lines changed Expand file tree Collapse file tree 3 files changed +0
-46
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ var supportedServiceTypes = func() map[string]struct{} {
4242 "prometheus" : {},
4343 "redis" : {},
4444 "rsyslog" : {},
45- "signalfx" : {},
4645 }
4746}
4847
Original file line number Diff line number Diff line change @@ -527,43 +527,3 @@ rsyslog:
527527 type : boolean
528528 default : true
529529 example : true
530- signalfx :
531- is_deprecated : true
532- deprecation_notice : This property is deprecated.
533- type : object
534- required :
535- - signalfx_api_key
536- - signalfx_realm
537- properties :
538- enabled_metrics :
539- is_deprecated : true
540- deprecation_notice : This property is deprecated.
541- title : list of metrics to send
542- type : array
543- default :
544- - ' *.*'
545- items :
546- title : metric to send (glob pattern)
547- type : string
548- max_length : 1024
549- max_items : 256
550- example :
551- - load.*
552- - vmpage.*
553- signalfx_api_key :
554- is_deprecated : true
555- deprecation_notice : This property is deprecated.
556- title : SignalFX API key
557- type : string
558- min_length : 8
559- max_length : 255
560- example : 848f30907c15c55d601fe45487cce9b6
561- signalfx_realm :
562- is_deprecated : true
563- deprecation_notice : This property is deprecated.
564- title : SignalFX realm
565- type : string
566- default : us0
567- min_length : 2
568- max_length : 8
569- example : us0
Original file line number Diff line number Diff line change @@ -596,8 +596,3 @@ prometheus:
596596rsyslog :
597597 title : Integration user config
598598 type : object
599- signalfx :
600- is_deprecated : true
601- deprecation_notice : This property is deprecated.
602- title : Integration user config
603- type : object
You can’t perform that action at this time.
0 commit comments