You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Update your application's `spec.template.metadata.annotations` to include one or
82
82
| instrument.apm.riverbed/inject-java | "true" or "false" | "false" | For Java instrumentation |
83
83
| instrument.apm.riverbed/inject-dotnet | "true" or "false" | "false" | For .Net instrumentation |
84
84
| instrument.apm.riverbed/configName | "Configuration Name" | Operator configName | Process Configuration Name to instrument application. |
85
-
| instrument.apm.riverbed/runtime | "linux-musl-x64" or "linux-x64" | "linux-x64" | Runtime environment used to instrument the application|
85
+
| instrument.apm.riverbed/runtime | "linux-musl-x64" or "linux-x64" | "linux-x64" | Runtime environment used to instrument the application. If your app is based on Alpine Linux you need to add the annotation to use linux-musl-x64 runtime instead of the default.|
86
86
87
87
## Example instrumented java application deployment:
88
88
This shows adding the annotation into a deployment file.
0 commit comments