Skip to content

Commit

Permalink
Merge branch 'master' into app-diagnose-chat
Browse files Browse the repository at this point in the history
  • Loading branch information
itisallgood authored Jan 30, 2025
2 parents 90c3275 + f0004b8 commit 488d5fd
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 170 deletions.
Binary file not shown.
7 changes: 6 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,12 @@
"tutorials/alert-remediation.html": "/master/playbook-reference/prometheus-examples/alert-remediation.html",
"tutorials/alert-custom-enrichment.html": "/master/playbook-reference/prometheus-examples/alert-custom-enrichment.html",
"catalog/sinks/slack.html": "/master/configuration/sinks/slack.html",
"user-guide/sinks-configuration.html": "master/notification-routing/routing-with-scopes.html"
"user-guide/sinks-configuration.html": "/master/notification-routing/routing-with-scopes.html",
"tutorials/alert-builtin-enrichment.html": "/master/how-it-works/alert-builtin-enrichment.html",
"tutorials/robusta-runner-metrics.html": "/master/setup-robusta/robusta-runner-metrics.html",
"tutorials/alert-custom-prometheus.html": "/master/configuration/alertmanager-integration/alert-custom-prometheus.html",
"catalog/triggers/prometheus.html": "/master/configuration/alertmanager-integration/index.html",

}


Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions docs/configuration/alertmanager-integration/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Integrating with Prometheus
grafana-alert-manager
embedded-prometheus
troubleshooting-alertmanager
alert-custom-prometheus



Expand Down
36 changes: 23 additions & 13 deletions docs/configuration/sinks/RobustaUI.rst
Original file line number Diff line number Diff line change
@@ -1,34 +1,44 @@
Robusta UI
#################

Robusta can send issues and events in your Kubernetes cluster to the `Robusta UI <https://home.robusta.dev/>`_.
Take your Kubernetes monitoring to the next level with a Robusta UI integration:

.. image:: /images/robusta-ui.gif
:align: center
- **AI Assistant**: Solve alerts faster with an AI assistant that highlights relevant observability data
- **Alert Timeline**: View Prometheus alerts across multiple clusters and spot correlations with a powerful timeline view
- **Change Tracking**: Correlate alerts with changes to your infrastructure or applications, with Robusta’s automatic change tracking for Kubernetes

.. raw:: html

<div style="text-align: center;">
<a href="https://www.loom.com/share/89c7e098d9494d79895738e0b06091f0" target="_blank" rel="noopener noreferrer">
<img src="https://cdn.loom.com/sessions/thumbnails/89c7e098d9494d79895738e0b06091f0-f508768968f50b46-full-play.gif">
</a>
</div>


Configuring the Robusta UI Sink
------------------------------------------------

.. tip::
This guide is for users who have already installed Robusta on their cluster. If you haven't installed Robusta yet, we recommend starting by `creating a free Robusta UI account ↗ <https://platform.robusta.dev/signup?utm_source=docs&utm_content=robusta-ui-sink-page>`_ instead.

Use the ``robusta`` CLI to generate a token:

.. code-block::
:name: cb-robusta-ui-sink-generate-token
robusta integrations ui
Add a new sink to your Helm values, under ``sinksConfig``, with the token you generated:
Add a new sink to your Helm values (``generated_values.yaml``), under ``sinksConfig``, with the token you generated:

.. admonition:: Add this to your generated_values.yaml

.. code-block:: bash
:name: cb-robusta-ui-sink-config
.. code-block:: bash
:name: cb-robusta-ui-sink-config
sinksConfig:
- robusta_sink:
name: robusta_ui_sink
token: <your-token>
ttl_hours: 4380
sinksConfig:
- robusta_sink:
name: robusta_ui_sink
token: <your-token>
ttl_hours: 4380
Perform a :ref:`Helm Upgrade <Simple Upgrade>`.

Expand Down
File renamed without changes.
Binary file added docs/images/robusta_ui_loom_preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
how-it-works/oss-vs-saas
how-it-works/coverage
how-it-works/usage-faq
how-it-works/alert-builtin-enrichment

.. toctree::
:maxdepth: 4
Expand Down Expand Up @@ -57,13 +58,6 @@

playbook-reference/index

.. toctree::
:maxdepth: 4
:caption: 🎓 Tutorials
:hidden:

tutorials/index

.. toctree::
:maxdepth: 4
:caption: Help
Expand Down
2 changes: 2 additions & 0 deletions docs/setup-robusta/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
multi-cluster
upgrade
configuration-secrets
robusta-runner-metrics
supported-clusters
openshift
node-selector
Expand All @@ -24,4 +25,5 @@
alertsui
additional-settings
installation-faq


2 changes: 1 addition & 1 deletion docs/setup-robusta/installation/_generate_config.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Choose a configuration method below:
.. tab-item:: Web Installation (recommended)
:name: web-installation-tab

Create the configuration by signing up `for a free Robusta UI account ↗ <https://platform.robusta.dev/signup?utm_source=docs>`_
Create the configuration by signing up `for a free Robusta UI account ↗ <https://platform.robusta.dev/signup?utm_source=docs&utm_content=install-page>`_

.. note::

Expand Down
1 change: 1 addition & 0 deletions docs/setup-robusta/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Installation Guides
extend-prometheus-installation
standalone-installation
dev-setup



.. grid:: 1 1 2 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Monitoring Robusta with Prometheus
Self-Monitoring
======================================

Robusta Metrics Graphs
Expand Down
5 changes: 0 additions & 5 deletions docs/tutorials/_routing-further-reading.rst

This file was deleted.

52 changes: 0 additions & 52 deletions docs/tutorials/application-troubleshooting-java.rst

This file was deleted.

38 changes: 0 additions & 38 deletions docs/tutorials/grafana-annotations.rst

This file was deleted.

52 changes: 0 additions & 52 deletions docs/tutorials/index.rst

This file was deleted.

0 comments on commit 488d5fd

Please sign in to comment.