From a73beb505fe5676f567fcf4f5f11bad4e0ad6600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:31:09 +0000 Subject: [PATCH 01/25] Bump nokogiri from 1.14.3 to 1.16.2 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.16.2. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.14.3...v1.16.2) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index f143e3423..c584f1572 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem 'jekyll', '~> 4.0', '>= 4.0.1' -gem 'nokogiri', '~> 1.14.3' +gem 'nokogiri', '~> 1.16.2' group :jekyll_plugins do gem 'algoliasearch-jekyll', '~> 0.8.0' end diff --git a/Gemfile.lock b/Gemfile.lock index e5d53e492..0a6caa9de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,14 +66,14 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - mini_portile2 (2.8.1) - nokogiri (1.14.3) - mini_portile2 (~> 2.8.0) + mini_portile2 (2.8.5) + nokogiri (1.16.2) + mini_portile2 (~> 2.8.2) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.6) - racc (1.6.2) + racc (1.7.3) rake (13.0.1) rb-fsevent (0.10.4) rb-inotify (0.10.1) @@ -104,7 +104,7 @@ DEPENDENCIES jekyll-sitemap jekyll-target-blank kramdown-parser-gfm - nokogiri (~> 1.14.3) + nokogiri (~> 1.16.2) webrick (~> 1.7) BUNDLED WITH From 14e309947770109cfa705c9a988831990ad65450 Mon Sep 17 00:00:00 2001 From: mmihaylovam <85890011+mmihaylovam@users.noreply.github.com> Date: Fri, 5 Jan 2024 15:40:42 +0200 Subject: [PATCH 02/25] AWS int - new Service Limit Metrics setting --- pages/doc/integrations_aws_metrics.md | 4 ++-- pages/doc/integrations_aws_overview.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/doc/integrations_aws_metrics.md b/pages/doc/integrations_aws_metrics.md index 48480854c..45043f985 100644 --- a/pages/doc/integrations_aws_metrics.md +++ b/pages/doc/integrations_aws_metrics.md @@ -301,11 +301,11 @@ Unless otherwise indicated, VMware Aria Operations for Applications sets the val - `aws.rds.capacity` - For Amazon Aurora only, RDS capacity. - `aws.rds.backtrackconsumedchangerecords` - For Amazon Aurora only, the number of change records stored for Backtrack. -- Service Limit Metrics - Capture the current resource limits and usage for your AWS account. These metrics include the point tags `Region` and `category`. +- (Optional) Service Limit Metrics - Capture the current resource limits and usage for your AWS account. These metrics include the point tags `Region` and `category`. - `aws.limits..limit` - The current limit for an AWS resource in a particular region. - `aws.limits..usage` - The current usage of an AWS resource in a particular region. - {% include note.html content="To examine these metrics, your account needs at least the Business-level AWS Support plan because the integration uses the Support API to pull service limits. You also need both ReadOnlyAccess and AWSSupportAccess. See [Giving VMware Aria Operations for Applications Read-Only Access](integrations_aws_overview.html#giving-access-to-your-aws-account) for details." %} + {% include note.html content="If you enabled the ingestion of these metrics, to examine them, your account needs at least the Business-level AWS Support plan, because the integration uses the Support API to pull service limits. You also need both ReadOnlyAccess and AWSSupportAccess. See [Giving VMware Aria Operations for Applications Read-Only Access](integrations_aws_overview.html#giving-access-to-your-aws-account) for details." %} diff --git a/pages/doc/integrations_aws_overview.md b/pages/doc/integrations_aws_overview.md index 9e9ba4704..c966b2e85 100644 --- a/pages/doc/integrations_aws_overview.md +++ b/pages/doc/integrations_aws_overview.md @@ -212,6 +212,7 @@ To set up an AWS integration, you must have a [Role ARN](#give-read-only-access- 1. Configure the integration properties: - **Name** - Name to identify the integration. - **Role ARN** - The Role ARN from your Amazon account. +1. (Optional) If you want to skip the ingestion of support service limit metrics (also known as service quotas), that is, metrics namespace `aws.limits.*`, disable **Service Limit Metrics**. 1. (Optional) If you want to configure a CloudTrail integration, click **Show Advanced Options**. - **Bucket Name** - Enter the S3 bucket containing CloudTrail logs. @@ -241,6 +242,7 @@ After you set up the AWS integration with a [Role ARN](#give-read-only-access-to 1. **Name** -- Name to identify the integration. 2. **Role ARN** -- Select the Role ARN from your Amazon account. + 3. **Service Limit Metrics** -- Disable or enable the ingestion of support service limit metrics (also known as service quotas), that is, metrics namespace `aws.limits.*`. * To register a CloudTrail service, select **Register CloudTrail**, and configure the following integration properties: From 42a2c8063662f24ec1339573da889232acccc8b4 Mon Sep 17 00:00:00 2001 From: mmihaylovam <85890011+mmihaylovam@users.noreply.github.com> Date: Fri, 5 Jan 2024 15:59:20 +0200 Subject: [PATCH 03/25] minor --- pages/doc/integrations_aws_overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/doc/integrations_aws_overview.md b/pages/doc/integrations_aws_overview.md index c966b2e85..4f5b81c57 100644 --- a/pages/doc/integrations_aws_overview.md +++ b/pages/doc/integrations_aws_overview.md @@ -212,7 +212,7 @@ To set up an AWS integration, you must have a [Role ARN](#give-read-only-access- 1. Configure the integration properties: - **Name** - Name to identify the integration. - **Role ARN** - The Role ARN from your Amazon account. -1. (Optional) If you want to skip the ingestion of support service limit metrics (also known as service quotas), that is, metrics namespace `aws.limits.*`, disable **Service Limit Metrics**. +1. (Optional) If you want to skip the ingestion of support service limit metrics (also known as service quotas), that is, metrics namespace `aws.limits.*`, disable **Service Limit Metrics**. You can later enable these metrics, if necessary. 1. (Optional) If you want to configure a CloudTrail integration, click **Show Advanced Options**. - **Bucket Name** - Enter the S3 bucket containing CloudTrail logs. @@ -242,7 +242,7 @@ After you set up the AWS integration with a [Role ARN](#give-read-only-access-to 1. **Name** -- Name to identify the integration. 2. **Role ARN** -- Select the Role ARN from your Amazon account. - 3. **Service Limit Metrics** -- Disable or enable the ingestion of support service limit metrics (also known as service quotas), that is, metrics namespace `aws.limits.*`. + 3. **Service Limit Metrics** -- Disable or enable the ingestion of support service limit metrics (also known as service quotas), that is, metrics namespace `aws.limits.*`. * To register a CloudTrail service, select **Register CloudTrail**, and configure the following integration properties: From b1dffad6aad9cb139b77200147efcfa1ada5f1c8 Mon Sep 17 00:00:00 2001 From: mmihaylovam <85890011+mmihaylovam@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:13:55 +0200 Subject: [PATCH 04/25] API param for service limits --- pages/doc/integrations_aws_overview-API.md | 6 ++++-- pages/doc/integrations_aws_overview.md | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pages/doc/integrations_aws_overview-API.md b/pages/doc/integrations_aws_overview-API.md index a47734451..42f9e1c4d 100644 --- a/pages/doc/integrations_aws_overview-API.md +++ b/pages/doc/integrations_aws_overview-API.md @@ -107,8 +107,9 @@ You can add an AWS integration by using the REST API documentation UI. "ec2":{ "baseCredentials":{ "roleArn":"arn:aws:iam:::role/", - "externalId": "string" + "externalId": "string" }, + "customNamespaces":["LIMITS"] "metricFilterRegex":"^aws.(sqs|ec2|ebs|elb).*$", "pointTagFilterRegex":"(region|name)" }, @@ -128,9 +129,10 @@ You can add an AWS integration by using the REST API documentation UI. "cloudTrail":{ "baseCredentials":{ "roleArn":"arn:aws:iam:::role/", - "externalId":"string" + "externalId":"string" }, "filterRule":"string" + }, } ``` diff --git a/pages/doc/integrations_aws_overview.md b/pages/doc/integrations_aws_overview.md index 4f5b81c57..0ebd68f8d 100644 --- a/pages/doc/integrations_aws_overview.md +++ b/pages/doc/integrations_aws_overview.md @@ -212,7 +212,7 @@ To set up an AWS integration, you must have a [Role ARN](#give-read-only-access- 1. Configure the integration properties: - **Name** - Name to identify the integration. - **Role ARN** - The Role ARN from your Amazon account. -1. (Optional) If you want to skip the ingestion of support service limit metrics (also known as service quotas), that is, metrics namespace `aws.limits.*`, disable **Service Limit Metrics**. You can later enable these metrics, if necessary. + - **Service Limit Metrics** - Disable or enable the ingestion of support service limit metrics (also known as service quotas), that is, the metrics namespace `aws.limits.*`. You can later edit this setting, if necessary. 1. (Optional) If you want to configure a CloudTrail integration, click **Show Advanced Options**. - **Bucket Name** - Enter the S3 bucket containing CloudTrail logs. @@ -242,7 +242,7 @@ After you set up the AWS integration with a [Role ARN](#give-read-only-access-to 1. **Name** -- Name to identify the integration. 2. **Role ARN** -- Select the Role ARN from your Amazon account. - 3. **Service Limit Metrics** -- Disable or enable the ingestion of support service limit metrics (also known as service quotas), that is, metrics namespace `aws.limits.*`. + 3. **Service Limit Metrics** -- Disable or enable the ingestion of support service limit metrics (also known as service quotas), that is, the metrics namespace `aws.limits.*`. You can later edit this setting, if necessary. * To register a CloudTrail service, select **Register CloudTrail**, and configure the following integration properties: From 3c420ff86016fddf66bda7ecffdc9af96fa3221c Mon Sep 17 00:00:00 2001 From: mmihaylovam <85890011+mmihaylovam@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:18:50 +0200 Subject: [PATCH 05/25] updated API call for Metrics+ int --- pages/doc/integrations_aws_overview-API.md | 29 ++++++++++++++-------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/pages/doc/integrations_aws_overview-API.md b/pages/doc/integrations_aws_overview-API.md index 42f9e1c4d..3b125703c 100644 --- a/pages/doc/integrations_aws_overview-API.md +++ b/pages/doc/integrations_aws_overview-API.md @@ -102,18 +102,25 @@ You can add an AWS integration by using the REST API documentation UI. ``` { - "name":"AWSMetric+ integration", - "service":"ec2", - "ec2":{ - "baseCredentials":{ - "roleArn":"arn:aws:iam:::role/", - "externalId": "string" + "name": "AWSMetric+ integration", + "service": "ec2", + "ec2": { + "baseCredentials": { + "roleArn": "arn:aws:iam:::role/", + "externalId": "string" + }, + "instanceSelectionTagsExpr": "string", + "volumeSelectionTagsExpr": "string", + "metricFilterRegex": "^aws.(sqs|ec2|ebs|elb).*$", + "pointTagFilterRegex": "(region|name)", + "hostNameTags": [ + "string" + ], + "customNamespaces": [ + "LIMITS" + ] }, - "customNamespaces":["LIMITS"] - "metricFilterRegex":"^aws.(sqs|ec2|ebs|elb).*$", - "pointTagFilterRegex":"(region|name)" - }, - "serviceRefreshRateInMins":5 + "serviceRefreshRateInMins": 5 } ``` From ef84282a31d531cbb266a38f69ac9e86f18b1053 Mon Sep 17 00:00:00 2001 From: mmihaylovam <85890011+mmihaylovam@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:43:56 +0200 Subject: [PATCH 06/25] format fixes + a note about disabling service limits --- pages/doc/integrations_aws_overview-API.md | 56 +++++++++++----------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/pages/doc/integrations_aws_overview-API.md b/pages/doc/integrations_aws_overview-API.md index 3b125703c..50ba17d10 100644 --- a/pages/doc/integrations_aws_overview-API.md +++ b/pages/doc/integrations_aws_overview-API.md @@ -30,16 +30,16 @@ For more information, see [Giving Access to Your AWS Account](integrations_aws_o 1. Click **Execute**. 1. Copy the external ID from the response body of the request. - ``` - { - "status": { - "result": "OK", - "message": "", - "code": 200 - }, - "response": "" - } - ``` + ``` + { + "status": { + "result": "OK", + "message": "", + "code": 200 + }, + "response": "" + } + ``` ### Provide Read-Only Access to Your Amazon Account and Get the Role ARN @@ -87,13 +87,13 @@ You can add an AWS integration by using the REST API documentation UI. "name":"CloudWatch integration", "service":"CLOUDWATCH", "cloudWatch":{ - "baseCredentials":{ - "roleArn":"arn:aws:iam:::role/", - "externalId":"string" + "baseCredentials":{ + "roleArn":"arn:aws:iam:::role/", + "externalId":"string" + }, + "metricFilterRegex":"^aws.(sqs|ec2|ebs|elb).*$", + "pointTagFilterRegex":"(region|name)" }, - "metricFilterRegex":"^aws.(sqs|ec2|ebs|elb).*$", - "pointTagFilterRegex":"(region|name)" - }, "serviceRefreshRateInMins":5 } ``` @@ -124,22 +124,24 @@ You can add an AWS integration by using the REST API documentation UI. } ``` + **Note**: If you want to disable the ingestion of support service limit metrics (also known as service quotas), that is, the metrics namespace aws.limits.*, replace "customNamespaces":["LIMITS"] with "customNamespaces":[]. + * CloudTrail integration: ``` { - "name":"CloudTrail integration", - "service":"cloudTrail", - "region":"string", - "prefix": "string", - "bucketName":"string" - "cloudTrail":{ - "baseCredentials":{ - "roleArn":"arn:aws:iam:::role/", - "externalId":"string" + "name":"CloudTrail integration", + "service":"cloudTrail", + "region":"string", + "prefix": "string", + "bucketName":"string" + "cloudTrail":{ + "baseCredentials":{ + "roleArn":"arn:aws:iam:::role/", + "externalId":"string" + }, + "filterRule":"string" }, - "filterRule":"string" - }, } ``` From 99c21aa0dc6016906c7eb20310a6145cb8f48814 Mon Sep 17 00:00:00 2001 From: mmihaylovam <85890011+mmihaylovam@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:28:14 +0200 Subject: [PATCH 07/25] Service limits can be disabled after initial setup of AWS integration --- pages/doc/integrations_aws_metrics.md | 17 +++++++++++++---- pages/doc/integrations_aws_overview.md | 22 +++++++++++++--------- 2 files changed, 26 insertions(+), 13 deletions(-) diff --git a/pages/doc/integrations_aws_metrics.md b/pages/doc/integrations_aws_metrics.md index 45043f985..43bd836f3 100644 --- a/pages/doc/integrations_aws_metrics.md +++ b/pages/doc/integrations_aws_metrics.md @@ -8,7 +8,7 @@ summary: Monitor CloudWatch, CloudTrail, and Metrics+ with VMware Aria Operation --- Amazon Web Services (AWS) is a collection of cloud-computing services that provide an on-demand computing platform. The Amazon Web Services integration allows you to ingest metrics directly from AWS. The Amazon Web Services built-in integration is part of the setup, but the additional steps in this document are needed to complete and customize integration setup. -{% include note.html content="You must have the [**Proxy Management** permission](permissions_overview.html) to set up an AWS integration. If you do not have permission, the UI menu selections, buttons, and links you use to perform the tasks are not visible." %} +{% include note.html content="You must have the [**Proxies** permission](permissions_overview.html) to set up an AWS integration. If you do not have permission, the UI menu selections, buttons, and links you use to perform the tasks are not visible." %} You have to set up your VMware Aria Operations for Applications account with the correct permissions. * From within the integration or explicitly, you can [Give Global Read-Only Access](integrations_aws_overview.html#give-read-only-access-to-your-amazon-account-and-get-the-role-arn). @@ -17,13 +17,14 @@ You have to set up your VMware Aria Operations for Applications account with the ## Supported AWS Integrations -The AWS integration ingests data from many products and provides dashboards for each. See any integration page for [a list of dashboards](amazon_cloudtrail.html#dashboards). The following products are of special interest to most customers: +The AWS integration ingests data from many AWS services and products including: - **[CloudWatch](http://aws.amazon.com/cloudwatch)** -- retrieves AWS [metric and dimension](http://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CW_Support_For_AWS.html) data. Includes some metrics for Amazon Relational Database (RDS). - **[CloudTrail](http://aws.amazon.com/cloudtrail)** -- retrieves EC2 event information and creates System events that represent the AWS events. - **[AWS Metrics+](integrations_aws_metrics.html#aws-metrics-data)** -- retrieves additional metrics using AWS APIs other than CloudWatch. Data include EBS volume data and EC2 instance metadata like tags. You can investigate billing data and the number of reserved instances. Be sure to enable AWS+ metrics because it allows VMware Aria Operations for Applications to optimize its use of CloudWatch, and saves money on CloudWatch calls as a result. +The AWS integration provides dashboards for each supported AWS service. See any AWS integration page for [a list of dashboards](amazon_cloudtrail.html#dashboards). ## CloudWatch Integration Details @@ -33,7 +34,7 @@ VMware Aria Operations for Applications retrieves AWS metric and dimension data ### Configuring CloudWatch Data Ingestion -You can configure which instances and volumes to ingest metrics from, which metrics to ingest, and the rate at which VMware Aria Operations for Applications fetches metrics. +After you [set up an AWS integration](integrations_aws_overview.html#set-up-an-aws-integration) associated it with a Role ARN, you can configure which AWS product instances and volumes to ingest metrics from, which metrics to ingest, and the rate at which VMware Aria Operations for Applications fetches metrics. {% include tip.html content="The following examples are supported only for EC2 and EBS metrics." %} To configure CloudWatch ingestion: @@ -305,10 +306,18 @@ Unless otherwise indicated, VMware Aria Operations for Applications sets the val - `aws.limits..limit` - The current limit for an AWS resource in a particular region. - `aws.limits..usage` - The current usage of an AWS resource in a particular region. - {% include note.html content="If you enabled the ingestion of these metrics, to examine them, your account needs at least the Business-level AWS Support plan, because the integration uses the Support API to pull service limits. You also need both ReadOnlyAccess and AWSSupportAccess. See [Giving VMware Aria Operations for Applications Read-Only Access](integrations_aws_overview.html#giving-access-to-your-aws-account) for details." %} + {% include note.html content="You can [disable](#disable-service-limit-metrics-ingestion) the ingestion of these metrics. If these metrics are enabled, to examine them, your account needs at least the Business-level AWS Support plan, because the integration uses the Support API to pull service limits. You also need both ReadOnlyAccess and AWSSupportAccess. See [Giving VMware Aria Operations for Applications Read-Only Access](integrations_aws_overview.html#giving-access-to-your-aws-account) for details." %} +### Disable Service Limit Metrics Ingestion +After you [set up an AWS integration](integrations_aws_overview.html#set-up-an-aws-integration) associated it with a Role ARN, you can disable the ingestion of support service limit metrics (also known as service quotas), that is, the metrics namespace `aws.limits.*`. You can later enable these metrics again, if necessary. +1. Log in to your product cluster and click **Integrations** on the toolbar. +1. In the Featured section, click the **Amazon Web Services** tile. +1. Click the **Setup** tab. +1. In the Types column, click the **AWS Metrics+** link in the row of the integration you want to configure. +1. Deselect the **Service Limit Metrics** checkbox. +1. Click **Update**. - - - -## All 2019 - 2022 Integrations Release Notes +## All 2019 - 2023 Integrations Release Notes We have separate pages for: +* [New and Changed Integrations in 2023](integrations_new_changed_2023.html) * [New and Changed Integrations in 2022](integrations_new_changed_2022.html) * [New and Changed Integrations in 2021](integrations_new_changed_2021.html) * [New and Changed Integrations in 2019-2020](integrations_new_changed_2020.html) diff --git a/pages/doc/integrations_new_changed_2022.md b/pages/doc/integrations_new_changed_2022.md index ecf330712..beedaf291 100644 --- a/pages/doc/integrations_new_changed_2022.md +++ b/pages/doc/integrations_new_changed_2022.md @@ -8,7 +8,7 @@ summary: New and changed integrations released in 2022. --- VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront) continuously adds new integrations to the existing set, and improves available integrations. -This document lists new and changed integrations for 2022. For earlier releases, see [New and Changed Integrations in 2021](integrations_new_changed_2021.html)[New and Changed Integrations in 2019-2020](integrations_new_changed_2020.html). +This document lists new and changed integrations for 2022. For earlier releases, see [New and Changed Integrations in 2021](integrations_new_changed_2021.html) and [New and Changed Integrations in 2019-2020](integrations_new_changed_2020.html). * We have a separate document for [Integrations Release Notes](integrations_new_changed.html). * We update our [list of all integrations](https://docs.wavefront.com/label_integrations%20list.html) each time we add new integrations. diff --git a/pages/doc/integrations_new_changed_2023.md b/pages/doc/integrations_new_changed_2023.md new file mode 100644 index 000000000..53c75d95c --- /dev/null +++ b/pages/doc/integrations_new_changed_2023.md @@ -0,0 +1,218 @@ +--- +title: New and Changed Integrations (2023) +keywords: integrations +tags: [integrations] +sidebar: doc_sidebar +permalink: integrations_new_changed_2023.html +summary: New and changed integrations released in 2023. +--- +VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront) continuously adds new integrations to the existing set, and improves available integrations. + +This document lists new and changed integrations for 2023. For earlier releases, see [New and Changed Integrations in 2022](integrations_new_changed_2022.html), [New and Changed Integrations in 2021](integrations_new_changed_2021.html), and [New and Changed Integrations in 2019-2020](integrations_new_changed_2020.html). +* We have a separate document for [Integrations Release Notes](integrations_new_changed.html). +* We update our [list of all integrations](https://docs.wavefront.com/label_integrations%20list.html) each time we add new integrations. + +## December 2023 + +We made improvements to the following integrations in December 2023: + +* Kubernetes and related integrations -- Removed the Helm and manual installation instructions from all Kubernetes-based integrations, such as AWS Appmesh, Cassandra, Ceph, .Net Core, Envoy, etcd, Fluentd, GemFire, Istio, Kafka, NVIDIA, RabbitMQ, Redis,TSM, and Velero. + + {% include important.html content= "We deprecated the Helm and manual installation of the Kubernetes Metrics Collector, Wavefront proxy, Logs, and so on, in December 2022. Support for the legacy Collector and proxy installation methods (including bug fixes, security vulnerabilities, new functionality, etc.) was discontinued on Feb 28, 2023. You must use the Observability for Kubernetes Operator to set up the Kubernetes integration. " %} + +* Tanzu Application Service -- Fixed an issue with the **Error Rate** chart in the **Workload Monitoring** dashboard. +* VMware Tanzu Kubernetes Grid Integration -- Removed the `limit()` function from the queries in the VMware Tanzu Kubernetes Grid integration system dashboards, because this function [may return No Data](ts_limit.html#summary). + +We updated the following integrations to support VMware Cloud Services access token authentication when your Operations for Applications service **is onboarded** to VMware Cloud services. See [Integrations That Use VMware Cloud Services Access Tokens](integrations_onboarded_subscriptions.html#integrations-that-use-vmware-cloud-services-access-tokens). + + * Chef Server + + This is a new Chef Server integration that supports VMware Cloud Services access token authentication. + + * Micrometer + +## October 2023 + +We **deprecated** a number of integrations in October 2023, and moved these integrations to the **Archived** section: + +* Azure Deployment Manager +* Ansible Role +* AVI Networks (NSX ALB) +* AWS Lambda Functions +* CollectD +* Data Platforms +* FreeBSD Host +* Metricproxy +* OpenBSD Host +* VMware Blockchain +* VMware tc Server +* Chef Server +* nodejs + +{% include important.html content= "The deprecated integrations will reach **end-of-life** in January, 2024 and will be removed from the product. If you are using any of these integrations and need assistance, reach out to our [Technical Support team](wavefront_support_feedback.html)." %} + +Also, we made improvements to the following integrations in October 2023: + +* Kubernetes: + + * Fixed the alert query of the **K8s node unhealthy** system alert. + * Removed the `limit()` function from the queries in the Kubernetes integration system dashboards, because this function [may return No Data](ts_limit.html#summary). + * Removed thresholds from the **K8s pod CPU usage too high** system alert. + * Updated the **Kubernetes Workloads Troubleshooting** dashboard overview with information about the Operator compatibility. +* Tanzu Application Service - Updated the **Error Rate per Minute** chart in the **Workload Monitoring** dashboard to include the 4xx and 5xx HTTP request error counts. +* Operations for Applications Usage -- Enabled the **Include Obsolete Metrics** option for all charts in the **Operations for Applications Service and Proxy Data** dashboard. +* VMware GemFire -- Updated the queries of the GemFire system alerts with new prefixes. +* Go -- Removed references of deprecated SDKs. +* C Sharp -- Removed references of deprecated libraries. + +In addition, we updated the following integrations to support VMware Cloud Services access token authentication when your Operations for Applications service **is onboarded** to VMware Cloud services. See [Integrations That Use VMware Cloud Services Access Tokens](integrations_onboarded_subscriptions.html#integrations-that-use-vmware-cloud-services-access-tokens). + + * Catchpoint + * Nagios + * Uptime + +## August 2023 + +We made improvements to the following integrations in August 2023: + +* vSphere: + + * Updated a query in the **vSphere: VM Details** dashboard, which uses the `limit()` function, because this function [may return No Data](ts_limit.html#summary). The `limit ()` function is replaced by `count ()`. + + * Added a new **vSphere: VMware vSAN** dashboard that allows you to monitor detailed metrics about vSAN. + +* Tanzu Service Mesh -- Updated a query in the **Tanzu Service Mesh: Workload Summary** dashboard, which uses the `limit()` function, because this function [may return No Data](ts_limit.html#summary). The `limit ()` function is replaced by `count ()`. + +* AWS App Mesh -- Updated the setup steps and instructions. You can now set up the integration and the Kubernetes Metrics Collector by using the Observability for Kubernetes Operator. + +* Velero -- Added setup instructions to the integration. To see how to set up the Velero integration: + + 1. Log in to your service instance. + 2. Click **Integrations** on the toolbar. + 3. Search for **Velero** and click its tile. + 4. Click the **Setup** tab. + +* Tanzu Application Service -- We added support for Tanzu Application Service setup when your Operations for Applications service **is onboarded** to VMware Cloud services. See [Integrations Supported for Onboarded Subscriptions](integrations_onboarded_subscriptions.html). + +* Kubernetes: + * We added [new alerts templates](https://github.com/wavefrontHQ/observability-for-kubernetes/blob/main/docs/alerts/alerts.md). + * We added a new dashboard **Kubernetes Workloads Troubleshooting** which allows you to monitor the health of the Kubernetes workloads. To use this dashboard, maker sure that you use the Observability for Kubernetes Operator version 2.10.0 and later. + * We added support for Kubernetes setup when your Operations for Applications service **is onboarded** to VMware Cloud services. + * We now support a number of integrations on Kubernetes. The list includes: Cassandra, Ceph, Envoy Proxy, etcd, Fluentd, Kafka, NVIDIA, Rabbit MQ, and Redis. + + For the latest list of integrations, see [Integrations Supported for Onboarded Subscriptions](integrations_onboarded_subscriptions.html). + +* Operations for Applications Usage -- Made bug fixes to the **Committed Rate vs Monthly Usage (PPS P95) for Billable** and **Usage (PPS) vs Remaining Balance (PPS P95) for Burndown** dashboards. + +* Fluentd -- Updated the setup steps and instructions. You can now set up the integration and the Kubernetes Metrics Collector by using the Observability for Kubernetes Operator. +* Ceph -- Updated the setup steps and instructions. You can now set up the integration and the Kubernetes Metrics Collector by using the Observability for Kubernetes Operator. +* .NET Core -- Updated the setup steps and instructions. You can now set up the integration and the Kubernetes Metrics Collector by using the Observability for Kubernetes Operator. +* Docker with cAdvisor -- Updated the setup steps and instructions. +* Tanzu Service Mesh -- Updated the setup steps and instructions. You can now set up the integration and the Kubernetes Metrics Collector by using the Observability for Kubernetes Operator. + +## July 2023 + +We made improvements to the following integrations in July 2023: + +* Google Cloud Platform: + * You can select to ingest Google Cloud Platform histogram metrics and filter these metrics by their Google Cloud Platform grouping functions such as **Count**, **Mean**, and **Standard Deviation**. To do so, when you register or edit your Google Cloud Platform integration, enable **Histogram** metrics ingestion, select **Custom** and select to ingest certain histogram metrics based on the listed Google Cloud Platform grouping functions. When you select a grouping function, only the histogram metrics with the respective grouping function will be ingested. If you deselect all check boxes, all histogram metrics will be ingested. + * You can now select to ingest Google Cloud Run metrics. To do so, when you register or edit your Google Cloud Platform integration, in the **Categories to fetch** section, select **Custom** and select the **Cloud Run** check box. +* Amazon Web Services - You can now select to ingest Amazon Web Services Usage metrics. To do so, when you register or edit your CloudWatch integration, in the **Products** section, select **Custom** and select the **AWS Usage** check box. +* Kafka -- Updated the setup steps and instructions. You can now set up the integration and the Kubernetes Metrics Collector by using the Observability for Kubernetes Operator. +* Redis -- Updated the setup steps and instructions. You can now set up the integration and the Kubernetes Metrics Collector by using the Observability for Kubernetes Operator. +* etcd -- Updated the setup steps and instructions. You can now set up the integration and the Kubernetes Metrics Collector by using the Observability for Kubernetes Operator. +* Cassandra -- Updated the setup steps and instructions. You can now set up the integration and the Kubernetes Metrics Collector by using the Observability for Kubernetes Operator. +* NVIDIA -- Updated the setup steps and instructions. You can now set up the integration and the Kubernetes Metrics Collector by using the Observability for Kubernetes Operator. +* VMware GemFire -- Updated the setup steps and instructions. You can now set up the integration and the Kubernetes Metrics Collector by using the Observability for Kubernetes Operator. Also updated some of the dashboard queries to a new format. +* Uptime -- Updated the integration with the new Uptime logo. +* Windows Host -- The setup steps now use a URL parameter in the Wavefront proxy configuration. +* Operations for Applications Usage -- Fixed issues in the predefined dashboards. +* Terraform Provider -- Fixed a discrepancy in the Terraform `resource_alert` provider resulting in erroneous Terraform change plan. + + +## May 2023 + +We made improvements to the following integrations in May 2023: + +* Istio -- Updated the setup steps and instructions. You can now set up the integration and the Kubernetes Metrics Collector by using the Observability for Kubernetes Operator. +* Envoy Proxy -- Updated the setup steps and instructions. You can now set up the integration and the Kubernetes Metrics Collector by using the Observability for Kubernetes Operator. +* RabbitMQ -- Updated the setup steps and instructions. You can now set up the integration and the Kubernetes Metrics Collector by using the Observability for Kubernetes Operator. +* Tanzu Application Service -- Made updates to the **TAS: Nozzle Troubleshooting** and the **TAS: Workload Monitoring** dashboards, as well as to the **TAS UAA Latency is Elevated** alert. + * Updated the latency queries because now we emit latency as a histogram. + * Updated the **TAS: Nozzle Troubleshooting** dashboard to show points used by histograms. + +* Improved the documentation on how to use regular expressions for the following list of integrations: + * [Microsoft Azure](azure.html#add-a-microsoft-azure-cloud-integration) + * [Amazon Web Services](integrations_aws_metrics.html#configuring-cloudwatch-data-ingestion) + * [Google Cloud Platform](gcp.html#add-a-gcp-integration) + + +## March 2023 + + +Logs (Beta) Related Changes: + + {% include important.html content="Logs (Beta) is enabled only for selected customers. To participate, contact your VMware Aria Operations for Applications account representative or [technical support](wavefront_support_feedback.html#support)." %} + +We have made an improvement to the AWS integration: + +* Amazon Web Services –- Now contains AWS CloudWatch Logs Setup (Beta) instructions. If Logs (Beta) is enabled for you, you can set up your AWS integration to send logs to Operations for Applications. For details on our Logs (Beta) feature, see [Get Started with Logs (Beta)](logging_overview.html). For details on how to set up the integration, see [Setup for Ingesting AWS CloudWatch Logs (Beta)](integrations_aws_metrics.html#setup-for-ingesting-aws-cloudwatch-logs). + + +We added the following integration in March 2023: + +* .NET Core + + The .NET Core is a general-purpose, most versatile framework that may be used to build software applications for Windows, Linux, and MacOS. + This integration installs and configures the Kubernetes Metrics Collector to collect the .NET Core performance metrics and uses the [Wavefront proxy](https://docs.wavefront.com/proxies.html) for sending those metrics to the service. + + +We made improvements to the following integrations in March 2023: + +* Log Data -- Log Data – Updated the integration overview and setup steps to include information about the Logs (Beta) solution. +* Filebeat -- Made updates to the integration overview and the setup steps. + +* Tanzu Application Service: + + - Improved descriptions of dashboards and charts. + - Added new charts. + - Made improvements to CPU queries in dashboards for additional accuracy and consistency. + - Excluded Platform MySQL from charts on the MySQL Service dashboard, because this dashboard is only for MySQL broker and service instances. + +* Kubernetes -- Fixed validation errors in several Kubernetes system dashboards. +* Catchpoint -- Improved the Catchpoint service to validate the credentials before caching them. +* Amazon Web Services -- Made improvements to provide the dedicated thread pool to complete the AWS related tasks. +* Microsoft Azure -- Made improvements to cache the metric name properly and handle a missing data issue. +* Spring Boot -- Updated the Spring Boot integration with the steps for Spring Boot 3, and updated the doc links. + + +## February 2023 + +We made improvements to the following integration in February 2023: + +* Amazon Web Services -- With the 2023-07.x release, you can use the **Custom Namespace(s)** text box to additionally filter the list of AWS products for which you want to monitor metrics by using the CloudWatch integration. For more information about how to use this text box and monitor metrics from services that are not part of the **Products** list in the GUI, see [Configuring CloudWatch Data Ingestion](integrations_aws_metrics.html#configuring-cloudwatch-data-ingestion) and [How to Use the Metric Allow List and the Products List](integrations_aws_metrics.html#how-to-use-the-metric-allow-list-and-the-products-list). + +## January 2023 + +We made improvements to the following integrations in January 2023: + +* Amazon Web Services -- You can now ingest and monitor AWS Lambda cold start metrics. For information about how to do this, see [Ingesting AWS Lambda Cold Start Metrics into VMware Aria Operations for Applications](integrations_aws_lambda.html#ingesting-aws-lambda-cold-start-metrics-into-vmware-aria-operations-for-applications). + +* ServiceNow -- We updated the instructions on how to set up the integration to reflect the latest UI changes. + +* Microsoft SQL Server -- Updated the charts in the **SQL Server Metrics** dashboard to use the instance variables. + +* Operations for Applications Usage -- Made fixes to the integration and now dashboards are populated with data depending on your type of contract (Billable vs. Burndown). + +* Tanzu Application Service -- Made updates to the TAS system alerts and removed some of the alerts that are no longer needed, such as: + - TAS Active Locks Alerts + - TAS BOSH VM CPU Used + - TAS BOSH VM Memory Used + +* Microsoft Azure -- Added vCore charts and updated variables with common queries to the **Azure SQL Database** dashboard. + +General improvements: + +* Metrics Charts -- All charts that you see when you select a metric on the **Metrics** tab are now improved in terms of performance and are up-to-date with the latest UI. + \ No newline at end of file diff --git a/pages/doc/wavefront_release_notes.md b/pages/doc/wavefront_release_notes.md index 984357c30..9fe07c585 100644 --- a/pages/doc/wavefront_release_notes.md +++ b/pages/doc/wavefront_release_notes.md @@ -36,6 +36,11 @@ In October, 2023, we start to incrementally [**onboard**](csp_migration.html) al {% include warning.html content="The Operations for Applications 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 Operations for Applications API tokens with VMware Cloud Services access tokens](csp_migration.html#how-to-replace-an-operations-for-applications-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-operations-for-application-api-token-of-a-wavefront-proxy)." %} +## 2024-03.x Release Notes + +**Amazon Web Services Integration Improvement**: You can now disable the ingestion of support service limit metrics. See the [Integrations Release Notes](integrations_new_changed.html#january-2024) for details. + + ## 2024-01.x Release Notes **Traces Security Policy**: You can block application or service information for specific users so that they don’t see the data on the Application Status page, Traces Browser, Application Map, or Operations Dashboards. To learn more, see: From 763e3cf4f4627c0e826b057ca4070cf2fc7bbbd6 Mon Sep 17 00:00:00 2001 From: mmihaylovam <85890011+mmihaylovam@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:13:01 +0200 Subject: [PATCH 12/25] minor --- pages/doc/integrations_new_changed.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/doc/integrations_new_changed.md b/pages/doc/integrations_new_changed.md index da51b0fae..60bc3c4f3 100644 --- a/pages/doc/integrations_new_changed.md +++ b/pages/doc/integrations_new_changed.md @@ -25,7 +25,9 @@ During the process of onboarding an original Operations for Applications service ## January 2024 -Amazon Web Services - You can now disable the ingestion of support service limit metrics (also known as service quotas), that is, the metrics with the namespace `aws.limits.*`. To do so, when you register or edit your AWS Metrics+ integration, deselect the **Service Limit Metrics** check box. +We improved the following integration in January 2024: + +* Amazon Web Services - You can now disable the ingestion of support service limit metrics (also known as service quotas), that is, the metrics with the namespace `aws.limits.*`. To do so, when you register or edit your AWS Metrics+ integration, deselect the **Service Limit Metrics** check box. ## All 2019 - 2023 Integrations Release Notes From 021d4185b32aef2bb5675ec3c562ae718c3a95a2 Mon Sep 17 00:00:00 2001 From: shavidissa Date: Tue, 23 Jan 2024 15:30:02 -0800 Subject: [PATCH 13/25] Add note about 500 log alert limit --- pages/doc/logging_log_alerts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/doc/logging_log_alerts.md b/pages/doc/logging_log_alerts.md index 7ee37fa71..28cd67e91 100644 --- a/pages/doc/logging_log_alerts.md +++ b/pages/doc/logging_log_alerts.md @@ -37,6 +37,8 @@ Use the Alerts Browser to create and manage your logs alerts. To see the logs al Follow these steps to create a logs alert: +{% include note.html content="You can only create 500 log alerts. If you exceed the log alert limit and need to create a new log alert, you need to delete an existing log alert so you can create a new log alert." %} + ### Go to the Alert Browser 1. Log in to your product instance as a user with the **Alerts** and **Logs** permissions. 2. On the toolbar, click **Alerting** > **All Alerts**. From dca9656e45dcbcbdda1fa89debcc3dd9bb1b05ce Mon Sep 17 00:00:00 2001 From: shavidissa Date: Thu, 25 Jan 2024 08:48:52 -0800 Subject: [PATCH 14/25] update the log alert limit note --- pages/doc/logging_log_alerts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/doc/logging_log_alerts.md b/pages/doc/logging_log_alerts.md index 28cd67e91..9adf081d8 100644 --- a/pages/doc/logging_log_alerts.md +++ b/pages/doc/logging_log_alerts.md @@ -37,7 +37,7 @@ Use the Alerts Browser to create and manage your logs alerts. To see the logs al Follow these steps to create a logs alert: -{% include note.html content="You can only create 500 log alerts. If you exceed the log alert limit and need to create a new log alert, you need to delete an existing log alert so you can create a new log alert." %} +{% include note.html content="You can only create 500 log alerts. If you reach the log alert limit and need to create a new log alert, you need to delete an existing log alert so you can create a new log alert." %} ### Go to the Alert Browser 1. Log in to your product instance as a user with the **Alerts** and **Logs** permissions. From 1bf2493b67eb90ff417bd1a653078aeb5f9296f2 Mon Sep 17 00:00:00 2001 From: shavidissa Date: Wed, 31 Jan 2024 12:40:38 -0800 Subject: [PATCH 15/25] add info on customers using micrometer-wavefront-tracing --- pages/doc/wavefront_spring_boot3.md | 89 ++++++++++++++++++++++++++++- 1 file changed, 86 insertions(+), 3 deletions(-) diff --git a/pages/doc/wavefront_spring_boot3.md b/pages/doc/wavefront_spring_boot3.md index 1032c7d3e..3a5639a95 100644 --- a/pages/doc/wavefront_spring_boot3.md +++ b/pages/doc/wavefront_spring_boot3.md @@ -93,7 +93,10 @@ Initialize a new project using the Spring Initializer or add the required depend Initialize a New Project
  • - Initialize an Existing Project + Initialize an Existing Project (Freemium) +
  • +
  • + Initialize an Existing Project (Customer)
  • @@ -132,8 +135,8 @@ Initialize a new project using the Spring Initializer or add the required depend
    -
    -

    Follow these steps:

    +
    +

    Follow these steps if you don't have an Operations for Applications account and need to use the freemium account.

    1. Add the Wavefront dependency.
    +
    +

    Follow these steps if you already have an Operations for Applications account.

    +
      +
    1. + Import the Wavefront for Spring Boot Bill of Materials (BOM) to your project. + {{site.data.alerts.tip}} +

      The Wavefront for Spring Boot dependency needs to be compatible with the Spring Boot release version. Therefore, replace $releaseVersion with the correct dependency version. See System Requirements to get the correct dependency version.

      + {{site.data.alerts.end}} + +
      +
      +
      +
      +<dependencyManagement>
      +  <dependencies>
      +  .....
      +    <dependency>
      +      <groupId>com.wavefront</groupId>
      +      <artifactId>wavefront-spring-boot-bom</artifactId>
      +      <version>$releaseVersion</version>
      +      <type>pom</type>
      +      <scope>import</scope>
      +    </dependency>
      +  .....
      +  </dependencies>
      +</dependencyManagement>
      +              
      +
      + +
      +
      +dependencyManagement {
      +  imports {
      +    mavenBom "com.wavefront:wavefront-spring-boot-bom:$releaseVersion"
      +  }
      +}
      +            
      +
      +
      +
    2. +
    3. + If you want to send trace data to our service using Micrometer Tracing, add the following dependencies. + +
      +
      +
      +<dependency>
      +  <groupId>io.micrometer</groupId>
      +  <artifactId>micrometer-tracing-bridge-brave</artifactId>
      +</dependency>
      +<dependency>
      +  <groupId>io.micrometer</groupId>
      +  <artifactId>micrometer-tracing-reporter-wavefront</artifactId>
      +  <scope>runtime</scope>
      +</dependency>
      +              
      +
      + +
      +
      +dependencies {
      +  ...
      +  implementation 'io.micrometer:micrometer-tracing-bridge-brave'
      +  runtimeOnly 'io.micrometer:micrometer-tracing-reporter-wavefront'
      +}
      +              
      +
      +
      +
    4. +
    5. + You need to Specify the Operations for Applications instance, as explained in Step 2 below. Otherwise, you run into errors because the freemium account settings do not support the configurations in this section. +
    6. +
    +
    ### Step 2 (Optional): Specify Your Operations for Applications Instance From d29ed6b0edf1c38bc7697317aae88c88a39b5ab3 Mon Sep 17 00:00:00 2001 From: shavidissa Date: Thu, 1 Feb 2024 09:05:05 -0800 Subject: [PATCH 16/25] update step --- pages/doc/wavefront_spring_boot3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/doc/wavefront_spring_boot3.md b/pages/doc/wavefront_spring_boot3.md index 3a5639a95..0a1b9bce5 100644 --- a/pages/doc/wavefront_spring_boot3.md +++ b/pages/doc/wavefront_spring_boot3.md @@ -318,7 +318,7 @@ dependencies {
  • - You need to Specify the Operations for Applications instance, as explained in Step 2 below. Otherwise, you run into errors because the freemium account settings do not support the configurations in this section. + You need to Specify the VMware Cloud Services account instance or the Operations for Applications instance, as explained in Step 2 below. Otherwise, you run into errors because the freemium account settings do not support the configurations in this section.
  • From 9d99cb8d465ce78491651830960407981ff4d967 Mon Sep 17 00:00:00 2001 From: David Azatyan Date: Thu, 3 Aug 2023 12:00:37 +0400 Subject: [PATCH 17/25] MONIT-40707 - docs (webrick) --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e5d53e492..fe61d5072 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM thor (0.20.3) unicode-display_width (1.7.0) verbal_expressions (0.1.5) - webrick (1.7.0) + webrick (1.8.1) PLATFORMS x64-mingw32 From 8079d1fc7e01861c9fa1527789e64c0c1b30aa2d Mon Sep 17 00:00:00 2001 From: shavidissa Date: Mon, 26 Feb 2024 12:33:26 -0800 Subject: [PATCH 18/25] update to nokogiri1.16 --- Gemfile.lock | 81 ++++++++++++++++++++++++++++------------------------ 1 file changed, 44 insertions(+), 37 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 42c591ac3..e1cc59870 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) - algoliasearch (1.26.0) + addressable (2.8.6) + public_suffix (>= 2.0.2, < 6.0) + algoliasearch (1.27.5) httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) algoliasearch-jekyll (0.8.2) @@ -19,50 +19,51 @@ GEM thor (>= 0.14.0) awesome_print (1.9.2) colorator (1.1.0) - concurrent-ruby (1.1.8) - em-websocket (0.5.2) + concurrent-ruby (1.2.3) + em-websocket (0.5.3) eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) + http_parser.rb (~> 0) eventmachine (1.2.7) eventmachine (1.2.7-x64-mingw32) - ffi (1.15.0) - ffi (1.15.0-x64-mingw32) + ffi (1.16.3) forwardable-extended (2.6.0) - http_parser.rb (0.6.0) + google-protobuf (3.25.3) + http_parser.rb (0.8.0) httpclient (2.8.3) - i18n (1.8.9) + i18n (1.14.1) concurrent-ruby (~> 1.0) - jekyll (4.2.0) + jekyll (4.3.3) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) i18n (~> 1.0) - jekyll-sass-converter (~> 2.0) + jekyll-sass-converter (>= 2.0, < 4.0) jekyll-watch (~> 2.0) - kramdown (~> 2.3) + kramdown (~> 2.3, >= 2.3.1) kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (~> 0.4.0) + mercenary (>= 0.3.6, < 0.5) pathutil (~> 0.9) - rouge (~> 3.0) + rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) - terminal-table (~> 2.0) - jekyll-sass-converter (2.1.0) - sassc (> 2.0.1, < 3.0) - jekyll-sitemap (1.3.1) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) + jekyll-sass-converter (3.0.0) + sass-embedded (~> 1.54) + jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) - jekyll-target-blank (2.0.0) + jekyll-target-blank (2.0.2) jekyll (>= 3.0, < 5.0) nokogiri (~> 1.10) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.3.1) - kramdown (2.3.1) + json (2.7.1) + kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - liquid (4.0.3) - listen (3.5.0) + liquid (4.0.4) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) @@ -72,23 +73,28 @@ GEM racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.6) + public_suffix (5.0.4) racc (1.7.3) - rake (13.0.1) - rb-fsevent (0.10.4) + rake (13.1.0) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.5) - rouge (3.26.0) + rexml (3.2.6) + rouge (4.2.0) safe_yaml (1.0.5) - sassc (2.4.0) - ffi (~> 1.9) - sassc (2.4.0-x64-mingw32) - ffi (~> 1.9) - terminal-table (2.0.0) - unicode-display_width (~> 1.1, >= 1.1.1) - thor (0.20.3) - unicode-display_width (1.7.0) + sass-embedded (1.71.1) + google-protobuf (~> 3.25) + rake (>= 13.0.0) + sass-embedded (1.71.1-x64-mingw32) + google-protobuf (~> 3.25) + sass-embedded (1.71.1-x86_64-darwin) + google-protobuf (~> 3.25) + sass-embedded (1.71.1-x86_64-linux-gnu) + google-protobuf (~> 3.25) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + thor (1.3.0) + unicode-display_width (2.5.0) verbal_expressions (0.1.5) webrick (1.8.1) @@ -96,6 +102,7 @@ PLATFORMS x64-mingw32 x64-unknown x86_64-darwin-20 + x86_64-darwin-23 x86_64-linux DEPENDENCIES From 4b66c8ce5387c5358bcf30e31ba00d506a0b3c94 Mon Sep 17 00:00:00 2001 From: shavidissa Date: Tue, 27 Feb 2024 15:34:46 -0800 Subject: [PATCH 19/25] minor change to start the build --- pages/doc/wavefront_release_notes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/doc/wavefront_release_notes.md b/pages/doc/wavefront_release_notes.md index bbf720f1d..cf8159040 100644 --- a/pages/doc/wavefront_release_notes.md +++ b/pages/doc/wavefront_release_notes.md @@ -62,7 +62,6 @@ In October, 2023, we start to incrementally [**onboard**](csp_migration.html) al **Amazon Web Services Integration Improvement**: You can now disable the ingestion of support service limit metrics. See the [Integrations Release Notes](integrations_new_changed.html#january-2024) for details. - ## 2024-01.x Release Notes **Traces Security Policy**: You can block application or service information for specific users so that they don’t see the data on the Application Status page, Traces Browser, Application Map, or Operations Dashboards. To learn more, see: From 0d1844bb4a1afd7e240408b340dce33aa6065591 Mon Sep 17 00:00:00 2001 From: shavidissa Date: Tue, 27 Feb 2024 15:50:25 -0800 Subject: [PATCH 20/25] update --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e1cc59870..495154c07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,7 +93,7 @@ GEM google-protobuf (~> 3.25) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - thor (1.3.0) + thor (1.3.1) unicode-display_width (2.5.0) verbal_expressions (0.1.5) webrick (1.8.1) From 7fc3fbfd664ea2bad0ac8f2796ddb971964560c7 Mon Sep 17 00:00:00 2001 From: shavidissa Date: Wed, 28 Feb 2024 13:45:27 -0800 Subject: [PATCH 21/25] update to start the build --- pages/doc/wavefront_release_notes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/doc/wavefront_release_notes.md b/pages/doc/wavefront_release_notes.md index cf8159040..108aec3d6 100644 --- a/pages/doc/wavefront_release_notes.md +++ b/pages/doc/wavefront_release_notes.md @@ -57,7 +57,6 @@ In October, 2023, we start to incrementally [**onboard**](csp_migration.html) al * Restore or permanently delete a deleted derived metric. * Select one or more derived metrics to add or remove specific tags for them, or to delete them. - ## 2024-03.x Release Notes **Amazon Web Services Integration Improvement**: You can now disable the ingestion of support service limit metrics. See the [Integrations Release Notes](integrations_new_changed.html#january-2024) for details. From 552488b9701b17cfbfeb9b6e9b7e36eedbca31ff Mon Sep 17 00:00:00 2001 From: shavidissa Date: Fri, 1 Mar 2024 13:47:00 -0800 Subject: [PATCH 22/25] jekyll 4.3.3 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index c584f1572..f20e18210 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem 'jekyll', '~> 4.0', '>= 4.0.1' +gem 'jekyll', '~> 4.3', '>= 4.3.3' gem 'nokogiri', '~> 1.16.2' group :jekyll_plugins do gem 'algoliasearch-jekyll', '~> 0.8.0' diff --git a/Gemfile.lock b/Gemfile.lock index 495154c07..f8e5b14b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,7 +107,7 @@ PLATFORMS DEPENDENCIES algoliasearch-jekyll (~> 0.8.0) - jekyll (~> 4.0, >= 4.0.1) + jekyll (~> 4.3, >= 4.3.3) jekyll-sitemap jekyll-target-blank kramdown-parser-gfm From 09da6adba11402819a18141f5dea929321d7de41 Mon Sep 17 00:00:00 2001 From: shavidissa Date: Fri, 15 Mar 2024 13:03:13 -0700 Subject: [PATCH 23/25] rename the about section --- pages/doc/tobs_faq.md | 16 ++++++++-------- pages/doc/wavefront_introduction.md | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pages/doc/tobs_faq.md b/pages/doc/tobs_faq.md index a34a87e1c..95b25ce2e 100644 --- a/pages/doc/tobs_faq.md +++ b/pages/doc/tobs_faq.md @@ -4,7 +4,7 @@ keywords: alerts tags: [getting started] sidebar: doc_sidebar permalink: tobs_faq.html -summary: Get answers to the top frequently asked questions for VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront). +summary: Get answers to the top frequently asked questions for Tanzu Observability (formerly known as VMware Aria Operations for Applications) . --- ## Do You Have Tutorials? @@ -14,8 +14,8 @@ Yes! - Detailed step-by-step instructions for ingesting data from AWS - Links to next steps * The [Windows Host Integration Tutorial](windows_host_tutorial.html) has: - - Detailed step-by-step instructions for ingesting data from a Windows host machine, when your Operations for Applications service **is onboarded** to VMware Cloud services. - - A video about ingesting data from a Windows machine when your Operations for Applications service is **not onboarded** to VMware Cloud services. + - Detailed step-by-step instructions for ingesting data from a Windows host machine, when your Tanzu Observability service **is onboarded** to VMware Cloud services. + - A video about ingesting data from a Windows machine when your Tanzu Observability service is **not onboarded** to VMware Cloud services. * The [Explore Data Tutorial](tutorial_dashboards.html) gives step-by-step instructions for exploring a sample dashboard. You don't need special permissions follow these steps. * The [Query Language Tutorial](query_language_getting_started.html) explores the anatomy of a query, includes a few videos, and includes hands-on practice. * The [Alerts Browser Tutorial](alerts.html#alerts-browser-tutorial) and the [Create Alerts Tutorial](alerts_manage.html#create-alert-tutorial) get you started with alerts. @@ -40,7 +40,7 @@ See [REST API](wavefront_api.html) for details on finding the API token and more - @@ -53,7 +53,7 @@ By default, all users can view dashboards and alerts. They can also edit dashboa

    Action

    1. Check your permissions. See: - * [Examine Groups, Roles, and Permissions in Operations for Applications](users_account_managing.html#examine-groups-roles-and-permissions) -- Applicable for original subscribers. + * [Examine Groups, Roles, and Permissions in Tanzu Observability](users_account_managing.html#examine-groups-roles-and-permissions) -- Applicable for original subscribers. * [Examine Your Groups, Roles, and Permissions in VMware Cloud services](csp_users_account_managing.html#examine-your-groups-roles-and-permissions) -- Applicable for new subscribers. 2. If you don't have the permissions you need, ask a user with the proper administration permissions or to grant you the permissions. 3. If that doesn't solve the problem, the individual dashboard or alert you're trying to edit might be protected by access control. The creator of the alert or dashboard or a Super Admin user can grant access. @@ -64,16 +64,16 @@ PPS and Overage determine what a customer is billed: * **PPS** -- Or Points per Second, means data points ingested per second to the service. All customers are billed based on their PPS. * **Overage** -- Many of our customers have a contract that specifies a certain PPS for a certain amount of time. If the customer exceeds that PPS, the customer is billed for overage. -Because the service runs on AWS, we have to bill based on how much data is ingested. However, we're interested in helping you lower your bill and get more out of VMware Aria Operations for Applications. We encourage you to find out: +Because the service runs on AWS, we have to bill based on how much data is ingested. However, we're interested in helping you lower your bill and get more out of Tanzu Observability. We encourage you to find out: * Are there dashboards or alerts that ingest data but that are never used? * Are your queries looking at too much data, that is, could you filter as part of the query? Start with [Improve PPS Usage and Prevent Overage](wavefront_usage_info.html) and learn how to examine your data and how to improve PPS. -## Why Is VMware Aria Operations for Applications So Slow? +## Why Is Tanzu Observability So Slow? -VMware Aria Operations for Applications can handle a lot of data, but sometimes you need it faster! +Tanzu Observability can handle a lot of data, but sometimes you need it faster!

    Action

    diff --git a/pages/doc/wavefront_introduction.md b/pages/doc/wavefront_introduction.md index 31ceb3f1c..96632d849 100644 --- a/pages/doc/wavefront_introduction.md +++ b/pages/doc/wavefront_introduction.md @@ -5,13 +5,13 @@ sidebar: doc_sidebar permalink: wavefront_introduction.html summary: Learn about the architecture, interfaces, and how to get started. --- -VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront) is a high-performance streaming analytics platform that supports observability for metrics, counters, histograms, and traces/spans. The product is unique because it scales to very high data ingestion rates and query loads. You can collect data from many services and sources across your entire application stack, and can look at details for earlier data that were ingested earlier. +Tanzu Observability (formerly known as VMware Aria Operations for Applications) is a high-performance streaming analytics platform that supports observability for metrics, counters, histograms, and traces/spans. The product is unique because it scales to very high data ingestion rates and query loads. You can collect data from many services and sources across your entire application stack, and can look at details for earlier data that were ingested earlier. ## Where Do I Start? You can [sign up for a free trial](start_trial.html) and try out our service. -Starting July 3, 2023, Operations for Applications is a service on the [VMware Cloud services platform](https://console.cloud.vmware.com/). After this date, we support two types of subscriptions: Operations for Applications subscriptions **onboarded** to the VMware Cloud services platform and **original** subscriptions. Original subscriptions are the existing ones and they remain as is until [onboarded](csp_migration.html) to VMware Cloud services. For information about the subscription types and how they differ, see [Subscription Types](subscriptions-differences.html). +Starting July 3, 2023, Tanzu Observability is a service on the [VMware Cloud services platform](https://console.cloud.vmware.com/). After this date, we support two types of subscriptions: Tanzu Observability subscriptions **onboarded** to the VMware Cloud services platform and **original** subscriptions. Original subscriptions are the existing ones and they remain as is until [onboarded](csp_migration.html) to VMware Cloud services. For information about the subscription types and how they differ, see [Subscription Types](subscriptions-differences.html). After your free trial expires, you can [upgrade and purchase our service](upgrade_and_purchase.html). @@ -94,7 +94,7 @@ After you've set up an alert with that information, we'll send alert notificatio We support [over 200 integrations](label_integrations%20list.html) including cloud providers, DevOps tools, big data, and more. -To interact with our service, you can use our rich Graphical User Interface, which includes many pre-built system dashboards, charts, and alerts. You can also use SDKs available on our [GitHub page](https://github.com/wavefrontHQ), the Operations for Applications REST API, and CLIs. +To interact with our service, you can use our rich Graphical User Interface, which includes many pre-built system dashboards, charts, and alerts. You can also use SDKs available on our [GitHub page](https://github.com/wavefrontHQ), the Tanzu Observability REST API, and CLIs. In addition, tight integrations with Spring Boot, Kubernetes, and Tanzu Mission Control are available. @@ -135,7 +135,7 @@ It's easy to monitor any of the clusters: ## How Do I Set Up a Data Ingestion Pipeline? -You can use VMware Aria Operations for Applications with time-series (metric) data, and also with traces and spans, and with histograms from diverse sources. +You can use Tanzu Observability with time-series (metric) data, and also with traces and spans, and with histograms from diverse sources. * **Cloud:** Perform minimal setup to let the service access the data in your cloud environment. The result is direct ingestion of cloud services data such as Amazon Web Services or Google Cloud Platform. * **Integrations:** For other data sources, we support [over 200 integrations](label_integrations%20list.html). You modify a simple configuration file and you’re good to go. * **Start Where You Are:** If your environment already has a metrics infrastructure, you can do some pre-processing on the data so that it corresponds to our data format, and send them directly to the Wavefront proxy. @@ -173,4 +173,4 @@ Our service runs the metrics collection engine. The service runs in the cloud an * The proxy can also ingest metrics from your log files. See [Log Data Metrics Integration](integrations_log_data.html) -![VMware Aria Operations for Applications architecture](images/wavefront_architecture_new.png) +![Tanzu Observability architecture](images/wavefront_architecture_new.png) From 97f3af4ebde4eb6616d7d36d1aabc0f05fd0f73b Mon Sep 17 00:00:00 2001 From: shavidissa Date: Mon, 18 Mar 2024 12:05:52 -0700 Subject: [PATCH 24/25] updatet the Quickstart and Tutorials --- pages/doc/csp_invite-AoA-users_tutorial.md | 54 ++++++++++----------- pages/doc/documentation_getting_started.md | 20 ++++---- pages/doc/hello_wavefront_aws_tutorial.md | 10 ++-- pages/doc/query_language_getting_started.md | 2 +- pages/doc/query_language_reference.md | 2 +- pages/doc/tutorial_dashboards.md | 2 +- pages/doc/ui_chart_reference.md | 2 +- pages/doc/videos.md | 8 ++- pages/doc/windows_host_tutorial.md | 22 ++++----- 9 files changed, 60 insertions(+), 62 deletions(-) diff --git a/pages/doc/csp_invite-AoA-users_tutorial.md b/pages/doc/csp_invite-AoA-users_tutorial.md index 95a80c7b5..24f03138f 100644 --- a/pages/doc/csp_invite-AoA-users_tutorial.md +++ b/pages/doc/csp_invite-AoA-users_tutorial.md @@ -4,20 +4,20 @@ keywords: tags: [tutorials] sidebar: doc_sidebar permalink: csp_new_users_tutorial.html -summary: Learn how to invite new users to VMware Aria Operations for Applications through the VMware Cloud Services Console. +summary: Learn how to invite new users to Tanzu Observability (formerly known as VMware Aria Operations for Applications) through the VMware Cloud Services Console. --- -Starting July 3, 2023, Operations for Applications is a service on the VMware Cloud services platform. After this date, we support two types of subscriptions: -* Operations for Applications subscriptions **onboarded** to the VMware Cloud services platform. +Starting July 3, 2023, Tanzu Observability is a service on the VMware Cloud services platform. After this date, we support two types of subscriptions: +* Tanzu Observability subscriptions **onboarded** to the VMware Cloud services platform. * **Original** subscriptions -- the existing ones which remain as is until they migrate to VMware Cloud services. -In this tutorial, you’ll learn how to invite new users to Operations for Applications through the VMware Cloud Services Console. +In this tutorial, you’ll learn how to invite new users to Tanzu Observability through the VMware Cloud Services Console. ## Requirements When your service **is onboarded** to VMware Cloud services, all new users are invited through the VMware Cloud Services Console. -To invite users, you must have the VMware Cloud **Organization Owner** or **Organization Administrator** role. You can invite users to your organization and grant them access to the services associated with it - in this case, this is Operations for Applications. You can also track the invitations you send. Invitations are valid for up to seven days. If you have sent an invitation in error, you can revoke it. +To invite users, you must have the VMware Cloud **Organization Owner** or **Organization Administrator** role. You can invite users to your organization and grant them access to the services associated with it - in this case, this is Tanzu Observability. You can also track the invitations you send. Invitations are valid for up to seven days. If you have sent an invitation in error, you can revoke it. ## Roles to Assign @@ -28,7 +28,7 @@ When you invite new users, you must assign them: Note that you can assign the **Organization Owner** role to another user only if you have the **Organization Owner** role. -* A role within the Operations for Applications service instance. +* A role within the Tanzu Observability service instance. Optionally, you can also assign a custom role created in the VMware Cloud organization. Custom roles are composed of different service permissions. @@ -42,10 +42,10 @@ Optionally, you can also assign a custom role created in the VMware Cloud organi ### Step 2: Navigate to Your Organization -VMware Cloud uses organizations to provide controlled access to one or more services. As an enterprise using multiple cloud services, Organizations provide an easy way to map your business groups and processes to different organizations. If you belong to more organizations, you must navigate to the organization to which Operations for Applications is onboarded. +VMware Cloud uses organizations to provide controlled access to one or more services. As an enterprise using multiple cloud services, Organizations provide an easy way to map your business groups and processes to different organizations. If you belong to more organizations, you must navigate to the organization to which Tanzu Observability is onboarded. 1. Click your username and click **Change Organization**. -2. Select the name of the organization to which Operations for Applications is **onboarded**. +2. Select the name of the organization to which Tanzu Observability is **onboarded**. ### Step 3: Find Your Roles Within the Organization @@ -56,12 +56,12 @@ If do not have the VMware Cloud **Organization Owner** or **Organization Adminis ## Invite a New User and Assign Service Roles Only -We provide a number of built-in Operations for Applications service roles. +We provide a number of built-in Tanzu Observability service roles. - A corresponding service role for each [permission](csp_permissions_overview.html#operations-for-applications-permissions). - Two special service roles - one that grants full administrative access to the service, and another one that grants read-only access to the service. -For more information, see [Operations for Applications Service Roles (Built-in)](csp_users_roles.html#operations-for-applications-service-roles-built-in). +For more information, see [Tanzu Observability Roles (Built-in)](csp_users_roles.html#operations-for-applications-service-roles-built-in). ### Step 1: Enter the New User Details @@ -73,7 +73,7 @@ For more information, see [Operations for Applications Service Roles (Built-in)] ### Step 2: Assign Roles and Invite the User -In a multi-tenant environment, you can assign different service roles for each Operations for Applications instance. Let's first assign the mandatory organization role and then we will assign different service roles for two Operations for Applications instances. +In a multi-tenant environment, you can assign different service roles for each Tanzu Observability instance. Let's first assign the mandatory organization role and then we will assign different service roles for two Tanzu Observability instances. 1. Select a mandatory organization role to assign. @@ -83,12 +83,12 @@ In a multi-tenant environment, you can assign different service roles for each O ![A screenshot with the Organization Member role, selected by default and the Support user additional role selected.](images/csp-mandatory-roles.png) -2. Assign Operations for Applications service roles for the first Operations for Applications instance. +2. Assign Tanzu Observability service roles for the first Tanzu Observability instance. 1. Click **Add a Service**. - 1. From the drop-down menu, select **VMware Aria Operations for Applications**. - ![A screenshot with the Operations for Applications service selected.](images/csp-select-service.png) + 1. From the drop-down menu, select **Tanzu Observability**. + ![A screenshot with the Tanzu Observability service selected.](images/csp-select-service.png) 1. From the **in** drop-down menu, select the service instance to which you want to invite the new user. - ![A screenshot with the Operations for Applications service instance selected.](images/csp-select-aoa-service.png) + ![A screenshot with the Tanzu Observability service instance selected.](images/csp-select-aoa-service.png) 1. Assign the service roles to the user. Let's say that the user you're inviting will: @@ -100,17 +100,17 @@ In a multi-tenant environment, you can assign different service roles for each O For this purpose, select the following service roles: **Proxies**, **Integrations**, **Dashboards**, and **Alerts**. - ![A screenshot with the Operations for Applications roles selected.](images/csp-assign-service-roles.png) + ![A screenshot with the Tanzu Observability roles selected.](images/csp-assign-service-roles.png) 1. Leave the never expires access field as is. -3. Assign the **Super Admin** service role for another Operations for Applications instance. +3. Assign the **Super Admin** service role for another Tanzu Observability instance. 1. Click **+ Add an Instance**. 1. From the **in** drop-down menu, select the other service instance to which you want to invite the new user. - ![A screenshot with the Operations for Applications service instance selected.](images/csp-select-another-service.png) + ![A screenshot with the Tanzu Observability service instance selected.](images/csp-select-another-service.png) 1. Assign the **Super Admin** service role to the user. - ![A screenshot with the Operations for Applications roles selected.](images/csp-assign-superadmin-service-role.png) + ![A screenshot with the Tanzu Observability roles selected.](images/csp-assign-superadmin-service-role.png) 1. Leave the never expires access field as is. 4. Leave the **Send emails to all invited users notifying them of this role assignment** selected and click **Add**. @@ -124,7 +124,7 @@ If you have created custom roles and want to assign custom roles to a user, you * At least one service role, for example **Viewer** * The custom roles of interest -Custom roles work only in combination with service roles. The Operations for Applications permissions in a custom role apply to all service instances (tenants) for which the user has at least one Operations for Applications service role. +Custom roles work only in combination with service roles. The Tanzu Observability permissions in a custom role apply to all service instances (tenants) for which the user has at least one Tanzu Observability service role. ### Step 1: Enter the New User Details @@ -142,23 +142,23 @@ Let's assign **Organization Administrator** as a mandatory organization role, th ![A screenshot with the Organization Administrator role selected.](images/csp-assign-org-admin.png) -2. Assign the **Viewer** service role for a specific Operations for Applications service instance. +2. Assign the **Viewer** service role for a specific Tanzu Observability service instance. 1. Click **Add a Service**. - 1. From the drop-down menu, select **VMware Aria Operations for Applications**. - ![A screenshot with the Operations for Applications service selected.](images/csp-select-service.png) + 1. From the drop-down menu, select **Tanzu Observability**. + ![A screenshot with the Tanzu Observability service selected.](images/csp-select-service.png) 1. From the **in** drop-down menu, select the service instance to which you want to invite the new user and leave the **Viewer** service role selected so that you assign it to the user. - ![A screenshot with the Operations for Applications service instance and the Viewer role selected.](images/csp-select-aoa-service-viewer.png) + ![A screenshot with the Tanzu Observability instance and the Viewer role selected.](images/csp-select-aoa-service-viewer.png) 1. Leave the never expires access field as is. -3. Assign the **Ingestion Policies** service role for another Operations for Applications service instance. +3. Assign the **Ingestion Policies** service role for another Tanzu Observability service instance. 1. Click **+Add an Instance**. 1. From the **in** drop-down menu, select the other service instance to which you want to invite the new user. 1. Select the **Ingestion Policies** service role to assign it to the user. - ![A screenshot with the Operations for Applications service instance and the Viewer and the Ingestion Policies service roles selected.](images/csp-assign-two-service-roles.png) + ![A screenshot with the Tanzu Observability service instance and the Viewer and the Ingestion Policies service roles selected.](images/csp-assign-two-service-roles.png) 1. Leave the never expires access field as is. 3. Assign the custom role to the user. - The custom role is assigned for the already selected Operations for Applications service instances. + The custom role is assigned for the already selected Tanzu Observability service instances. 1. Click **+ Add Custom Roles Access**. 1. In the **Add custom role access** popup window, search for, select the custom role that you want to assign, and click **Add**. diff --git a/pages/doc/documentation_getting_started.md b/pages/doc/documentation_getting_started.md index a7f6d9d46..43962f0e2 100644 --- a/pages/doc/documentation_getting_started.md +++ b/pages/doc/documentation_getting_started.md @@ -7,19 +7,19 @@ permalink: tutorial_overview.html summary: Come up to speed with tutorials in product, GitHub, and docs. --- -Learn VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront) with in-product or external resources: +Learn about Tanzu Observability (formerly known as VMware Aria Operations for Applications) with in-product or external resources: * **Learn from the Product**: Getting Started workflow, tutorial and tour integrations, help panel, integration setup examples. * **Tutorials, Videos, and More**: Tutorials, Reference documentation, FAQs and Recipes, videos, and more. - Start with the [Integrations](hello_wavefront_aws_tutorial.html) tutorial. - - Watch the videos in the [Get Started with VMware Aria Operations for Applications](https://vmwaretv.vmware.com/embedplaylist/secure/embed/v2/1/playlistId/1_zcafsh0j/uiConfId/47611883) playlist on VMware TV. + - Watch the videos in the [Get Started with Tanzu Observability](https://vmwaretv.vmware.com/embedplaylist/secure/embed/v2/1/playlistId/1_zcafsh0j/uiConfId/47611883) playlist on VMware TV. ## Learn from the Product


    VMware Aria Operations for Applications has more than 250 integrations. Click [here](label_integrations%20list.html) for the full list of integrations.

    +


    Tanzu Observability has more than 250 integrations. Click [here](label_integrations%20list.html) for the full list of integrations.

    Most of the documentation of the integrations comes from the code and is generated by a script. For best practices and details about some of our integrations, expand Integrations in the TOC on the left and click Integration Details.
    screenshot of doc set table of contents, integration details opened
    - - + @@ -87,7 +87,7 @@ Our documentation includes reference documentation for API, query language, and
    The Getting Started onboarding flow helps you get data in, build a dashboard, and create an alert. +The Getting Started onboarding flow helps you get data in, build a dashboard, and create an alert.
    • All trial users go through a Getting Started flow.
    • All other users can click Getting Started on the toolbar to start.
    You can use the customer-wide or user-level preferences to control whether Getting Started is visible on the toolbar. @@ -28,19 +28,19 @@ You can use the customer-wide or user-level preferences to control whether
    -The Operations for Applications Tutorial allows you to experiment with charts and alerts to learn (clone the integration to save your results). +The Tanzu Observability Tutorial allows you to experiment with charts and alerts to learn (clone the integration to save your results).
    1. Click Integrations on the toolbar.
    2. -
    3. Click the Operations for Applications Tutorial tile and click the Dashboards tab.
    4. +
    5. Click the Tanzu Observability Tutorial tile and click the Dashboards tab.
    6. Click a dashboard and follow the instructions on the left to explore the charts (with sample data) on the right.
    A Screenshot of the Operations for Applications Tutorial DashboardsA Screenshot of the Tanzu Observability Tutorial Dashboards
    -The Operations for Applications Tour integration is a deep dive into the product functionality.

    +The Tanzu Observability Tour integration is a deep dive into the product functionality.

    You can explore dashboards and charts, which use sample data to highlight functionalities such as Anomaly Detection or fine-tuning alerts. The tour also includes single-host and cluster metrics exploration dashboards.
    1. Click Integrations on the toolbar.
    2. -
    3. Search for and click the Operations for Applications Tour tile and click the Dashboards tab.
    4. +
    5. Search for and click the Tanzu Observability Tour tile and click the Dashboards tab.
    6. Click any of the dashboards to explore data.
    screenshot of cluster metrics exploration dashboard
    Our FAQ info helps both new and advanced users. We're updating this list as we hear from you in conversations or on Slack. -
    • Charts FAQ explains how to set color mapping, how to define drilldown links, and more.
    • +
      • Charts FAQ explains how to set color mapping, how to define drill down links, and more.
      • Kubernetes FAQ addresses common questions, such as integrating with third-party applications.
      • Tracing FAQ helps with common tasks like filtering RED metrics with custom span tags.
      • Wavefront and Spring Boot FAQ explains differences between Freemium and trial clusters, how to visualize metrics and traces, and more.
      • @@ -101,7 +101,7 @@ Our documentation includes reference documentation for API, query language, and This doc set includes a set of tutorials for common use cases and links to short videos that help you get up to speed quickly. -The [VMware Aria Operations for Applications channel on VMware TV](https://vmwaretv.vmware.com/channel/Tanzu%2BObservability/252649793) offers 50+ videos including conceptual lightboard videos and many short how-to videos. +The [Tanzu Observability channel on VMware TV](https://vmwaretv.vmware.com/channel/Tanzu%2BObservability/252649793) offers 50+ videos including conceptual lightboard videos and many short how-to videos. You can watch the Getting Started playlist videos on VMware TVvideo camera icon or click below to start.
        diff --git a/pages/doc/hello_wavefront_aws_tutorial.md b/pages/doc/hello_wavefront_aws_tutorial.md index bb2f123fe..73160e61e 100644 --- a/pages/doc/hello_wavefront_aws_tutorial.md +++ b/pages/doc/hello_wavefront_aws_tutorial.md @@ -60,11 +60,11 @@ Follow these steps: 1. Click the **AWS Account** tile and select the **Another AWS account** radio button. 1. Copy the **Account ID** value shown in the AWS integration setup instructions. 1. Paste it in the **Account ID** text box in the AWS UI. - ![A diagram that shows where the account ID is on the Operations for Applications integration and an arrow pointing how to copy and paste on the AWS account.](images/hello_tutorial_aws_account_ID.png) + ![A diagram that shows where the account ID is on the Tanzu Observability integration and an arrow pointing how to copy and paste on the AWS account.](images/hello_tutorial_aws_account_ID.png) 1. Select the **Require external ID** check box. ![A screenshot of the external ID option selected.](images/hello_tutorial_aws_external_ID_selected.png) 1. Enter the **External ID**. Copy the **External ID** value shown in the AWS integration setup instructions and paste it here. - ![A diagram that shows where the external ID is on the Operations for Applications integration and an arrow pointing how to copy and paste on the AWS account.](images/hello_tutorial_aws_external_ID.png) + ![A diagram that shows where the external ID is on the Tanzu Observability integration and an arrow pointing how to copy and paste on the AWS account.](images/hello_tutorial_aws_external_ID.png) 1. Click **Next**. 1. Set Permissions: 1. Search for the **ReadOnlyAccess** permission and select it. @@ -76,7 +76,7 @@ Follow these steps: 1. Click **Create role**. 1. Once the list of roles appears, click `example-role` (the role you just created), and copy the **ARN** value. -{% include note.html content="See [Giving Limited Access](integrations_aws_overview.html#giving-limited-access) if you want to specify a more restrictive IAM policy for VMware Aria Operations for Applications." %} +{% include note.html content="See [Giving Limited Access](integrations_aws_overview.html#giving-limited-access) if you want to specify a more restrictive IAM policy for Tanzu Observability." %} ### Step 3: Configure the AWS Integration @@ -94,7 +94,7 @@ Go back to the product instance where you opened the AWS integration tile, and f
    -VMware Aria Operations for Applications can now connect to your AWS account and get data. Once the data starts flowing, you can visualize it. It will take a few minutes for the data to show. +Tanzu Observability can now connect to your AWS account and get data. Once the data starts flowing, you can visualize it. It will take a few minutes for the data to show. ### Step 4: (Optional) Launch an EC2 Instance @@ -218,7 +218,7 @@ Our Success Value Engineering team shared some frequently asked questions -- and * How do I manage my account (permissions, preferences, etc.)? See [Customize Your Account](users_account_managing.html). * How can admins add other users? See [Manage User Accounts](user-accounts.html). * How do admins set up SSO? See [Single-Tenant Authentication and Self-Service SAML SSO](auth_self_service_sso.html) -* How do I track usage? See [Monitor Your Service with the Operations for Applications Usage Integration](wavefront_monitoring.html). +* How do I track usage? See [Monitor Your Service with the Tanzu Observability Usage Integration](wavefront_monitoring.html). * Why did my alert (not) fire? See [Why Did My Alert Not Fire?](alerts_faq.html#why-did-my-alert-not-fire) and [Why Did My Alert Misfire](alerts_faq.html#why-did-my-alert-misfire). * How do I contact support? See [Support and Feedback](wavefront_support_feedback.html). * Do you have videos? Yes! We have a [video channel on VMware TV](https://vmwaretv.vmware.com/channel/Tanzu%2BObservability/252649793)! diff --git a/pages/doc/query_language_getting_started.md b/pages/doc/query_language_getting_started.md index 3547f7ddb..2ce7fd12c 100644 --- a/pages/doc/query_language_getting_started.md +++ b/pages/doc/query_language_getting_started.md @@ -7,7 +7,7 @@ permalink: query_language_getting_started.html summary: Watch some videos, run a query, apply filters and functions, and more. --- -VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront) includes the Wavefront Query Language (WQL), which lets you retrieve and display data that has been ingested. +Tanzu Observability (formerly known as VMware Aria Operations for Applications) includes the Wavefront Query Language (WQL), which lets you retrieve and display data that has been ingested. * **Time series data** The query language is particularly well suited to time series data because it accommodates the periodicity, potential irregularity, and streaming nature of that data type. * **Histograms** The query language includes functions for [manipulating histograms](query_language_reference.html#histogram-functions). * **Traces and spans** Use the [tracing UI](tracing_traces_browser.html) to query traces and spans. diff --git a/pages/doc/query_language_reference.md b/pages/doc/query_language_reference.md index bb72b7c74..a2f48b8fd 100644 --- a/pages/doc/query_language_reference.md +++ b/pages/doc/query_language_reference.md @@ -6,7 +6,7 @@ sidebar: doc_sidebar permalink: query_language_reference.html summary: Learn about the query syntax, operators, and functions supported by Wavefront Query Language (WQL). --- -VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront) includes the Wavefront Query Language, which allows you to extract the information you need from your data. You use the query language for queries that display in charts and for alerts. This page is a complete reference to all query language elements and functions. You can click most functions for a page with details and examples. +Tanzu Observability (formerly known as VMware Aria Operations for Applications) includes the Wavefront Query Language, which allows you to extract the information you need from your data. You use the query language for queries that display in charts and for alerts. This page is a complete reference to all query language elements and functions. You can click most functions for a page with details and examples. ## Query Expressions diff --git a/pages/doc/tutorial_dashboards.md b/pages/doc/tutorial_dashboards.md index a2210b3d8..55d729625 100644 --- a/pages/doc/tutorial_dashboards.md +++ b/pages/doc/tutorial_dashboards.md @@ -17,7 +17,7 @@ The focus in tutorial is on exploration, so you don't need any permissions to go ## Task 1: Find a Sample Dashboard in the Dashboards Browser -VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront) includes pre-built tutorial and tour integrations with dashboards that show how to use the product with sample metrics. Let's explore a tour dashboard, which contains sample data. +Tanzu Observability (formerly known as VMware Aria Operations for Applications) includes pre-built tutorial and tour integrations with dashboards that show how to use the product with sample metrics. Let's explore a tour dashboard, which contains sample data. diff --git a/pages/doc/ui_chart_reference.md b/pages/doc/ui_chart_reference.md index ea8cc7244..bec029eb2 100644 --- a/pages/doc/ui_chart_reference.md +++ b/pages/doc/ui_chart_reference.md @@ -6,7 +6,7 @@ sidebar: doc_sidebar permalink: ui_chart_reference.html summary: Chart types and configuration options for each chart type. --- -VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront) provides charts viewing and examining your data. You can interact directly with charts in real time -- zoom in, zoom out, change the time window, and so on. +Tanzu Observability (formerly known as VMware Aria Operations for Applications) provides charts viewing and examining your data. You can interact directly with charts in real time -- zoom in, zoom out, change the time window, and so on. Users with dashboard permission can customize many aspects of the chart and save their changes. This page is a detailed reference to the tabs in the different chart types. We repeat tab reference for each chart type. diff --git a/pages/doc/videos.md b/pages/doc/videos.md index daf659858..b35ec8e0d 100644 --- a/pages/doc/videos.md +++ b/pages/doc/videos.md @@ -4,13 +4,11 @@ keywords: videos tags: [getting started] sidebar: doc_sidebar permalink: videos.html -summary: Learn about VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront) with videos. +summary: Learn about Tanzu Observability (formerly known as VMware Aria Operations for Applications) with videos. --- -This page contains the playlists with our videos. You can instead watch them from the [VMware Aria Operations for Applications channel on VMware TV here](https://vmwaretv.vmware.com/channel/Tanzu%2BObservability/252649793). +This page contains the playlists with our videos. You can instead watch them from the [Tanzu Observability channel on VMware TV here](https://vmwaretv.vmware.com/channel/Tanzu%2BObservability/252649793). -Note that in most of our videos we still refer to VMware Aria Operations for Applications as Tanzu Observability or Wavefront. - -{% include note.html content="In most of our videos we still refer to VMware Aria Operations for Applications as Tanzu Observability or Wavefront. These videos were created between 2017 and 2022 and some of the information in them might have changed." %} +{% include note.html content="In most of our videos we still refer to Tanzu Observability as Wavefront. These videos were created between 2017 and 2022 and some of the information in them might have changed." %} ## Getting Started diff --git a/pages/doc/windows_host_tutorial.md b/pages/doc/windows_host_tutorial.md index e296e3976..f398c4c97 100644 --- a/pages/doc/windows_host_tutorial.md +++ b/pages/doc/windows_host_tutorial.md @@ -4,14 +4,14 @@ keywords: tags: [tutorials] sidebar: doc_sidebar permalink: windows_host_tutorial.html -summary: Get data from a Windows host and monitor in VMware Aria Operations for Applications. +summary: Get data from a Windows host and monitor in Tanzu Observability. --- -Starting July 3, 2023, Operations for Applications is a service on the VMware Cloud services platform. After this date, we support two types of subscriptions: -* Operations for Applications subscriptions **onboarded** to the VMware Cloud services platform. +Starting July 3, 2023, Tanzu Observability is a service on the VMware Cloud services platform. After this date, we support two types of subscriptions: +* Tanzu Observability subscriptions **onboarded** to the VMware Cloud services platform. * **Original** subscriptions -- the existing ones which remain as is until they migrate to VMware Cloud services. -In this tutorial, you’ll learn how to ingest data from a Windows host machine to Operations for Applications by using a Wavefront proxy. Although Operations for Applications supports direct ingestion in non-production environments, such as POC or development and test environments, in production environments using a Wavefront proxy is the recommended and supported way for ingesting data. +In this tutorial, you’ll learn how to ingest data from a Windows host machine to Tanzu Observability by using a Wavefront proxy. Although Tanzu Observability supports direct ingestion in non-production environments, such as POC or development and test environments, in production environments using a Wavefront proxy is the recommended and supported way for ingesting data. ## Onboarded Subscriptions @@ -47,7 +47,7 @@ Let's create a server to server OAuth app and retrieve the app ID and app secret 6. Define the scopes by assigning roles to the server to server app. For example: 1. Assign the **Organization Member** organization role. - 1. Search for `Operations for Applications` in the list of scopes, expand the **VMware Aria Operations for Applications** service roles, and select **Proxies**. + 1. Search for `Tanzu Observability` in the list of scopes, expand the **Tanzu Observability** service roles, and select **Proxies**. {% include note.html content="Note that these are the minimum required roles for the server to server app that you'll use to install the Wavefront proxy." %} @@ -72,21 +72,21 @@ You will need the organization ID when you install the Wavefront proxy. {% include note.html content="To install the Wavefront proxy, you need the long organization ID." %} -### Step 3: Navigate to Operations for Applications +### Step 3: Navigate to Tanzu Observability -To install the Wavefront proxy, set up an integration, and install integration dashboards, you must have the **Proxies** and **Integrations** permissions. For more information see [Operations for Applications Permissions in VMware Cloud Services](csp_permissions_overview.html). +To install the Wavefront proxy, set up an integration, and install integration dashboards, you must have the **Proxies** and **Integrations** permissions. For more information see [Tanzu Observability Permissions in VMware Cloud Services](csp_permissions_overview.html). 1. In the VMware Cloud Services Console, click VMware Cloud Services. -2. Search for Operations for Applications and click the **VMware Aria Operations for Applications** tile. +2. Search for Tanzu Observability and click the **Tanzu Observability** tile. 3. Click **Launch Service**. In a multi-tenant environment, you should also select a tenant. - ![Operations for Applications tile with a drop-down menu displaying the available tenants.](images/csp_multi_tenancy.png) + ![Tanzu Observability tile with a drop-down menu displaying the available tenants.](images/csp_multi_tenancy.png) ### Step 4: Start the Setup Process -1. In your Operations for Applications service instance, click **Integrations** on the toolbar. +1. In your Tanzu Observability service instance, click **Integrations** on the toolbar. 2. Click the **Windows Host** integration tile. 3. Click the **Setup** tab. @@ -115,7 +115,7 @@ Once installed, the proxy automatically starts. Check `Program Files (x86)\Wavef ### Step 7: Verify That Metrics Are Flowing -When the Wavefront proxy and the Telegraf agent are installed and the proxy starts ingesting data to Operations for Applications, on the **Metrics** tab, you'll see the metrics that are flowing along with charts for each metric. +When the Wavefront proxy and the Telegraf agent are installed and the proxy starts ingesting data to Tanzu Observability, on the **Metrics** tab, you'll see the metrics that are flowing along with charts for each metric. ![Screenshot of the Windows host Metrics tab with metrics that are flowing](images/windows-host-metrics-tab.png) From 165780382fbc6eb5359fc369c02f673803eef823 Mon Sep 17 00:00:00 2001 From: shavidissa Date: Mon, 18 Mar 2024 12:20:29 -0700 Subject: [PATCH 25/25] Updated the rest of the pages: Quickstart and Tutorials --- pages/doc/glossary.md | 6 ++-- pages/doc/privacy.md | 2 +- pages/doc/terms_of_service.md | 2 +- pages/doc/wavefront_acessibility.md | 2 +- pages/doc/wavefront_api.md | 36 +++++++++++----------- pages/doc/wavefront_obsolescence_policy.md | 14 ++++----- pages/doc/wavefront_searching.md | 2 +- pages/doc/wavefront_support_feedback.md | 5 ++- 8 files changed, 34 insertions(+), 35 deletions(-) diff --git a/pages/doc/glossary.md b/pages/doc/glossary.md index bb96f9721..6e3109dbe 100644 --- a/pages/doc/glossary.md +++ b/pages/doc/glossary.md @@ -7,7 +7,7 @@ permalink: glossary.html summary: Learn how we use technical terms. --- -This VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront) glossary defines technical terms that are commonly used in the documentation or in the product. Click the links or search this documentation for details. +This Tanzu Observability (formerly known as VMware Aria Operations for Applications) glossary defines technical terms that are commonly used in the documentation or in the product. Click the links or search this documentation for details.
    @@ -200,7 +200,7 @@ This VMware Aria Operations for Applications (formerly known as Tanzu Observabil - + @@ -334,7 +334,7 @@ You can manage authorization with user-level permissions or user and group-level - + diff --git a/pages/doc/privacy.md b/pages/doc/privacy.md index 9c22fef8d..7b593bcb6 100644 --- a/pages/doc/privacy.md +++ b/pages/doc/privacy.md @@ -6,7 +6,7 @@ toc: false permalink: privacy.html summary: Privacy policy for pre-acquisition customers. --- -{% include important.html content="In 2023, the product name for Tanzu Observability by Wavefront has been changed to VMware Aria Operations for Applications."%} +{% include important.html content="In 2023, the product name for VMware Aria Operations for Applications is changed to Tanzu Observability."%}

    Last modified: March 7, 2023

    This privacy policy applies to you **ONLY** if you became a customer before August 17, 2017. See the Terms of Service for details. diff --git a/pages/doc/terms_of_service.md b/pages/doc/terms_of_service.md index 766ee0437..66a82d3ff 100644 --- a/pages/doc/terms_of_service.md +++ b/pages/doc/terms_of_service.md @@ -6,7 +6,7 @@ sidebar: doc_sidebar permalink: terms_of_service.html summary: Data Retention and Terms of Service --- -The terms of service and data retention for VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront) differ depending on the contract your company has with VMware. This page gives a summary and links to some relevant information. +The terms of service and data retention for Tanzu Observability (formerly known as VMware Aria Operations for Applications) differ depending on the contract your company has with VMware. This page gives a summary and links to some relevant information. {% include tip.html content="Details vary depending on when you became a customer and on your Service Agreement with VMware." %} diff --git a/pages/doc/wavefront_acessibility.md b/pages/doc/wavefront_acessibility.md index 0ebf38c2f..ca7b42891 100644 --- a/pages/doc/wavefront_acessibility.md +++ b/pages/doc/wavefront_acessibility.md @@ -6,7 +6,7 @@ permalink: wavefront_keyboard_shortcuts.html summary: Use the keyboard shortcuts to navigate through pages and menus. --- -VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront) is committed to continuous improvement of product accessibility. We recently addressed accessibility issues and included level-A accessibility fixes for keyboard navigation and colorblind support. We also addressed several level-AA accessibility issues. Here are some highlights: +Tanzu Observability (formerly known as VMware Aria Operations for Applications) is committed to continuous improvement of product accessibility. We recently addressed accessibility issues and included level-A accessibility fixes for keyboard navigation and colorblind support. We also addressed several level-AA accessibility issues. Here are some highlights: * Keyboard shortcuts allow you to navigate through pages and menus without using a mouse. * Color contrast supports colorblind accessibility. We continuously check our UI elements and change color as needed. diff --git a/pages/doc/wavefront_api.md b/pages/doc/wavefront_api.md index d584c7317..03b897e3f 100644 --- a/pages/doc/wavefront_api.md +++ b/pages/doc/wavefront_api.md @@ -4,10 +4,10 @@ keywords: getting started tags: [getting started] sidebar: doc_sidebar permalink: wavefront_api.html -summary: Learn about the REST API for managing VMware Aria Operations for Applications (previously known as Tanzu Observability by Wavefront). +summary: Learn about the REST API for managing Tanzu Observability (formerly known as VMware Aria Operations for Applications). --- -The REST API enables you to write scripts to perform management tasks, such as defining alerts and creating events. You can use the REST API to perform any task that is supported by the Operations for Applications GUI. The REST API is based on Swagger, so you can generate the API client of your choice (including a CLI client). +The REST API enables you to write scripts to perform management tasks, such as defining alerts and creating events. You can use the REST API to perform any task that is supported by the Tanzu Observability GUI. The REST API is based on Swagger, so you can generate the API client of your choice (including a CLI client). @@ -19,13 +19,13 @@ The current version of the REST API is v2. You can access the API at ` -## Invoking the Operations for Applications REST API +## Invoking the Tanzu Observability REST API You can invoke the API using `curl` or from an API client. In either case, you must use a token. The token that you need depends on your [subscription type](subscriptions-differences.html). -* For VMware Cloud services subscriptions, invoking the Operations for Application REST API requires a VMware Cloud services access token. -* For original subscriptions, invoking the Operations for Application REST API requires an Operations for Application API token. +* For VMware Cloud services subscriptions, invoking the Tanzu Observability REST API requires a VMware Cloud services access token. +* For original subscriptions, invoking the Tanzu Observability REST API requires a Tanzu Observability API token. -See [Use the Operations for Applications REST API](using_wavefront_api.html) for details and examples. +See [Use the Tanzu Observability REST API](using_wavefront_api.html) for details and examples. ## Generate an API Client Using Swagger @@ -87,7 +87,7 @@ Here's an example for generating a Java client: `swagger-codegen generate -i https://mydomain.wavefront.com/api/v2/swagger.json -c swagger-config.json -l java` -## Operations for Applications REST API Categories +## Tanzu Observability REST API Categories The REST API supports the following objects corresponding to different categories of management tasks: @@ -95,11 +95,11 @@ The REST API supports the following objects corresponding to different categorie - **Access** - Provides information on the access level of an entity. See [Notes on the Access Category](#access) below. - **Account (User and Service Account)** - Allows users with [**Accounts** permission](permissions_overview.html) to retrieve a list of all [accounts](users_roles.html), create, update, and delete accounts and manage permissions and groups associated with accounts. - {% include note.html content="Applies only to original subscriptions. See the [Operations for Applications subscription types](subscriptions-differences.html)."%} + {% include note.html content="Applies only to original subscriptions. See the [Tanzu Observability subscription types](subscriptions-differences.html)."%} - **Alert** - Retrieve active, snoozed, in-maintenance, and invalid alerts. Users with [**Alerts** permission](permissions_overview.html) can create and update alerts. - **ApiToken** - Allows users with [**Accounts** permission](permissions_overview.html) to retrieve, create, and manage API tokens. Used primarily in conjunction with service accounts. - {% include note.html content="Applies only to original subscriptions. See the [Operations for Applications subscription types](subscriptions-differences.html)."%} + {% include note.html content="Applies only to original subscriptions. See the [Tanzu Observability subscription types](subscriptions-differences.html)."%} - **Cloud Integration** - Retrieve cloud integration data types such as those available with the [AWS integration](integrations_aws_metrics.html), [Google Cloud Platform Integration](gcp.html), [Google Cloud Billing Integration](gcp_billing.html), [New Relic Integration](newrelic.html), [AppDynamics Integration](appdynamics.html), [Dynatrace Integration](dynatrace.html), [Microsoft Azure Integration](azure.html), [VMware Aria Operations (SaaS) Integration](vrops.html), and the [Snowflake Integration](snowflake.html). Users with [**Proxies** permission](permissions_overview.html) can add and remove cloud integration data types. - **Dashboard** - Retrieve data about dashboards, list dashboards, and return version history. Users with [**Dashboards** permission](permissions_overview.html) can save, create, delete, clone, undelete dashboards. - **Derived Metric** - Manage derived metrics. @@ -115,7 +115,7 @@ The REST API supports the following objects corresponding to different categorie - **Query** - Perform queries. - **Role** - Retrieve information about a role and manage roles and role assignees. - {% include note.html content="Applies only to original subscriptions. See the [Operations for Applications subscription types](subscriptions-differences.html)."%} + {% include note.html content="Applies only to original subscriptions. See the [Tanzu Observability subscription types](subscriptions-differences.html)."%} - **Saved Search** - Retrieve, add, and remove saved searches. - **Search** - Search agents, alerts, integrations, dashboards, external links, maintenance windows, sources, and webhook alert targets. - **Source** - Retrieve sources and tags associated with a source. Users with [**Source Tags** permission](permissions_overview.html) can add and remove source tags and set descriptions. @@ -123,7 +123,7 @@ The REST API supports the following objects corresponding to different categorie - **User** - Deprecated API. Use **Account (User and Service Account)** instead. - **UserGroup** - Allows users with [**Accounts** permission](permissions_overview.html) to retrieve a list of all groups, create, update, and delete groups, and manage the users and roles associated with a group. - {% include note.html content="Applies only to original subscriptions. See the [Operations for Applications subscription types](subscriptions-differences.html)."%} + {% include note.html content="Applies only to original subscriptions. See the [Tanzu Observability subscription types](subscriptions-differences.html)."%} - **Webhook** - Retrieve webhooks. Users with [**Alerts** permission](permissions_overview.html) can create, update, and delete webhooks. @@ -133,7 +133,7 @@ The `/api/access/{entity}` endpoint provides information on how often an entity {% include important.html content="In order to use this API, users must have both the Direct Data Ingestion and Metrics [permissions](permissions_overview.html)."%} -{% include note.html content="VMware Aria Operations for Applications uses a bloom filter to determine the access pattern. As a result, even if data access returns true, there’s a very low probability that data actually hasn't been accessed. If data access returns false, it is guaranteed that the data has not been accessed. +{% include note.html content="Tanzu Observability uses a bloom filter to determine the access pattern. As a result, even if data access returns true, there’s a very low probability that data actually hasn't been accessed. If data access returns false, it is guaranteed that the data has not been accessed. "%} This GET endpoint has the following parameters: @@ -149,7 +149,7 @@ This GET endpoint has the following parameters: +Warning:hostPrefix must be somewhat specific. There's a limit on how many hosts Tanzu Observability scans. diff --git a/pages/doc/wavefront_obsolescence_policy.md b/pages/doc/wavefront_obsolescence_policy.md index 75310e045..dc8927ad0 100644 --- a/pages/doc/wavefront_obsolescence_policy.md +++ b/pages/doc/wavefront_obsolescence_policy.md @@ -6,7 +6,7 @@ sidebar: doc_sidebar permalink: wavefront_obsolescence_policy.html summary: Learn about deprecated and EOL features and how to prevent potential problems. --- -VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront) product features and APIs move to end-of-life as part of the normal software development lifecycle, security improvements, and other factors. To support planning for upgrades, this document provides information on upcoming lifecycle changes. While every effort is made to provide sufficient notice of changes, security issues or other factors may occasionally lead to accelerated end-of-life dates. +Tanzu Observability (formerly known as VMware Aria Operations for Applications) product features and APIs move to end-of-life as part of the normal software development lifecycle, security improvements, and other factors. To support planning for upgrades, this document provides information on upcoming lifecycle changes. While every effort is made to provide sufficient notice of changes, security issues or other factors may occasionally lead to accelerated end-of-life dates. ## Lifecycle Stages @@ -78,7 +78,7 @@ The following proxy versions are deprecated or moved to end-of-life. ## Delta Counters -Delta counter behavior changed with [Release 2020.26](2020.26.x_release_notes.html). The original delta counter implementation was Deprecated with [Release 2020.26](2020.26.x_release_notes.html). We changed delta counter queries to use `cs()` in the Operations for Applications Usage integration and tracing RED metrics. The original delta counter implementation is End of Life March 31, 2021. +Delta counter behavior changed with [Release 2020.26](2020.26.x_release_notes.html). The original delta counter implementation was Deprecated with [Release 2020.26](2020.26.x_release_notes.html). We changed delta counter queries to use `cs()` in the Tanzu Observability Usage integration and tracing RED metrics. The original delta counter implementation is End of Life March 31, 2021. ### Automatic Updates and Required Changes @@ -167,13 +167,13 @@ For the above example if the data measured across 3 minutes had been a total of: Starting with release 2020.26, a new data type for storing delta counters is part of the product. Data ingestion of delta counters remains unchanged, and a delta (∆) is still required to indicate a delta counter, but the data is now queried via `cs()` instead of `ts()`. The original delta counters still report minutely, but instead of maintaining a monotonically increasing count they report the total number of increments that occurred within each minute. In our example, `cs(errors.count)` displays values of 10, 15, and 5. See [Counters and Delta Counters](delta_counters.html#counters-and-delta-counters-basics) for details and examples. -## Operations for Applications Authentication and Authorization +## Tanzu Observability Authentication and Authorization -Starting July 3, 2023, VMware Aria Operations for Applications is a service on the VMware Cloud services platform. VMware Cloud services provides centralized authentication and authorization to your entire VMware Cloud services portfolio across hybrid and native public clouds, including Operations for Applications. See [Advantages of VMware Cloud Services Subscriptions Over Original Subscriptions](subscriptions-differences.html#advantages-of-vmware-cloud-services-subscriptions-over-original-subscriptions). +Starting July 3, 2023, Tanzu Observability is a service on the VMware Cloud services platform. VMware Cloud services provides centralized authentication and authorization to your entire VMware Cloud services portfolio across hybrid and native public clouds, including Tanzu Observability. See [Advantages of VMware Cloud Services Subscriptions Over Original Subscriptions](subscriptions-differences.html#advantages-of-vmware-cloud-services-subscriptions-over-original-subscriptions). -Starting September 20, 2023, all **new trial** instances of Operations for Applications are **onboarded** to VMware Cloud services. +Starting September 20, 2023, all **new trial** instances of Tanzu Observability are **onboarded** to VMware Cloud services. -In October, 2023, we start to incrementally [onboard](csp_migration.html) all **original** subscriptions, which use Operations for Applications authentication and authorization, to VMware Cloud services. +In October, 2023, we start to incrementally [onboard](csp_migration.html) all **original** subscriptions, which use Tanzu Observability authentication and authorization, to VMware Cloud services. -{% include warning.html content="The Operations for Applications 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 Operations for Applications API tokens with VMware Cloud Services access tokens](csp_migration.html#how-to-replace-an-operations-for-applications-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-operations-for-application-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-an-operations-for-applications-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-operations-for-application-api-token-of-a-wavefront-proxy)." %} diff --git a/pages/doc/wavefront_searching.md b/pages/doc/wavefront_searching.md index 83ada4d4c..906c4102f 100644 --- a/pages/doc/wavefront_searching.md +++ b/pages/doc/wavefront_searching.md @@ -6,7 +6,7 @@ sidebar: doc_sidebar permalink: wavefront_searching.html summary: Learn how to search for objects using tags and other search features. --- -To help you find exactly what you need, VMware Aria Operations for Applications (formerly known s Tanzu Observability by Wavefront) supports tags and other search features. +To help you find exactly what you need, Tanzu Observability (formerly known as VMware Aria Operations for Applications) supports tags and other search features. Here's a videovideo camera icon to get you started. Note that this video was created in 2021 and some of the information in it might have changed. It also uses the 2021 version of the UI. diff --git a/pages/doc/wavefront_support_feedback.md b/pages/doc/wavefront_support_feedback.md index a84449582..983aefc53 100644 --- a/pages/doc/wavefront_support_feedback.md +++ b/pages/doc/wavefront_support_feedback.md @@ -6,17 +6,16 @@ permalink: wavefront_support_feedback.html summary: Get help with and give feedback. --- - ## Support -VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront) support is available as follows: +Tanzu Observability (formerly known as VMware Aria Operations for Applications) support is available as follows: * Get in touch with Technical Support and create a support ticket. 1. Navigate to the [Support Portal](https://cloudhealth.zendesk.com/). 2. Sign up and create an account. 3. [Submit a ticket](https://vmwaoa.zendesk.com/hc/en-us/requests/new). -* Get support from within Operations for Applications: +* Get support from within Tanzu Observability: 1. Log in to your service instance. 1. From the gear icon on the toolbar, select Support.
    ![support menu item](images/get_support.png)
      [**Object tag**](tags_overview.html#manage-object-tags)Object tags help you filter your display. You apply an object tag to Operations for Applications UI objects such as dashboards. You can later find and display groups of objects based on their object tag. Object tags help you filter your display. You apply an object tag to Tanzu Observability UI objects such as dashboards. You can later find and display groups of objects based on their object tag.
      
     VMware Aria Operations for Applications serviceTanzu Observability service The service runs the metrics collection engine. It can receive telemetry data from a Wavefront proxy or through direct ingestion.
    hostPrefix Prefix of the host name, e.g. you can use test-2a-app67 if the whole host name is test-2a-app67-id-12345
    -Warning:hostPrefix must be somewhat specific. There's a limit on how many hosts VMware Aria Operations for Applications scans.
    usageThresholdDays How many days to look back. 7 days by default.