Partition Metrics Exporter

Custom exporter for ArmoniK partition metrics monitoring.

Requirements

Name

Version

terraform

>= 1.0

kubernetes

>= 2.21.1

Providers

Name

Version

kubernetes

>= 2.21.1

Modules

Name

Source

Version

partition_exporter_aggregation

../../../../utils/aggregator

n/a

partition_metrics_exporter_aggregation

../../../../utils/aggregator

n/a

Resources

Name

Type

kubernetes_deployment.partition_metrics_exporter

resource

kubernetes_service.partition_metrics_exporter

resource

Inputs

Name

Description

Type

Default

Required

conf

external module configuration

any

{}

no

docker_image

Docker image for partition metrics exporter

object({
image = string
tag = string
image_pull_secrets = string
})

n/a

yes

extra_conf

Add extra configuration in the configmaps

map(string)

{}

no

metrics_exporter_url

URL of metrics exporter

string

n/a

yes

namespace

Namespace of ArmoniK resources

string

n/a

yes

node_selector

Node selector for partition metrics exporter

any

{}

no

service_type

Service type which can be: ClusterIP, NodePort or LoadBalancer

string

n/a

yes

Outputs

Name

Description

host

Host of partition metrics exporter

name

Name of partition metrics exporter

namespace

Namespace of partition metrics exporter

port

Port of partition metrics exporter

url

URL of partition metrics exporter