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 |
||
|---|---|---|
| .. | ||
| internal/metadata | ||
| Makefile | ||
| README.md | ||
| doc.go | ||
| generated_component_test.go | ||
| generated_package_test.go | ||
| go.mod | ||
| go.sum | ||
| metadata.yaml | ||
| nop_exporter.go | ||
| nop_exporter_test.go | ||
README.md
No-op Exporter
| Status | |
|---|---|
| Stability | beta: traces, metrics, logs |
| Distributions | core, contrib, k8s |
| 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: