mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Remove beta warning from Java agent setup instructions (#25740)
This commit is contained in:
parent
83d5a7a147
commit
6df775c3ba
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,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