目录

otel-collector-release

BOSH release for Cloud Foundry’s distribution of the OpenTelemetry Collector.

If you have any questions, or want to get attention for a PR or issue please reach out in the #logging-and-metrics channel within Cloud Foundry Slack.

See Configuring the OpenTelemetry Collector in the Cloud Foundry documentation for more information.

FAQ

How do I configure mTLS per exporter?

Put each exporter’s PEMs under config and reference CredHub-stored values via BOSH ((var)) placeholders:

config:
  exporters:
    otlp_grpc/prod:
      endpoint: prod-backend:4317
      tls:
        ca_pem:   ((prod_ca))
        cert_pem: ((prod_cert))
        key_pem:  ((prod_key))
    otlp_grpc/staging:
      endpoint: staging-backend:4317
      tls:
        ca_pem:   ((staging_ca))
        cert_pem: ((staging_cert))
        key_pem:  ((staging_key))
  service:
    pipelines:
      metrics:
        exporters: [otlp_grpc/prod, otlp_grpc/staging]

If config must be a YAML string instead of a map, BOSH ((var)) substitution cannot indent multi-line PEMs into the block scalar and template rendering fails. In that case use the secrets property — see the secrets description in the job spec.

关于
71.9 MB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号