This repository was archived by the owner on Nov 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ $ kubectl apply -f example/k8s.yaml
8181Create an Agent [ configuration] ( #config ) file based on the options described below. Please note the Agent
8282requires the ` opencensus ` receiver be enabled. By default, the Agent has no exporters configured.
8383
84- Build the Agent, see [ Building binaries ] ( #agent-building-binaries ) ,
84+ Build the Agent, see [ Usage ] ( ## agent-usage ) ,
8585and start it:
8686
8787``` shell
@@ -148,7 +148,7 @@ An exporter is how you send data to one or more backends/destinations. One or mo
148148By default, no exporters are configured on the OpenCensus Service (either the Agent or Collector).
149149
150150A basic example of all available exporters is provided below. For detailed exporter configuration,
151- please see the [exporter README.md](exporter/exporterparser/ README.md).
151+ please see the [exporter README.md](exporter/README.md).
152152` ` ` yaml
153153exporters :
154154 opencensus :
@@ -176,6 +176,7 @@ exporters:
176176 default_service_name : " verifiability_agent"
177177 version : " latest"
178178 buffer_size : 200
179+
179180 honeycomb :
180181 write_key : " 739769d7-e61c-42ec-82b9-3ee88dfeff43"
181182 dataset_name : " dc8_9"
You can’t perform that action at this time.
0 commit comments