Commit c9725e8
committed
Set upstream connection_name to hostname
Kubernetes exposes the podname via the `gethostname` glibc call. This
will show the podname as the easy to read identifier for the connection.
Fixes #187
Could expose it as a config variable too, but I think this addresses the
need and is much simplier, both as a patch and for the user to use.1 parent d444c28 commit c9725e8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
0 commit comments