mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Remove beta warning from Java agent instructions (#29532)
This commit is contained in:
parent
0c5fca7934
commit
d2225bfbf3
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ Do **not** add the agent as a dependency to your application.',
|
|||
-jar my-application.jar`.split('\n'),
|
||||
textPost: i18n.translate('kbn.server.tutorials.apm.javaClient.startApplication.textPost', {
|
||||
defaultMessage: 'See the [documentation]({documentationLink}) for configuration options and advanced \
|
||||
usage.\n\n**Warning: The Java agent is currently in Beta and not meant for production use.**',
|
||||
usage.',
|
||||
values: { documentationLink: '{config.docs.base_url}guide/en/apm/agent/java/current/index.html' },
|
||||
}),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue