Skip to content

Commit

Permalink
Merge pull request #1045 from wavefrontHQ/mari-rebranding
Browse files Browse the repository at this point in the history
updating with master
  • Loading branch information
mmihaylovam authored Apr 22, 2024
2 parents a8eb6af + 4f646ae commit ff37d0e
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 35 deletions.
Binary file modified images/alert_firing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/alert_firing_severe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/alert_tag_add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/alert_tag_path.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/alert_versions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/alerts_filter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/delete_alert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/edit_alert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/select-deleted-alerts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/show_firings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 31 additions & 25 deletions pages/doc/alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,13 @@ For example, you could show alerts that are both FIRING and SEVERE.</td>

### Step 3: Examine an Alert in Alerts Browser

For each alert, the Alerts Browser includes detailed information. For example, an alert that is firing looks like this:
You can expand each alert to view detailed information. For example, when you expand an alert that is firing, the detailed information looks like this:

![Annotated screenshot highlighting the UI elements which are described in the text below](images/alert_firing.png)

Follow these steps for a tour:
1. Click the ellipsis icon to the left for a menu.
2. Click the chart icon next to the status for alert details. If the alert is firing, click to examine the alert in Alert Viewer.
2. Click the chart icon under the **State** column for alert details. If the alert is firing, click to examine the alert in Alert Viewer.
3. View the alert condition and points.
4. View details below the severity:
- View the last affected series, including the affected sources and point tags.
Expand Down Expand Up @@ -255,38 +255,44 @@ Alert version history shows:
You can revert back to a past alert version or clone a past alert version.
<br/><br/>.
</td>
<td width="40%"><img src="images/alert_history.png" alt="alert history selected in menu"></td>
<td width="40%"><img src="images/alert_versions.png" alt="alert history selected in menu."></td>
</tr>
</tbody>
</table>





### Step 5: Organize Related Alerts With Tags
### Step 5: Organize Related Alerts with Tags

