Skip to content

Commit

Permalink
[chore] Fix dead links in CloudFoundry deployment (#4203)
Browse files Browse the repository at this point in the history
* [chore] Fix dead links

* Remove ignore link
  • Loading branch information
crobert-1 authored Jan 26, 2024
1 parent fb28abf commit 04b32c5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion .lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ exclude = [
"ideas.splunk.com",
"https://github.com/signalfx/splunk-otel-collector/tree/main/internal/exporter/pulsarexporter", # exporter was deleted
"https://github.com/signalfx/splunk-otel-collector/tree/main/cmd/translatesfx", # translatesfx was deleted
"docs.pivotal.io", # bad certificate and no alternatives
]
2 changes: 1 addition & 1 deletion deployments/cloudfoundry/bosh/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Splunk OpenTelemetry Collector BOSH Release

This directory contains a BOSH Release of the [Splunk OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector).
The BOSH release can be used to deploy the collector so that it will act as a [Loggregator Firehose nozzle](https://docs.pivotal.io/tiledev/2-2/nozzle.html).
The BOSH release can be used to deploy the collector so that it will act as a [Loggregator Firehose nozzle](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/nozzle.html).

## Releasing

Expand Down
2 changes: 1 addition & 1 deletion deployments/cloudfoundry/buildpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ the Splunk OpenTelemetry Collector for use with PCF apps.

The buildpack's default functionality, as described in this document, is to deploy the OpenTelemetry Collector
as a sidecar for the given app that's being deployed. The Collector is able to observe the app as a
[nozzle](https://docs.pivotal.io/tiledev/2-10/nozzle.html#nozzle) to
[nozzle](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/nozzle.html) to
the [Loggregator Firehose](https://docs.cloudfoundry.org/loggregator/architecture.html).
The Loggregator Firehose is one of the architectures Cloud Foundry
uses to emit logs and metrics. This means that the Splunk OpenTelemetry Collector will be observing all
Expand Down
10 changes: 5 additions & 5 deletions deployments/cloudfoundry/tile/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## VMware Tanzu Tile Documentation

[Tanzu Tile Introduction](https://docs.pivotal.io/tiledev/2-10/tile-basics.html)
[Tanzu Tile Introduction](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/tile-basics.html)

[How Tiles Work](https://docs.pivotal.io/tiledev/2-10/tile-structure.html)
[How Tiles Work](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/tile-structure.html)

## Tile Software Dependencies

[Tile Generator](https://docs.pivotal.io/tiledev/2-10/tile-generator.html)
[Tile Generator](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/tile-generator.html)

[PCF CLI](https://docs.pivotal.io/tiledev/2-10/pcf-command.html)
[PCF CLI](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/pcf-command.html)

## Development Workflow

Expand Down Expand Up @@ -134,7 +134,7 @@ is currently unsupported due to metric name format changes.
- Check logs to make sure no errors are showing up
- Check metrics manually coming from Tanzu to see if they match charts.
- Follow steps to
[Access Metrics Using the Firehose PLugin](https://docs.pivotal.io/application-service/2-13/loggregator/data-sources.html#cf-nozzle)
[Access Metrics Using the Firehose PLugin](https://docs.vmware.com/en/VMware-Tanzu-Application-Service/5.0/tas-for-vms/cli-plugin.html)
- You can use the `hammer` login command instead of `cf login`
- Example metric filter command:
```cf nozzle -no-filter | grep -i mem | grep -i percent```
Expand Down
4 changes: 2 additions & 2 deletions deployments/cloudfoundry/tile/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Splunk OpenTelemetry Collector Tanzu Tile

This directory is used to generate a Tanzu tile of the [Splunk OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector).
The Tanzu tile uses the BOSH release to deploy the collector as a [loggregator firehose nozzle](https://docs.pivotal.io/tiledev/2-2/nozzle.html).
The Tanzu tile uses the BOSH release to deploy the collector as a [loggregator firehose nozzle](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/nozzle.html).

## Dependencies

Expand All @@ -10,7 +10,7 @@ The `release` script requires:
- `jq`
- `wget`
- [Bosh CLI](https://bosh.io/docs/cli-v2-install/)
- [Tile Generator](https://docs.pivotal.io/tiledev/2-10/tile-generator.html)
- [Tile Generator](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/tile-generator.html)

## Releasing

Expand Down

0 comments on commit 04b32c5

Please sign in to comment.