File tree Expand file tree Collapse file tree 9 files changed +56
-0
lines changed
datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances
fluentd/assets/configuration
hdfs_datanode/assets/configuration
karpenter/assets/configuration
keda/assets/configuration
linkerd/assets/configuration
strimzi/assets/configuration
vsphere/assets/configuration
weblogic/assets/configuration Expand file tree Collapse file tree 9 files changed +56
-0
lines changed Original file line number Diff line number Diff line change 140140 description : |
141141 A list of labels to be excluded. May be used in conjunction with `include_labels`.
142142 Labels defined in `excluded labels` will take precedence in case of overlap.
143+ fleet_configurable : true
143144 value :
144145 example :
145146 - timestamp
Original file line number Diff line number Diff line change 11name : fluentd
2+ fleet_configurable : true
23files :
34- name : fluentd.yaml
45 options :
89 description : |
910 Command or path to Fluentd (e.g. `/usr/local/bin/fluentd` or `docker exec container fluentd`).
1011 Can be overwritten on an instance.
12+ fleet_configurable : true
1113 value :
1214 type : string
1315 example : fluentd
1618 - template : instances
1719 options :
1820 - name : monitor_agent_url
21+ fleet_configurable : true
1922 required : true
2023 description : Monitor Agent URL to connect to.
2124 value :
@@ -25,11 +28,13 @@ files:
2528 description : |
2629 Command or path to Fluentd (e.g. `/usr/local/bin/fluentd` or `docker exec container fluentd`).
2730 Overrides `fluentd` in init_config.
31+ fleet_configurable : true
2832 value :
2933 type : string
3034 example : fluentd
3135 - name : plugin_ids
3236 description : Enter your Plugin IDs to monitor a specific scope of plugins.
37+ fleet_configurable : true
3338 value :
3439 type : array
3540 items :
3944 - <PLUGIN_ID_2>
4045 - name : tag_by
4146 description : Set 'tag_by' to specify how to tag metrics. Valid options are `type` and `plugin_id`.
47+ fleet_configurable : true
4248 value :
4349 type : string
4450 example : plugin_id
Original file line number Diff line number Diff line change 11name : HDFS Datanode
2+ fleet_configurable : true
23files :
34 - name : hdfs_datanode.yaml
45 options :
1718 The hostname and port can be found in the hdfs-site.xml conf file under
1819 the property dfs.datanode.http.address
1920 https://hadoop.apache.org/docs/r3.1.3/hadoop-project-dist/hadoop-hdfs/hdfs-default.xml
21+ fleet_configurable : true
2022 required : true
2123 value :
2224 example : http://localhost:9864
Original file line number Diff line number Diff line change 11name : Karpenter
2+ fleet_configurable : true
23files :
34- name : karpenter.yaml
45 options :
Original file line number Diff line number Diff line change 11name : Keda
2+ fleet_configurable : true
23files :
34- name : keda.yaml
45 options :
Original file line number Diff line number Diff line change 11name : Linkerd
2+ fleet_configurable : true
23files :
34- name : linkerd.yaml
45 options :
Original file line number Diff line number Diff line change 11name : " Strimzi"
2+ fleet_configurable : true
23files :
34- name : strimzi.yaml
45 options :
@@ -10,20 +11,23 @@ files:
1011 - name : cluster_operator_endpoint
1112 description : |
1213 Endpoint exposing the Cluster Operator's Prometheus metrics.
14+ fleet_configurable : true
1315 value :
1416 display_default : null
1517 example : http://cluster-operator-address:8080/metrics
1618 type : string
1719 - name : topic_operator_endpoint
1820 description : |
1921 Endpoint exposing the Topic Operator's Prometheus metrics.
22+ fleet_configurable : true
2023 value :
2124 display_default : null
2225 example : http://topic-operator-address:8080/metrics
2326 type : string
2427 - name : user_operator_endpoint
2528 description : |
2629 Endpoint exposing the User Operator's Prometheus metrics.
30+ fleet_configurable : true
2731 value :
2832 display_default : null
2933 example : http://user-operator-address:8081/metrics
You can’t perform that action at this time.
0 commit comments