This repository was archived by the owner on Feb 29, 2024. It is now read-only.
Commit 7504d5b
Add support for Cloud Run environment variables.
The Java debug agent will now:
Use K_SERVICE to populate the service context (if available).
Use K_REVISION to populate the version context (if available).
PiperOrigin-RevId: 235204086
Change-Id: If683e31c82ac677c22311d9d2f8d4df461eea39b1 parent 20fcd08 commit 7504d5b
File tree
1 file changed
+6
-0
lines changed- src/agent/internals/src/main/java/com/google/devtools/cdbg/debuglets/java
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
| |||
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
149 | 155 | | |
150 | 156 | | |
151 | 157 | | |
| |||
0 commit comments