Skip to content

Commit

Permalink
[APM] use RUM in instructions (#20934)
Browse files Browse the repository at this point in the history
  • Loading branch information
jahtalab authored Jul 20, 2018
1 parent ff52c76 commit 41eb59a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const DISPLAY_MAP = {
[INSTRUCTION_VARIANT.FLASK]: 'Flask',
[INSTRUCTION_VARIANT.RAILS]: 'Ruby on Rails',
[INSTRUCTION_VARIANT.RACK]: 'Rack',
[INSTRUCTION_VARIANT.JS]: 'JS',
[INSTRUCTION_VARIANT.JS]: 'RUM (JS)',
[INSTRUCTION_VARIANT.GO]: 'Go',
[INSTRUCTION_VARIANT.JAVA]: 'Java',
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ server_url: ''`.split('\n'),

export const JS_CLIENT_INSTRUCTIONS = [
{
title: 'Enable frontend support in the APM server',
title: 'Enable Real User Monitoring support in the APM server',
textPre:
'Please refer to [the documentation]({config.docs.base_url}guide/en/apm/server/{config.docs.version}/frontend.html).',
'Please refer to [the documentation]({config.docs.base_url}guide/en/apm/server/{config.docs.version}/rum.html).',
},
{
title: 'Install the APM agent',
Expand Down

0 comments on commit 41eb59a

Please sign in to comment.