File tree 4 files changed +3
-24
lines changed 4 files changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,6 @@ Use the following resources to get started with |service| and the
43
43
44
44
Make a plan to move your existing data into {+service+}.
45
45
46
- .. card::
47
- :headline: Migration
48
- :url: https://mongodb.com/docs/atlas/architecture/migration/
49
- :icon: mdb_live_migration
50
- :icon-alt: icon
51
-
52
- Select a method for migrating to |service|.
53
-
54
46
.. card::
55
47
:headline: Operational Readiness Checklist
56
48
:url: https://mongodb.com/docs/atlas/architecture/operational-readiness-checklist/
@@ -64,7 +56,6 @@ Use the following resources to get started with |service| and the
64
56
65
57
Landing Zone Design </landing-zone>
66
58
Deployment Paradigms </deployment-paradigms>
67
- Migration </migration>
68
59
Orgs, Projects, and Clusters </hierarchy>
69
60
Migration </migration>
70
61
Operational Readiness Checklist </operational-readiness-checklist>
Original file line number Diff line number Diff line change 2
2
:url: https://github.com/mongodb/atlas-architecture-go-sdk
3
3
:icon: Code
4
4
5
- <<<<<<< HEAD
6
- See the example scripts from the Atlas SDK for Go project in one place
7
- `in Github <https://github.com/mongodb/atlas-architecture-go-sdk >`__.
8
- =======
9
5
See the complete Go example project `in Github <https://github.com/mongodb/atlas-architecture-go-sdk >`__.
10
- >>>>>>> 0f09538 (Update Monitoring and Logging page with go sdk examples)
11
6
Original file line number Diff line number Diff line change @@ -138,12 +138,6 @@ Find features and best practices for each {+service+} {+waf+} pillar.
138
138
:icon-alt: Alert for high cost icon
139
139
140
140
Cost-saving configurations and billing data features and best practices.
141
-
142
- .. card::
143
- :headline: Migration
144
- :url: https://mongodb.com/docs/atlas/architecture/migration/
145
-
146
- Make a plan to move your existing data into {+service+}.
147
141
148
142
.. toctree::
149
143
:titlesonly:
@@ -154,5 +148,4 @@ Find features and best practices for each {+service+} {+waf+} pillar.
154
148
Reliability </reliability>
155
149
Performance </performance>
156
150
Cost Optimization </cost-optimization>
157
- Migration </migration>
158
151
Release Notes </release-notes>
Original file line number Diff line number Diff line change @@ -647,7 +647,7 @@ The following examples demonstrate how to enable monitoring using |service|
647
647
set limit.
648
648
- QUERY TARGETING - Ensure that number of keys and documents
649
649
scanned to the number of documents returned, averaged by second,
650
- are 't too high.
650
+ aren 't too high.
651
651
- SYSTEM CPU - Ensure that the CPU usage is steady.
652
652
653
653
.. include:: /includes/examples/cli/staging-prod/cli-example-metrics-processes-stagingprod.rst
@@ -718,10 +718,10 @@ The following examples demonstrate how to enable monitoring using |service|
718
718
set limit.
719
719
- QUERY TARGETING - Ensure that number of keys and documents
720
720
scanned to the number of documents returned, averaged by second,
721
- are 't too high.
721
+ aren 't too high.
722
722
- SYSTEM CPU - Ensure that the CPU usage is steady.
723
723
724
- ..literalinclude:: /includes/examples/generated-examples/main.snippet.get-metrics-prod.go
724
+ .. literalinclude:: /includes/examples/generated-examples/main.snippet.get-metrics-prod.go
725
725
:language: go
726
726
:caption: get-disk-metrics/main.go
727
727
You can’t perform that action at this time.
0 commit comments