Skip to content

Commit

Permalink
chore: add enrichment for http client locations
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Nov 14, 2024
1 parent 7358257 commit c555f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/specification.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type Specification struct {
DiscoveryIntervalLambda int `json:"discoveryIntervalLambda" split_words:"true" required:"false" default:"60"`
DiscoveryIntervalRds int `json:"discoveryIntervalRds" split_words:"true" required:"false" default:"30"`
DiscoveryIntervalZone int `json:"discoveryIntervalZone" split_words:"true" required:"false" default:"300"`
EnrichEc2DataForTargetTypes []string `json:"EnrichEc2DataForTargetTypes" split_words:"true" default:"com.steadybit.extension_jvm.jvm-instance,com.steadybit.extension_container.container,com.steadybit.extension_kubernetes.kubernetes-deployment,com.steadybit.extension_kubernetes.kubernetes-pod,com.steadybit.extension_kubernetes.kubernetes-daemonset,com.steadybit.extension_kubernetes.kubernetes-statefulset"`
EnrichEc2DataForTargetTypes []string `json:"EnrichEc2DataForTargetTypes" split_words:"true" default:"com.steadybit.extension_jvm.jvm-instance,com.steadybit.extension_container.container,com.steadybit.extension_kubernetes.kubernetes-deployment,com.steadybit.extension_kubernetes.kubernetes-pod,com.steadybit.extension_kubernetes.kubernetes-daemonset,com.steadybit.extension_kubernetes.kubernetes-statefulset,com.steadybit.extension_http.client-location"`
EnrichEc2DataMatcherAttribute string `json:"EnrichEc2DataMatcherAttribute" split_words:"true" default:"host.hostname"`
DiscoveryAttributesExcludesElb []string `json:"discoveryAttributesExcludesElb" split_words:"true" required:"false"`
DiscoveryAttributesExcludesEc2 []string `json:"discoveryAttributesExcludesEc2" split_words:"true" required:"false"`
Expand Down

0 comments on commit c555f89

Please sign in to comment.