Skip to content

Commit

Permalink
moving the links to the workbook
Browse files Browse the repository at this point in the history
  • Loading branch information
mmihaylovam committed Apr 1, 2024
1 parent 6751add commit 51d9126
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions pages/doc/integrations_custom_app_metrics_howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,10 @@ The supported way to do this using the Tanzu Observability by Wavefront Nozzle i

### Spring Boot

Spring Boot is commonly used to build apps running on TAS.
Spring Boot is commonly used to build apps running on TAS. To use a VMware Tanzu solutions workbook, see [Instrumenting TAS OpenTelemetry for Spring Boot Application](https://docs.vmware.com/en/VMware-Tanzu-Reference-Architecture/services/tanzu-solutions-workbooks/solution-workbooks-TAS-OpenTelemetry-SpringBoot-TO.html).

Spring Boot Actuator supports both push and pull models, with the only difference typically being configuration changes. In that case, it becomes relatively easy to switch from push to pull or vice-versa.

To use a VMware Tanzu solutions workbook, see [Instrumenting TAS OpenTelemetry for Spring Boot Application](https://docs.vmware.com/en/VMware-Tanzu-Reference-Architecture/services/tanzu-solutions-workbooks/solution-workbooks-TAS-OpenTelemetry-SpringBoot-TO.html).

### Wavefront Proxy Load

All additional custom app metrics increase the load on the Wavefront proxy. You might have to increase the count of Wavefront proxies and to deploy an IaaS load balancer to balance traffic across proxy instances.
Expand Down
2 changes: 2 additions & 0 deletions pages/doc/wavefront_spring_boot3.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ You can send data from your Spring Boot applications into our service using the
- **Customer or Free Trial User**: Customers or free trial users can modify the default Wavefront Spring Boot Starter to send data to their cluster. You can sign up for a [free 30-day trial here](https://tanzu.vmware.com/observability).
* **Wavefront Spring Boot Integration**: Customers and free trial users can access the Wavefront Spring Boot integration directly from their clusters.

If your Spring Boot applications are running on Tanzu Application Service (TAS), see the VMware Tanzu solutions workbook on [Instrumenting TAS OpenTelemetry for Spring Boot Application](https://docs.vmware.com/en/VMware-Tanzu-Reference-Architecture/services/tanzu-solutions-workbooks/solution-workbooks-TAS-OpenTelemetry-SpringBoot-TO.html).

## Dashboards

After you complete the setup, you can examine the data in our dashboards.
Expand Down
2 changes: 0 additions & 2 deletions pages/doc/wavefront_spring_boot3_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ In this tutorial, you use Wavefront for Spring Boot that uses Spring Boot 3 with

{% include tip.html content="Want to start your project from scratch using [https://start.spring.io/](https://start.spring.io/)? Follow the [Observability with Spring](https://spring.io/guides/gs/tanzu-observability/) tutorial." %}

If you are also using the Tanzu Application Service (TAS), see the VMware Tanzu solutions workbook on [Instrumenting TAS OpenTelemetry for Spring Boot Application](https://docs.vmware.com/en/VMware-Tanzu-Reference-Architecture/services/tanzu-solutions-workbooks/solution-workbooks-TAS-OpenTelemetry-SpringBoot-TO.html).

## Prerequisites

* Spring Boot 3.0.0 or later.
Expand Down

0 comments on commit 51d9126

Please sign in to comment.