Remove beta warning from Java agent setup instructions (#25740)

This commit is contained in:
Felix Barnsteiner 2018-11-16 08:53:01 +01:00 committed by GitHub
parent 83d5a7a147
commit 6df775c3ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' },
}),
},