Skip to content

Commit b7b40e5

Browse files
authored
docs: clarify local metrics guide
1 parent f3af044 commit b7b40e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ OpenTelemetry can generate a huge amount of data which, depending on where you s
201201

202202
#### Local metrics
203203

204-
We don't recommend trying to get a metrics exporter set up locally, if your `NODE_ENV` environment variable is not set to production, then local metrics will be available in Grafana under `OpenTelemetry Test`.
204+
We don't recommend trying to get a metrics [Collector](https://opentelemetry.io/docs/collector/) set up locally, but you should still import OpenTelemetry in local development. If the environment variables are not present then we'll instrument all your code but not send anything. This means that what you run in development is closer to what you run in production.
205205

206206
#### Local tracing
207207

0 commit comments

Comments
 (0)