Skip to content

meridian validate

meridian validate

Run static validation against a collector config

meridian validate [flags]

Options

      --collector-image string   collector image used when --collector-binary is not provided (default "otel/opentelemetry-collector-contrib@sha256:e7c92c715f28ff142f3bcaccd4fc5603cf4c71276ef09954a38eb4038500a5a5")
      --engine string            container engine used for collector image semantic validation: auto|docker|containerd (default "auto")
      --fail-on string           treat warn or fail findings as command failures (default "fail")
  -h, --help                     help for validate

Options inherited from parent commands

      --collector-binary string   path to a collector binary used for semantic validation
  -c, --config stringArray        collector config source; repeatable and may be a file path or collector config URI
      --config-dir string         path to a rendered collector config directory
      --env stringArray           inline KEY=VALUE env vars
      --env-file string           dotenv file used for config interpolation
      --format string             output format: human|json (default "human")
      --quiet                     suppress human progress output
      --verbose                   enable verbose output

SEE ALSO

  • meridian - Review and runtime-test OpenTelemetry Collector configs