Skip to main content

Sumologic Exporter

Status Available in: contrib Maintainers: @rnishtala-sumo, @pankaj101A, @jagan2221 Source: opentelemetry-collector-contrib

Supported Telemetry

Logs Metrics Traces

Overview

Migration to new architecture

This exporter is undergoing major changes right now. We are in the process of moving the Sumo Logic exporter into this repository. The following options are no longer supported:
  • metric_format: {carbon2, graphite}
  • metadata_attributes: [<regex>]
  • graphite_template: <template>
  • source_category: <template>
  • source_name: <template>
  • source_host: <template>
After the new exporter will be moved to this repository:
  • carbon2 and graphite are no longer supported and prometheus or otlp format should be used
  • all resource level attributes are treated as metadata_attributes so this option is no longer supported. You can use Group by Attributes processor to move attributes from record level to resource level. For example:
  • Source templates (source_category, source_name and source_host) are no longer supported. We recommend to use Transform Processor. For example:

Configuration

This exporter supports sending logs and metrics data to Sumo Logic. Traces are exported using the native otlp_http exporter. Configuration is specified via the yaml in the following structure:

Source Templates

Source Templates are no longer supported. Please follow Migration to new architecture
Last generated: 2026-08-24