You can use alert tags to organize related alerts into categories. Alert tags are especially useful for setting up [maintenance windows](maintenance_windows_managing.html). You can:
* [Search or filter](wavefront_searching.html) the list of alerts in the Alerts Browser to show only a category of alerts.
* Suppress a category of alerts during a [maintenance window](maintenance_windows_managing.html).
* [Reference a group of alert metrics](alerts_dependencies.html#referencing-alert-metrics) in a single expression.

<table style="width: 100%;">
<tbody>
<tr>
<td width="70%">
<br/>
To add a new or existing alert tag at any time:
<ul>
<li>Set the <strong>Tags</strong> property when you create or edit the alert. </li>
<li>Click plus (<strong>+</strong>) at the bottom of the alert in the Alerts Browser.</li>
<li>Select one or more alerts in the Alerts Browser and click <strong>+Tag</strong> or <strong>-Tag</strong></li>
</ul>
<p>For example, you might assign tags like networkOps, underDevelopment, and eastCoast. All users can later search for one or more of these tags to find any other alerts that are in the same category or combination of categories.</p>
</td>
<td width="30%"><img src="images/alert_tag_add.png" alt="Alerts Browser, + selected for single alert, Add Existing Tag and Create New Tag options"></td>
</tr>
</tbody>
<tbody>
<tr>
<td width="50%">
<br/>
To add a new or existing alert tag at any time:
<ul>
<li>
Set the <strong>Tags</strong> property when you create or edit the alert.
</li>
<li>
In the Alerts Browser, expand to get the details view of an alert, and click plus (<strong>+</strong>) under <strong>Alert Tags</strong>.
</li>
<li>
Select one or more alerts in the Alerts Browser and click <strong>+Tag</strong> or <strong>-Tag</strong>
</li>
</ul>
<p>For example, you might assign tags like networkOps, underDevelopment, and eastCoast. All users can later search for one or more of these tags to find any other alerts that are in the same category or combination of categories.</p>
{% include note.html content="If you want to add a new tag in the revamped Alerts Browser, enter the name of the tag and click plus icon next to the new tag name. " %}
</td>
<td width="50%">
<img src="images/alert_tag_add.png" alt="Alerts Browser, + selected for single alert, Add Existing Tag and Create New Tag options">
</td>
</tr>
</tbody>
</table>


Expand All @@ -296,10 +302,10 @@ To add a new or existing alert tag at any time:
### Step 6: (Optional) Use Multi-Level Alert Tags

If your environment has a nested set of categories, you can use alert tag paths. For example, suppose you have created a group of alerts that you use as demo examples, and:
* Within the demo group, some alerts monitor network activity, while others monitor request latency.
* Within each subgroup, some alerts monitor production applications, while others monitor development applications.
* Within the demo group, some alerts monitor network activity.
* Within each subgroup, some alerts monitor production applications.

To manage these alerts, you assign the tag paths `example.network.prod`, `example.network.dev`, `example.latency.prod`, and `example.latency.dev`. The Alerts Browser below shows the tag paths as a hierarchy under **Tag Paths** on the left. You can click **example** and then **network** to view all alerts that have a tag path that starts with `example.network`.
To manage these alerts, you assign the tag paths `example.network.prod` and `example.latency.prod`. The Alerts Browser below shows the tag paths as a hierarchy under **Tag Paths** on the left. You can click **example** and then **network** to view all alerts that have a tag path that starts with `example.network`.

![Alert tag path](images/alert_tag_path.png)

Expand Down
1 change: 0 additions & 1 deletion pages/doc/alerts_delayed_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ You can use either of the following techniques (or both):
* Use the `lag()` function in the alert condition.
* Increase the length of the alert check time window.


### Adjust the Alert Condition

You can use the [`lag()`](ts_lag.html) function in an alert condition to shift the alert check time window back in time. Pick a time window that you think might be old enough to contain backfilled values. Without `lag()`, the alert check time window ends immediately before alert checking occurs, which is too soon for backfilling to occur.
Expand Down
8 changes: 3 additions & 5 deletions pages/doc/alerts_states_lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,17 +175,15 @@ Alert checks are based on data that is summarized every minute. Consequently, i

### Viewing Firing Alerts

When you hover over **Alerting** on the toolbar, you can see how many alerts are firing.

<table style="width: 100%;">
<tbody>
<tr>
<td width="50%">
<td width="70%">
<br/>
The filter bar at the left of the Alerts Browser shows the number of firing alerts by severity. For multi-threshold alerts, we list each alert only for the highest severity even if lower severity conditions are also met.
<br/><br/>
Click FIRING to filter the list of alerts</td>
<td width="50%"><img src="/images/alerts_filter.png" alt="Alerts in different states at the top, below the filter options with FIRING selected."></td>
Click FIRING to filter the list of alerts.</td>
<td width="30%"><img src="/images/alerts_filter.png" alt="Alerts in different states at the top, below the filter options with FIRING selected."></td>
</tr>
</tbody>
</table>
Expand Down
4 changes: 2 additions & 2 deletions pages/doc/service_status_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ permalink: service_status_page.html
summary: Monitor for incidents and maintenance on your service.
---

We publish the service operational status and maintenance schedules to the [VMware Cloud Services status page](https://status.broadcom.com/services/vmware-cloud-services). For confidentiality reasons, the individual customer clusters are listed with alias names.
We publish the Tanzu Observability (formerly known as VMware Aria Operations for Applications) service operational status and maintenance schedules to the [VMware Cloud Services page](https://status.broadcom.com/services/vmware-cloud-services) on the Broadcom Service Status portal. For confidentiality reasons, the individual customer clusters are listed with alias names.

## Find Your Cluster Alias Name

<table style="width: 100%;">
<tbody>
<tr>
<td width="60%">
To see the status of your Tanzu Observability (formerly known as VMware Aria Operations for Applications) service, you must get the alias name of your cluster.
To see the status of your Tanzu Observability service instance, you must get the alias name of your cluster.
<ol>
<li>Log in to your service instance and click the gear icon on the toolbar.</li>
<li>Under <strong>VMware Status Page</strong>, see your cluster alias name.</li>
Expand Down
10 changes: 8 additions & 2 deletions pages/doc/wavefront_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,14 @@ Starting September 20, 2023, all **new trial** instances of Tanzu Observability

In October, 2023, we start to incrementally [**onboard**](csp_migration.html) all original subscriptions to VMware Cloud services. You will receive a notification in your Tanzu Observability UI with the date scheduled for your service onboarding to VMware Cloud services. Make sure that you get familiar with the VMware Cloud services platform and prepare for the onboarding. See [What Should I Do Before the Onboarding?](csp_migration.html#what-should-i-do-before-the-onboarding).

{% include warning.html content="The Tanzu Observability authentication and authorization will be **deprecated** in the future. Therefore, after onboarding to VMware Cloud services, **replace** [your service accounts with server to server apps](csp_migration.html#how-to-replace-a-service-account-with-a-server-to-server-app) and [your Tanzu Observability API tokens with VMware Cloud Services access tokens](csp_migration.html#how-to-replace-a-tanzu-observability-api-token-with-a-vmware-cloud-services-access-token), including [the Operations for Application API tokens of your Wavefront proxies](csp_migration.html#how-to-replace-the-tanzu-observability-api-token-of-a-wavefront-proxy)." %}
{% include warning.html content="The Tanzu Observability authentication and authorization will be **deprecated** in the future. Therefore, after onboarding to VMware Cloud services, **replace** [your service accounts with server to server apps](csp_migration.html#how-to-replace-a-service-account-with-a-server-to-server-app) and [your Tanzu Observability API tokens with VMware Cloud Services access tokens](csp_migration.html#how-to-replace-a-tanzu-observability-api-token-with-a-vmware-cloud-services-access-token), including [the Tanzu Observability API tokens of your Wavefront proxies](csp_migration.html#how-to-replace-the-tanzu-observability-api-token-of-a-wavefront-proxy)." %}

## 2024-09.x Release Notes

**Alerts Browser Improvements**: We improved the user experience of the **Alerts Browser**. To navigate to this page, select **Alerting > All Alerts**.

![An annotated screenshot of the Alerts Browser.](images/alert_firing.png)


## 2024-07.x Release Notes

Expand All @@ -57,7 +64,6 @@ In October, 2023, we start to incrementally [**onboard**](csp_migration.html) al
- `~counter.global.namespace.*`



## 2024-07.x Release Notes

**Ephemeral Internal Metrics**: Most of the [internal metrics](wavefront-internal-metrics.html) are now [ephemeral](metric_types.html#metric-types-per-retention-period) and not convertible to persistent. Exceptions are the following internal metrics, which remain persistent:
Expand Down

0 comments on commit ff37d0e

Please sign in to comment.