Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 726 Bytes

proc-customizing-telemetry-segment-using-operator.adoc

File metadata and controls

28 lines (22 loc) · 726 Bytes

Customizing Segment source using the Operator

You can configure integration with your Segment source by using the Operator.

Prerequisites
  • You have logged in as an administrator in the {ocp-short} web console.

  • You have installed {product} on {ocp-short} using the Operator.

Procedure
  1. Add the following YAML code in your {product-custom-resource-type} custom resource (CR):

    # ...
    spec:
      application:
        extraEnvs:
          envs:
            - name: SEGMENT_WRITE_KEY
              value: <segment_key> # (1)
    # ...
    1. Replace <segment_key> with a unique identifier for your Segment source.

  2. Save the configuration changes.