Skip to content

Commit 74be6bf

Browse files
authored
Merge pull request #9 from riverbed/1.0.0
1.0.0
2 parents f7faf8b + 8f35ea2 commit 74be6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Update your application's `spec.template.metadata.annotations` to include one or
8282
| instrument.apm.riverbed/inject-java | "true" or "false" | "false" | For Java instrumentation |
8383
| instrument.apm.riverbed/inject-dotnet | "true" or "false" | "false" | For .Net instrumentation |
8484
| 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.|
8686

8787
## Example instrumented java application deployment:
8888
This shows adding the annotation into a deployment file.

0 commit comments

Comments
 (0)