opentelemetry-collector/exporter/nopexporter
OpenTelemetry Bot cf18559059
[chore] Prepare release v1.30.0/v0.124.0 (#12834)
The following commands were run to prepare this release:
- make chlog-update VERSION=v1.30.0/v0.124.0
- make prepare-release PREVIOUS_VERSION=1[.]29[.]0
RELEASE_CANDIDATE=1.30.0 MODSET=stable
- make prepare-release PREVIOUS_VERSION=0[.]123[.]0
RELEASE_CANDIDATE=0.124.0 MODSET=beta
2025-04-14 19:00:26 +00:00
..
internal/metadata [mdatagen] move ScopeName to generated_status (#10848) 2024-08-09 12:10:11 -07:00
Makefile [exporter/nopexporter] Add the nopexporter (#9448) 2024-03-12 13:13:48 -07:00
README.md [chore] add githubgen to enhance codeowners and issue templates (#11756) 2025-02-06 10:31:36 +00:00
doc.go [exporter/nopexporter] Add the nopexporter (#9448) 2024-03-12 13:13:48 -07:00
generated_component_test.go Add `component.Type` parameter to `NewNopSettings` And deprecate `NewNopSettingsWithType` (#12452) 2025-02-21 11:17:45 +00:00
generated_package_test.go [mdatagen] generate goleak package test (#9959) 2024-04-17 13:10:34 -07:00
go.mod [chore] Prepare release v1.30.0/v0.124.0 (#12834) 2025-04-14 19:00:26 +00:00
go.sum Update module github.com/knadh/koanf/maps to v0.1.2 (#12783) 2025-04-01 15:32:59 +00:00
metadata.yaml [chore] add githubgen to enhance codeowners and issue templates (#11756) 2025-02-06 10:31:36 +00:00
nop_exporter.go Deprecate funcs that repeate exporter in name (#11370) 2024-10-08 19:38:32 -07:00
nop_exporter_test.go Add `component.Type` parameter to `NewNopSettings` And deprecate `NewNopSettingsWithType` (#12452) 2025-02-21 11:17:45 +00:00

README.md

No-op Exporter

Status
Stability beta: traces, metrics, logs
Distributions core, contrib, k8s
Issues Open issues Closed issues
Code Owners @evan-bradley

Serves as a placeholder exporter in a pipeline. This can be useful if you want to e.g. start a Collector with only extensions enabled, or for testing Collector pipeline throughput without worrying about an exporter.

Getting Started

All that is required to enable the No-op exporter is to include it in the exporter definitions. It takes no configuration.

exporters:
  nop: