Skip to content

Commit

Permalink
Merge pull request #19 from objectiser/example
Browse files Browse the repository at this point in the history
Fix example to reference most recent collector image
  • Loading branch information
objectiser authored Apr 20, 2020
2 parents 0dbb968 + 3da2853 commit 9f9503f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ kind: OpenTelemetryCollector
metadata:
name: simplest
spec:
image: otel/opentelemetry-collector:latest
config: |
receivers:
jaeger:

protocols:
grpc:
processors:
queued_retry:

Expand All @@ -45,6 +47,8 @@ spec:
exporters: [logging]
EOF
```
**_WARNING:_** Until the OpenTelemetry Collector format is stable, changes may be required in the above example to remain
compatible with the latest version of the OpenTelemetry Collector image being referenced.

This will create an OpenTelemetry Collector instance named `simplest`, exposing a `jaeger-grpc` port to consume spans from your instrumented applications and exporting those spans via `logging`, which writes the spans to the console (`stdout`) of the OpenTelemetry Collector instance that receives the span.

Expand Down

0 comments on commit 9f9503f

Please sign in to comment.