File tree 2 files changed +9
-11
lines changed
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,6 @@ ifndef COMPONENT
102
102
$(error COMPONENT variable was not defined)
103
103
endif
104
104
105
- .PHONY : docker-collector
106
- docker-collector :
107
- COMPONENT=collector $(MAKE ) docker-component
108
-
109
105
.PHONY : docker-otelsvc
110
106
docker-otelsvc :
111
107
COMPONENT=otelsvc $(MAKE ) docker-component
Original file line number Diff line number Diff line change 1
- # OpenCensus Service Demo
1
+ # OpenTelemetry Service Demo
2
2
3
- * IMPORTANT:* This is a pre-released version of the OpenTelemetry Service.
4
- For now, please use the [ OpenCensus Service ] ( https://github.com/open-telemetry/opentelemetry-service ) .
3
+ * IMPORTANT:* This is a pre-released version of the OpenTelemetry Service and does not yet
4
+ implement full functionality required to run this demo .
5
5
6
- Typical flow of tracing data with OpenCensus Service: tracing data initially received by OC Agent
7
- and then sent OC Collector using OC data format. The OC Collector then sends the data to the
6
+ For now, please use the [ OpenCensus Service] ( https://github.com/census-instrumentation/opencensus-service ) .
7
+
8
+ Typical flow of tracing data with OpenTelemetry Service: tracing data initially received by OpenTelemetry Agent
9
+ and then sent to OpenTelemetry Collector using OC data format. The OpenTelemetry Collector then sends the data to the
8
10
tracing backend, in this demo Jaeger and Zipkin.
9
11
10
- This demo uses ` docker-compose ` and runs against locally built docker images of OC service . In
12
+ This demo uses ` docker-compose ` and runs against locally built docker images of OpenTelemetry Service . In
11
13
order to build the docker images use the commands below from the root of the repo:
12
14
13
15
``` shell
14
- make docker-collector
16
+ make docker-otelsvc
15
17
```
16
18
17
19
To run the demo, switch to the ` demos/trace ` folder and run:
You can’t perform that action at this time.
0 commit comments