You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracing support with custom metrics collection (#67)
* Init tracing support
* Update xray exporter
* Remove duplicate metrics only on daemon set
* Add support for custom metrics collection
* Remove experimental feature
* Rename config items
* Update requirements for tracing support
| <aname="input_enable_alerting_rules"></a> [enable\_alerting\_rules](#input\_enable\_alerting\_rules)| Enables or disables Managed Prometheus alerting rules |`bool`|`true`| no |
64
+
| <aname="input_enable_custom_metrics"></a> [enable\_custom\_metrics](#input\_enable\_custom\_metrics)| Allows additional metrics collection for config elements in the `custom_metrics_config` config object. Automatic dashboards are not included |`bool`|`false`| no |
63
65
| <aname="input_enable_dashboards"></a> [enable\_dashboards](#input\_enable\_dashboards)| Enables or disables curated dashboards |`bool`|`true`| no |
64
66
| <aname="input_enable_kube_state_metrics"></a> [enable\_kube\_state\_metrics](#input\_enable\_kube\_state\_metrics)| Enables or disables Kube State metrics exporter. Disabling this might affect some data in the dashboards |`bool`|`true`| no |
65
67
| <aname="input_enable_node_exporter"></a> [enable\_node\_exporter](#input\_enable\_node\_exporter)| Enables or disables Node exporter. Disabling this might affect some data in the dashboards |`bool`|`true`| no |
66
68
| <aname="input_enable_recording_rules"></a> [enable\_recording\_rules](#input\_enable\_recording\_rules)| Enables or disables Managed Prometheus recording rules. Disabling this might affect some data in the dashboards |`bool`|`true`| no |
69
+
| <aname="input_enable_tracing"></a> [enable\_tracing](#input\_enable\_tracing)| (Experimental) Enables tracing with AWS X-Ray. This changes the deploy mode of the collector to daemon set. Requirement: adot add-on <= 0.58-build.0 |`bool`|`false`| no |
67
70
| <aname="input_helm_config"></a> [helm\_config](#input\_helm\_config)| Helm Config for Prometheus |`any`|`{}`| no |
68
71
| <aname="input_irsa_iam_permissions_boundary"></a> [irsa\_iam\_permissions\_boundary](#input\_irsa\_iam\_permissions\_boundary)| IAM permissions boundary for IRSA roles |`string`|`""`| no |
69
72
| <aname="input_irsa_iam_role_path"></a> [irsa\_iam\_role\_path](#input\_irsa\_iam\_role\_path)| IAM role path for IRSA roles |`string`|`"/"`| no |
0 commit comments