Skip to content

Commit beb1acf

Browse files
authored
[processor/elastictrace] Bump stability to alpha and add README (#174)
1 parent 9e723e5 commit beb1acf

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Elastic trace processor
2+
3+
<!-- status autogenerated section -->
4+
| Status | |
5+
| ------------- |-----------|
6+
| Stability | [alpha]: traces |
7+
| Distributions | [] |
8+
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Aprocessor%2Felastictrace%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Aprocessor%2Felastictrace) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Aprocessor%2Felastictrace%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Aprocessor%2Felastictrace) |
9+
10+
[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
11+
<!-- end autogenerated section -->
12+
13+
The processor enriches traces with elastic specific requirements. It uses [opentelemetry-lib](https://github.com/elastic/opentelemetry-lib/) to perform the actual enrichments.
14+
15+
16+
## Configuration
17+
18+
### Enable all enrichments
19+
20+
```yaml
21+
processors:
22+
elastictrace:
23+
```

processor/elastictraceprocessor/internal/metadata/generated_status.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

processor/elastictraceprocessor/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ scope_name: github.com/elastic/opentelemetry-collector-components/processor/elas
44
status:
55
class: processor
66
stability:
7-
development: [traces]
7+
alpha: [traces]
88
distributions: []

0 commit comments

Comments
 (0)