introspection: expose the daemon's PID and PIDNS

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2022-11-18 17:03:41 +09:00
parent b9db5673f4
commit 661aaae3bb
8 changed files with 179 additions and 23 deletions

View File

@@ -3472,6 +3472,20 @@ file {
type: TYPE_STRING
json_name: "uuid"
}
field {
name: "pid"
number: 2
label: LABEL_OPTIONAL
type: TYPE_UINT64
json_name: "pid"
}
field {
name: "pidns"
number: 3
label: LABEL_OPTIONAL
type: TYPE_UINT64
json_name: "pidns"
}
}
service {
name: "Introspection"