Remove beta warning from Java agent instructions (#29532)

This commit is contained in:
Felix Barnsteiner 2019-02-06 15:50:23 +01:00 committed by GitHub
parent 0c5fca7934
commit d2225bfbf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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