Panfactum LogoPanfactum
Infrastructure ModulesDirect ModulesKuberneteskube_alloy
kube_alloy
Alpha
Direct
Source Code Link

Alloy

This module deploys Grafana Alloy for collecting logs and traces from various ecosystem components

Providers

The following providers are needed by this module:

  • aws (5.39.1)

  • helm (2.12.1)

  • kubectl (2.0.4)

  • kubernetes (2.27.0)

  • random (3.6.0)

Required Inputs

No required inputs.

Optional Inputs

The following input variables are optional (have default values):

alloy_chart_version

Description: The version of the grafana/alloy helm chart to deploy

Type: string

Default: "0.3.1"

log_level

Description: The log level for the Alloy pods

Type: string

Default: "warn"

monitoring_enabled

Description: Whether to add active monitoring to the deployed systems

Type: bool

Default: false

pull_through_cache_enabled

Description: Whether to use the ECR pull through cache for the deployed images

Type: bool

Default: true

vpa_enabled

Description: Whether the VPA resources should be enabled

Type: bool

Default: true

Outputs

The following outputs are exported:

namespace

Description: n/a

Usage

No notes