Skip to content

Commit 6767c4a

Browse files
authored
Fix psycopg2 instrumentation installation (#37522)
1 parent f832976 commit 6767c4a

File tree

1 file changed

+1
-1
lines changed
  • sdk/monitor/azure-monitor-opentelemetry-exporter/samples/traces

1 file changed

+1
-1
lines changed

sdk/monitor/azure-monitor-opentelemetry-exporter/samples/traces/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ $ python sample_requests.py
121121
* Run the sample
122122

123123
```sh
124-
$ pip install opentelemetry-instrumentation-psygopg2
124+
$ pip install opentelemetry-instrumentation-psycopg2
125125
$ # from this directory
126126
$ python sample_psycopg2.py
127127
```

0 commit comments

Comments
 (0)