Skip to content

Commit 9e805d7

Browse files
committed
Update readme file to remove OpenTelemetry Collector output
1 parent 209f3b1 commit 9e805d7

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

README.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -78,31 +78,7 @@ otelcol --config \<otelcol-config-yaml>\
7878
```
7979
>> sp.endSpan();
8080
```
81-
4. If your collector is configured to display the data, you should see your span displayed:
82-
```
83-
2023-03-21T11:29:44.570-0400 info TracesExporter {"kind": "exporter", "data_type": "traces", "name": "logging", "#spans": 1}
84-
2023-03-21T11:29:55.525-0400 info ResourceSpans #0
85-
Resource SchemaURL:
86-
Resource attributes:
87-
-> telemetry.sdk.language: STRING(MATLAB)
88-
-> telemetry.sdk.name: STRING(opentelemetry)
89-
-> telemetry.sdk.version: STRING(0.1.0)
90-
-> service.name: STRING(unknown_service)
91-
ScopeSpans #0
92-
ScopeSpans SchemaURL:
93-
InstrumentationScope First Tracer
94-
Span #0
95-
Trace ID : 2a298501841ef6e2f73fbef5a9245e5e
96-
Parent ID :
97-
ID : fccba2f9e2262bd5
98-
Name : First Span
99-
Kind : SPAN_KIND_INTERNAL
100-
Start time : 2023-03-21 15:29:39.8057461 +0000 UTC
101-
End time : 2023-03-21 15:29:44.4545706 +0000 UTC
102-
Status code : STATUS_CODE_UNSET
103-
Status message :
104-
{"kind": "exporter", "data_type": "traces", "name": "logging"}
105-
```
81+
4. If your collector is configured to display the data, you should see your span displayed.
10682

10783
## License
10884
The license is available in the License file within this repository

0 commit comments

Comments
 (0)