You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exporters/trace/README.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,28 +29,39 @@ config:
29
29
<dependency>
30
30
<groupId>com.google.cloud.opentelemetry</groupId>
31
31
<artifactId>exporter-trace</artifactId>
32
-
<version>0.20.0</version>
32
+
<version>0.31.0</version>
33
33
</dependency>
34
34
```
35
35
36
36
### Usage
37
-
If you are running in a GCP environment, the exporter will automatically authenticate using the environment's service account. If not, you will need to follow the instructions in Authentication.
37
+
If you are running in a GCP environment, the exporter will automatically authenticate using the environment's service account. If not, you will need to follow the instructions in Authentication.
38
+
39
+
See [the code example](../../examples/trace) for details.
38
40
39
41
#### Create the exporter
40
42
41
-
You can create exporter and register it in the OpenTelemetry SDK using the default configuration as follows:
43
+
You can create exporter using the default configuration as follows:
0 commit comments