Skip to content

Commit 84c0f09

Browse files
msteinmnlmachens
authored andcommitted
Update help texts, remove broken links (#36)
* Update help texts, remove broken links * remove kadira.io links
1 parent 078490b commit 84c0f09

File tree

10 files changed

+22
-47
lines changed

10 files changed

+22
-47
lines changed

client/components/0common/debug.client_activities/inline_help.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ var helpData = {
44
'kd-client-activities': {
55
title: 'About Client Activities',
66
message: 'This section shows activities done by Blaze and the time it takes to do them.',
7-
url: 'https://kadira.io/platform/kadira-debug/blaze-monitoring',
87
options: {
98
placement: 'bottom'
109
}

client/components/0common/debug.cpu_profiler/view.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<template name="debug.cpuProfiler">
22
{{#if state$newProfile}}
3-
<a href="https://kadira.io/platform/kadira-debug/cpu-profiling" class="help-link" target="_blank">How to take a CPU Profile?</a>
43
<form class="frm-cpu-profiler">
54
<input class="pf-file-upload-btn" name="pf-file-upload-btn" type="file" >
65
</form>
@@ -14,8 +13,8 @@ <h4 class="pf-analyser-title">{{state$profileName}}</h4>
1413
<button class="reset-cpu-profiler pull-right btn btn-primary btn-sm">Load a New Profile</button>
1514
<div class="clearfix"></div>
1615
<hr/>
17-
{{> render component="profileAnalyser"
16+
{{> render component="profileAnalyser"
1817
profile=stateFn$profile
1918
}}
2019
{{/if}}
21-
</template>
20+
</template>

client/components/0common/debug.event_stream/inline_help.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ var helpData = {
44
'kd-event-stream': {
55
title: 'About Event Stream',
66
message:
7-
'This is list of all the events happening in your client side app. List will update as you do actions on your app.',
8-
url: 'http://kadira.io/platform/kadira-debug/event-stream',
7+
'This is list of all the events happening in your client side app. List will update as you do actions on your app. These events include route changes, methods and subscriptions, data updates, DOM events, and many other key events.',
98
options: {
109
placement: 'bottom'
1110
}
1211
},
1312
'kd-event-stream-filters': {
1413
title: 'About Event Stream Filters',
1514
message:
16-
'There may be a lot of events in your app. So, you may need to filter events by following types. Click the link below, to learn more about event types.',
17-
url: 'http://kadira.io/platform/kadira-debug/event-stream',
15+
'There may be a lot of events in your app. So, you may need to filter events by types.',
1816
options: {
1917
placement: 'top'
2018
}

client/components/0common/restime_distribution/view.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{{#if state$selectedTime}}
44
<div>
55
<div class="pull-left"><b>Response Time Distribution</b> at {{state$prettifiedTraceDate}}</div>
6-
<div class="pull-right learn-more"><a href="https://kadira.io/academy/meteor-performance-101/content/debugging-meteor-response-time-bottlenecks" target="_blank">LEARN MORE</a></div>
76
<div class="clearfix"></div>
87
</div>
98
{{#render component="loading" isLoadingFn=stateFn$isHistogramLoading}}
@@ -43,4 +42,4 @@ <h4 style="color: #7E7E7E;" class="empty"><small><span class="glyphicon glyphico
4342
{{/if}}
4443
{{/render}}
4544
</div>
46-
</template>
45+
</template>

client/components/app.dashboard.live_queries.timecharts/inline_help.js

+4-8
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,21 @@
33
var helpData = {
44
'polled-documents': {
55
title: 'About Fetched Documents',
6-
message: 'This is the number of documents fetched from MongoDB via observers.',
7-
url: 'http://support.kadira.io/knowledgebase/articles/772737-fetched-documents',
6+
message: "This is the number of documents fetched from MongoDB via observers. Meteor fetches documents when: New observer is created, every 10s if observer does not use oplog, when oplog observer's buffer is empty.",
87
options: {
98
placement: 'top'
109
}
1110
},
1211
'observer-changes': {
1312
title: 'About Observer Changes',
14-
message: 'This is distribution of all the events fired from observers.',
15-
url: 'http://support.kadira.io/knowledgebase/articles/772740-observer-changes',
13+
message: 'This is the distribution of all the events fired from observers.',
1614
options: {
1715
placement: 'top'
1816
}
1917
},
2018
'oplog-notifications': {
2119
title: 'About Oplog Notification',
22-
message: 'This is the number of oplog notifications process by your observers.',
23-
url: 'http://support.kadira.io/knowledgebase/articles/772746-oplog-notifications',
20+
message: 'This is the number of oplog notifications processed by your observers. It watches the MongoDB oplog to observe changes. When a change happens, it will receive it as a notification. The notification is attached to a collection. Then, it will forward this notification to most of the observers created for that collection.',
2421
options: {
2522
placement: 'top'
2623
}
@@ -35,8 +32,7 @@ var helpData = {
3532
'total-reused-observer-handlers': {
3633
title: 'About Total/Reused Observer Handlers',
3734
message:
38-
'This is number observer handlers created in your app, compared with the reused handlers amoung them.',
39-
url: 'http://support.kadira.io/knowledgebase/articles/772749-total-reused-observer-handlers',
35+
'This is number observer handlers created in your app, compared with the reused handlers amoung them. If this value is closer to 100%, that means most of the observers are reused, which is the optimal case',
4036
options: {
4137
placement: 'top'
4238
}

client/components/app.dashboard.live_queries/inline_help.js

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ var helpData = {
44
'summary-liveQueries': {
55
title: 'About Live Queries Summary',
66
message: "This is a set of important metrics of your app's Live Queries.",
7-
url: 'http://support.kadira.io/knowledgebase/articles/772767-live-queries-summary',
87
options: {
98
placement: 'bottom'
109
}
@@ -13,7 +12,6 @@ var helpData = {
1312
title: 'About LiveQueries Bublications Breakdown',
1413
message:
1514
'This is a breakdown of publications sorted by the different metrics related to Live Queries.',
16-
url: 'http://support.kadira.io/knowledgebase/articles/772764-live-query-publication-breakdown',
1715
options: {
1816
placement: 'bottom'
1917
}

client/components/app.dashboard.methods/inline_help.js

+2-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ var helpData = {
44
'methods-breakdown': {
55
title: 'About Method Breakdown',
66
message: 'Using the Method Breakdown, you can drill down into method specific metrics.',
7-
url: 'http://support.kadira.io/knowledgebase/articles/306870-method-breakdown',
87
options: {
98
placement: 'top'
109
}
@@ -13,24 +12,20 @@ var helpData = {
1312
title: 'About Response Time Breakdown',
1413
message:
1514
'Response Time Breakdown simply shows Response Time of the selected method over the time.',
16-
url:
17-
'http://support.kadira.io/knowledgebase/articles/347451-response-time-breakdown-with-traces',
1815
options: {
1916
placement: 'bottom'
2017
}
2118
},
2219
'timeseries-throughput': {
2320
title: 'About Throughput',
24-
message: 'This chart shows throughput for method calls for the selected date range.',
25-
url: 'http://support.kadira.io/knowledgebase/articles/306867-throughput-requests-per-minute-',
21+
message: 'This chart shows throughput for method calls for the selected date range. The X-axis contains the date and the Y-axis contains the requests (method calls) per minute.',
2622
options: {
2723
placement: 'bottom'
2824
}
2925
},
3026
'summary-dashboardMethods': {
3127
title: 'About Methods Summary',
32-
message: 'Methods Summary shows the summary of the method in the selected date range.',
33-
url: 'http://support.kadira.io/knowledgebase/articles/306864-methods-summery',
28+
message: 'Methods Summary shows the summary of the method in the selected date range. If you select a method in the Detailed View, the summary will show only data for that method.',
3429
options: {
3530
placement: 'bottom'
3631
}

client/components/app.dashboard.overview/inline_help.js

+7-12
Original file line numberDiff line numberDiff line change
@@ -4,58 +4,53 @@ var helpData = {
44
'timeseries-pubsubResTime': {
55
title: 'About Average Response Time',
66
message:
7-
'This chart shows the average response time for sending the initial data set for subscriptions.',
8-
url: 'http://support.kadira.io/knowledgebase/articles/322463-average-response-time',
7+
'This chart shows the average response time for sending the initial data set for subscriptions. We calculate this metric when we detect this.ready() for a publication. This chart shows you whether your subscriptions are slow to process initially. ',
98
options: {
109
placement: 'bottom'
1110
}
1211
},
1312
'timeseries-memory': {
1413
title: 'About Memory Usage / Host',
1514
message:
16-
'This charts shows the average memory usage across all the hosts in the given time range.',
17-
url: 'http://support.kadira.io/knowledgebase/articles/372875-memory-usage-host-mb',
15+
'This charts shows the average memory usage across all the hosts in the given time range. We use RSS as the memory usage.',
16+
url: 'https://en.wikipedia.org/wiki/Resident_set_size',
1817
options: {
1918
placement: 'bottom'
2019
}
2120
},
2221
'timeseries-sessions': {
2322
title: 'About Total Sessions',
2423
message: 'This chart shows the total number of sessions in the given time range.',
25-
url: 'http://support.kadira.io/knowledgebase/articles/372877-sessions-host',
2624
options: {
2725
placement: 'bottom'
2826
}
2927
},
3028
'timeseries-methodResTime': {
3129
title: 'About Average Response Time',
32-
message: 'This chart shows response time for method calls for the selected date range ',
33-
url: 'http://support.kadira.io/knowledgebase/articles/306865-average-response-time',
30+
message: 'This chart shows response time for method calls for the selected date range. The X-axis contains the date and the Y-axis contains the response time in milliseconds. ',
3431
options: {
3532
placement: 'bottom'
3633
}
3734
},
3835
'timeseries-pcpu': {
3936
title: 'About CPU Usage',
4037
message:
41-
'This charts shows the CPU usage in percentage of your app. CPU usage can take very low values under cloud hosting. ',
42-
url: 'http://support.kadira.io/knowledgebase/articles/378890',
38+
'This charts shows the CPU usage in percent of your app. We are using the usage npm module to track the correct CPU usage. ',
39+
url: 'https://github.com/arunoda/node-usage',
4340
options: {
4441
placement: 'bottom'
4542
}
4643
},
4744
'timeseries-createdObservers': {
4845
title: 'About Created Observers',
49-
message: 'This chart shows total number of new Observers created in the given time range.',
50-
url: 'http://support.kadira.io/knowledgebase/articles/378992-new-observers',
46+
message: 'This chart shows total number of new Observers created in the given time range. Even though there are e.g. 1000 observers, actual number of observers will be less than 1000 because of observer reuse. If there are identical cursors then existing observers are reused. New observers reflects the actual number of observers initiated.',
5147
options: {
5248
placement: 'bottom'
5349
}
5450
},
5551
'summary-dashboardOverview': {
5652
title: 'About Dashboard Summary',
5753
message: 'Dashboard Summary is a set of important performance metrics for your application.',
58-
url: 'http://support.kadira.io/knowledgebase/articles/372874-dashboard-summary',
5954
options: {
6055
placement: 'bottom'
6156
}

client/components/app.dashboard.pubsub/inline_help.js

+2-6
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,28 @@ var helpData = {
55
title: 'About Publications Breakdown',
66
message:
77
'Using the Publication Breakdown, you can drill down into publication-specific metrics.',
8-
url: 'http://support.kadira.io/knowledgebase/articles/322468-publication-breakdown',
98
options: {
109
placement: 'top'
1110
}
1211
},
1312
'timeseries-subRate': {
1413
title: 'About Sub Rate',
1514
message: 'This chart shows the number of subscriptions received by minute.',
16-
url: 'http://support.kadira.io/knowledgebase/articles/322462-sub-rate-and-unsub-rate',
1715
options: {
1816
placement: 'bottom'
1917
}
2018
},
2119
'timeseries-pubsubResTimeWithTraces': {
2220
title: 'About Response Time with Traces',
23-
message: 'Response Time chart shows how the Response Time changed with the time.',
24-
url: 'http://support.kadira.io/knowledgebase/articles/347453-response-time-with-traces',
21+
message: 'The Response Time is the time the server takes to execute your method or publication (it also includes the Wait Time). In publications, the Response Time is calculate until the server emits the ready message. Therefore, this is the time taken to fetch all the cursor data and push it to the client.',
2522
options: {
2623
placement: 'bottom'
2724
}
2825
},
2926
'summary-dashboardPubSub': {
3027
title: 'About PubSub Summery',
3128
message:
32-
'PubSub Summary shows the summary of the publications and subscriptions in the selected date range ',
33-
url: 'http://support.kadira.io/knowledgebase/articles/322461-pubsub-summary',
29+
'PubSub Summary shows the summary of the publications and subscriptions in the selected date range.',
3430
options: {
3531
placement: 'bottom'
3632
}

client/components/app.errors/partials/turnOnErrorTracking.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h4>{{i18n 'errorManager.quick_setup'}}</h4>
1414

1515
// for older meteor releases
1616
mrt update</pre>
17-
<li>2. add zones smart package (optional - <a href='http://support.kadira.io/knowledgebase/articles/421158' target="_blank">see why</a>)</li>
17+
<li>2. add zones smart package (optional - <a href='https://github.com/meteorhacks/zones' target="_blank">see why</a>)</li>
1818
<pre>
1919
meteor add meteorhacks:zones
2020

@@ -30,4 +30,4 @@ <h4>{{i18n 'errorManager.quick_setup'}}</h4>
3030
</ul>
3131
</div>
3232
</div>
33-
</template>
33+
</template>

0 commit comments

Comments
 (0)