Overview

The Telflo editor: palette, canvas, configuration panel, and toolbar.

The editor is where you build OpenTelemetry Collector configurations. Open it by creating or opening a configuration from the configurations list.

Layout

The editor has the following areas.

AreaLocationPurpose
Component paletteLeftBrowse and drag components onto the canvas.
CanvasCenterPlace, connect, and arrange components into pipelines.
Configuration panelRight, when a node is selectedEdit the selected component's settings.
ToolbarTopConfiguration name, collector version, version controls, save, share, and export.
TabsWithin the editorSwitch between the canvas, YAML, AI, and Testing.

The AI and Testing tabs appear only when those features are enabled for your account. See AI access and Testing.

Toolbar

The toolbar runs along the top of the editor.

  • Configuration name. Select the name to rename the configuration inline.
  • Unsaved changes indicator. Shown when the configuration has edits that are not yet saved to a version.
  • Collector version. Select the OpenTelemetry Collector version the configuration targets.
  • Version controls. Switch between versions, and publish or copy a version.
  • Undo, redo, duplicate, delete. Act on the canvas and the current selection.
  • Save. Record a version.
  • Make public and share. Generate a public-editor link for the current version.
  • Download YAML. Save the generated configuration as config.yaml.
  • Clear canvas. Remove all components from the canvas.

Build a configuration

  1. Drag components from the palette onto the canvas. See Components.
  2. Connect them into pipelines. See Canvas & pipelines.
  3. Configure each component in the configuration panel. See Configuring components.
  4. Review the generated YAML, or edit it directly. See YAML editor.
  5. Resolve any issues reported by validation. See Validation.
  6. Save and publish a version. See Versions & publishing.

After a configuration is built, test it and deploy it.

On this page