File tree Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -72,3 +72,7 @@ raw: docs/kubernetes-operator/release-notes -> ${base}/stable/release-notes/
7272# v1.8 and later
7373[v1.8-*]: docs/kubernetes-operator/${version}/tutorial/upgrade-k8s-operator-v161-and-earlier -> ${base}/${version}/tutorial/upgrade-k8s-operator/
7474[v1.8-*]: docs/kubernetes-operator/${version}/tutorial/upgrade-k8s-operator-v9-and-earlier -> ${base}/${version}/tutorial/upgrade-k8s-operator/
75+
76+ # v1.15 and earlier
77+
78+ [*-v1.15]: docs/kubernetes-operator/${version}/third-party-integrations -> ${base}/${version}/
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ Reference
2727:ref:`k8s-support-lifecycle`
2828 Review the EOL dates for |k8s-op-short| versions.
2929
30+ :ref:`third-party-integrations`
31+ Review the available third-party integrations.
32+
3033:ref:`third-party-licenses`
3134 Open Source licenses that the |k8s-op-short| uses.
3235
@@ -40,4 +43,5 @@ Reference
4043 /reference/operator-settings
4144 /reference/k8s-op-exclusive-settings
4245 /reference/support-lifecycle
46+ /third-party-integrations
4347 /third-party-licenses
Original file line number Diff line number Diff line change 1+ .. _third-party-integrations:
2+
3+ ========================
4+ Third-Party Integrations
5+ ========================
6+
7+ .. default-domain:: mongodb
8+
9+ .. contents:: On this page
10+ :local:
11+ :backlinks: none
12+ :depth: 1
13+ :class: singlecol
14+
15+ |k8s-op-short| offers the following third-party integrations.
16+
17+ .. list-table::
18+ :widths: 40 60
19+ :header-rows: 1
20+
21+ * - Third-Party Service
22+
23+ - Configuration Details
24+
25+ * - Grafana
26+
27+ - |k8s-op-short| offers a `sample Grafana dashboard
28+ <https://github.com/mongodb/mongodb-enterprise-kubernetes/grafana>`_ that you can `import into Grafana
29+ <https://grafana.com/docs/grafana/latest/dashboards/export-import/#import-dashboard>`_.
30+
31+ * - Prometheus
32+
33+ - You can use |k8s-op-short| to deploy a :ref:`MongoDB resource
34+ <k8s-specification>` to use with Prometheus.
You can’t perform that action at this time.
0 commit comments