Skip to content

Commit

Permalink
[exporter/pulsarexporter] Update stability to alpha. (open-telemetry#…
Browse files Browse the repository at this point in the history
…13392)

set Stability to alpha.

Co-authored-by: Dmitrii Anoshin <[email protected]>
  • Loading branch information
tjiuming and dmitryax committed Aug 19, 2022
1 parent 937e95c commit 4d5a542
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions exporter/pulsarexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

| Status | |
| ------------------------ |-----------------------|
| Stability | [in-development] |
| Stability | [alpha] |
| Supported pipeline types | traces, logs, metrics |
| Distributions | none |
| Distributions | [contrib] |

Pulsar exporter exports logs, metrics, and traces to Pulsar. This exporter uses a synchronous producer
that blocks and able to batch messages.
Expand Down Expand Up @@ -73,4 +73,6 @@ exporters:
tls_trust_certs_file_path: ca.pem
```

[in-development]:https://github.com/open-telemetry/opentelemetry-collector#in-development
[alpha]:https://github.com/open-telemetry/opentelemetry-collector#alpha
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

2 changes: 1 addition & 1 deletion exporter/pulsarexporter/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
const (
typeStr = "pulsar"
// The stability level of the exporter.
stability = component.StabilityLevelInDevelopment
stability = component.StabilityLevelAlpha

defaultTracesTopic = "otlp_spans"
defaultMetricsTopic = "otlp_metrics"
Expand Down

0 comments on commit 4d5a542

Please sign in to comment.