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: docs/config/config-file.mdx
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,37 @@ Some ones we recommend:
137
137
`@opentelemetry/instrumentation-fs` which logs all file system calls is currently not supported.
138
138
</Note>
139
139
140
+
### Exporters
141
+
142
+
You can also configure custom exporters to send your telemetry data to other services. For example, you can send your logs to [Axiom](https://axiom.co/docs/guides/opentelemetry-nodejs#exporter-instrumentation-ts):
Make sure to set the `AXIOM_API_TOKEN` and `AXIOM_DATASET` environment variables in your project.
170
+
140
171
## Runtime
141
172
142
173
We currently only officially support the `node` runtime, but you can try our experimental `bun` runtime by setting the `runtime` option in your config file:
0 commit comments