Skip to content

Commit 66cabbb

Browse files
Update Exports documentation
- Change _pidFunc argument to process_identifier
1 parent e42afd3 commit 66cabbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/exports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ try:
105105
import prometheus_client
106106
import uwsgi
107107
prometheus_client.values.ValueClass = prometheus_client.values.MultiProcessValue(
108-
_pidFunc=uwsgi.worker_id)
108+
process_identifier=uwsgi.worker_id)
109109
except ImportError:
110110
pass # not running in uwsgi
111111
```

0 commit comments

Comments
 (0)