Skip to content

Commit e52e07b

Browse files
committed
Remove obsolete comment
1 parent 345061c commit e52e07b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

samples/instrumentation-quickstart/setup_opentelemetry.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@
3131

3232
# [START opentelemetry_instrumentation_setup_opentelemetry]
3333
def setup_opentelemetry() -> None:
34-
# resource = Resource.create(
35-
# attributes={
36-
# # Use the PID as the service.instance.id to avoid duplicate timeseries
37-
# # from different Gunicorn worker processes.
38-
# SERVICE_INSTANCE_ID: f"worker-{os.getpid()}",
39-
# }
40-
# )
4134
resource = GoogleCloudResourceDetector().detect()
4235

4336
# Set up OpenTelemetry Python SDK

0 commit comments

Comments
 (0)