aws-observability / terraform-aws-observability-accelerator

Open source project to help accelerate and ease observability setup on AWS environments
https://aws-observability.github.io/terraform-aws-observability-accelerator/
Apache License 2.0
286 stars 83 forks source link

LogLevel value should be set from values.yml of the helm chart #160

Closed nsathyan-aus closed 1 year ago

nsathyan-aus commented 1 year ago
  logging:
    loglevel: warn
extensions:
  sigv4auth:
    region: us-east-1
    service: aps
  health_check:
  pprof:
    endpoint: :1888
  zpages:
    endpoint: :55679
processors:
  batch/metrics:
    timeout: 30s
    send_batch_size: 500

It will be nice if we can set the loglevel of the otel config via helm chart variable.

bonclay7 commented 1 year ago

Delivered in #185