File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
opencensus-exporter-tracer/docker Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ Start the Collector locally to see data being exported. Write the following file
1818 endpoint : 0.0.0.0:4317
1919
2020 exporters :
21- logging :
22- loglevel : debug
21+ debug :
22+ verbosity : detailed
2323
2424 processors :
2525 batch :
@@ -29,11 +29,11 @@ Start the Collector locally to see data being exported. Write the following file
2929 logs :
3030 receivers : [otlp]
3131 processors : [batch]
32- exporters : [logging ]
32+ exporters : [debug ]
3333 traces :
3434 receivers : [otlp]
3535 processors : [batch]
36- exporters : [logging ]
36+ exporters : [debug ]
3737
3838 Then start the Docker container:
3939
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ receivers:
55 endpoint : 0.0.0.0:4317
66
77exporters :
8- logging :
9- loglevel : debug
8+ debug :
9+ verbosity : debug
1010
1111processors :
1212 batch :
@@ -16,8 +16,8 @@ service:
1616 logs :
1717 receivers : [otlp]
1818 processors : [batch]
19- exporters : [logging ]
19+ exporters : [debug ]
2020 traces :
2121 receivers : [otlp]
2222 processors : [batch]
23- exporters : [logging ]
23+ exporters : [debug ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Start the Collector locally to see data being exported. Write the following file
1313 endpoint : 0.0.0.0:4317
1414
1515 exporters :
16- logging :
16+ debug :
1717
1818 processors :
1919 batch :
@@ -22,7 +22,7 @@ Start the Collector locally to see data being exported. Write the following file
2222 pipelines :
2323 metrics :
2424 receivers : [otlp]
25- exporters : [logging ]
25+ exporters : [debug ]
2626
2727 Then start the Docker container:
2828
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ receivers:
55 endpoint : 0.0.0.0:4317
66
77exporters :
8- logging :
8+ debug :
99
1010processors :
1111 batch :
@@ -14,4 +14,4 @@ service:
1414 pipelines :
1515 metrics :
1616 receivers : [otlp]
17- exporters : [logging ]
17+ exporters : [debug ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ receivers:
55exporters :
66 jaeger_grpc :
77 endpoint : jaeger-all-in-one:14250
8- logging : {}
8+ debug :
99
1010processors :
1111 batch :
@@ -15,5 +15,5 @@ service:
1515 pipelines :
1616 traces :
1717 receivers : [opencensus]
18- exporters : [jaeger_grpc, logging ]
18+ exporters : [jaeger_grpc, debug ]
1919 processors : [batch, queued_retry]
You can’t perform that action at this time.
0 commit comments