Skip to content
Snippets Groups Projects
Commit 15bed246 authored by godog's avatar godog
Browse files

prometheus: mention Thanos in docs

parent 013f694b
Branches
No related tags found
No related merge requests found
...@@ -16,6 +16,9 @@ silences one should use "amtool" inside the container, i.e.: ...@@ -16,6 +16,9 @@ silences one should use "amtool" inside the container, i.e.:
$ in-container prometheus-alertmanager amtool alert $ in-container prometheus-alertmanager amtool alert
``` ```
On the read path, [Thanos](https://thanos.io) is used to merge results from
multiple Prometheus instances.
## Customizing alerts ## Customizing alerts
A few alerting rules are provided by default A few alerting rules are provided by default
......
...@@ -101,7 +101,7 @@ prometheus: ...@@ -101,7 +101,7 @@ prometheus:
port: 2929 port: 2929
scheme: https scheme: https
enable_sso_proxy: true enable_sso_proxy: true
- name: thanos-query - name: thanos
port: 10902 port: 10902
scheme: http scheme: http
enable_sso_proxy: true enable_sso_proxy: true
......
...@@ -53,6 +53,9 @@ class TestBuiltinServiceURLs(URLTestBase): ...@@ -53,6 +53,9 @@ class TestBuiltinServiceURLs(URLTestBase):
def test_grafana(self): def test_grafana(self):
self._assert_endpoint_ok_if_enabled('prometheus', 'grafana') self._assert_endpoint_ok_if_enabled('prometheus', 'grafana')
def test_thanos(self):
self._assert_endpoint_ok_if_enabled('prometheus', 'thanos')
def test_kibana(self): def test_kibana(self):
if not ANSIBLE_VARS.get('enable_elasticsearch', True): if not ANSIBLE_VARS.get('enable_elasticsearch', True):
self.skipTest('Elasticsearch is disabled') self.skipTest('Elasticsearch is disabled')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment