Skip to content

Commit b72e6a7

Browse files
authored
feat: drop signalfx from supported integration types (#11)
1 parent ce7ab8d commit b72e6a7

File tree

3 files changed

+0
-46
lines changed

3 files changed

+0
-46
lines changed

internal/filter/filter.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ var supportedServiceTypes = func() map[string]struct{} {
4242
"prometheus": {},
4343
"redis": {},
4444
"rsyslog": {},
45-
"signalfx": {},
4645
}
4746
}
4847

pkg/dist/integration_endpoint_types.yml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff 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

pkg/dist/integration_types.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,3 @@ prometheus:
596596
rsyslog:
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

0 commit comments

Comments
 (0)