Skip to content

Commit 70cebd0

Browse files
committed
Migrate to Splunk
1 parent 3740263 commit 70cebd0

File tree

46 files changed

+65
-1066
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+65
-1066
lines changed

.github/actions/deploy/action.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/ci/do_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ BASE_URL="$(yq .baseURL config.yaml)"
4141
echo "::set-output name=base_url::${BASE_URL}"
4242

4343
if [[ $DRY_RUN == 0 ]]; then
44-
awk "/Latest versions of the workshop are:/ { print; print \"- [v${TAG}](https://signalfx.github.io/observability-workshop/v${TAG}/)\";next }1" README.md |
44+
awk "/Latest versions of the workshop are:/ { print; print \"- [v${TAG}](https://splunk.github.io/observability-workshop/v${TAG}/)\";next }1" README.md |
4545
awk "NR==1,/Latest versions of the workshop are:/{c=3} c&&c-- " > README.new.md
4646
mv README.new.md README.md
4747
git fetch --tags origin

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ npm install postcss-cli
4848

4949
```bash
5050
cd ~
51-
git clone https://github.com/signalfx/observability-workshop.git
51+
git clone https://github.com/splunk/observability-workshop.git
5252
cd observability-workshop
5353
git submodule update --init --recursive
5454
```

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Deploy](https://github.com/signalfx/observability-workshop/actions/workflows/deploy.yml/badge.svg)](https://github.com/signalfx/observability-workshop/actions/workflows/deploy.yml)
1+
[![Deploy](https://github.com/splunk/observability-workshop/actions/workflows/deploy.yml/badge.svg)](https://github.com/splunk/observability-workshop/actions/workflows/deploy.yml)
22
![GitHub release (latest by date)](https://img.shields.io/github/v/tag/signalfx/observability-workshop)
33
![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/signalfx/observability-workshop/latest)
44
![GitHub repo size](https://img.shields.io/github/repo-size/signalfx/observability-workshop)
@@ -16,10 +16,10 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
1616

1717
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
1818

19-
To get started, please proceed to [The Splunk Observability Cloud Workshops Homepage](https://signalfx.github.io/observability-workshop/latest/).
19+
To get started, please proceed to [The Splunk Observability Cloud Workshops Homepage](https://splunk.github.io/observability-workshop/latest/).
2020

21-
If you are the host for the RUM workshop, please check this [README](https://github.com/signalfx/observability-workshop/blob/main/workshop/apm/README.md)
21+
If you are the host for the RUM workshop, please check this [README](https://github.com/splunk/observability-workshop/blob/main/workshop/apm/README.md)
2222

2323
Latest versions of the workshop are:
24-
- [v4.39](https://signalfx.github.io/observability-workshop/v4.39/)
25-
- [v4.38](https://signalfx.github.io/observability-workshop/v4.38/)
24+
- [v4.39](https://splunk.github.io/observability-workshop/v4.39/)
25+
- [v4.38](https://splunk.github.io/observability-workshop/v4.38/)

config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL: https://signalfx.github.io/
1+
baseURL: https://splunk.github.io/
22
title: Splunk Observability Cloud Workshops
33
contentDir: content/en
44
defaultContentLanguage: en
@@ -32,23 +32,23 @@ params:
3232
version_menu: Releases
3333
versions:
3434
- version: latest
35-
url: https://signalfx.github.io/observability-workshop/latest/
35+
url: https://splunk.github.io/observability-workshop/latest/
3636
- version: v4.38
37-
url: https://signalfx.github.io/observability-workshop/v4.38
37+
url: https://splunk.github.io/observability-workshop/v4.38
3838
- version: v4.39
39-
url: https://signalfx.github.io/observability-workshop/v4.39
40-
url_latest_version: https://signalfx.github.io/observability-workshop/
41-
#github_repo: https://github.com/signalfx/observability-workshop
42-
#github_project_repo: https://github.com/signalfx/observability-workshop
39+
url: https://splunk.github.io/observability-workshop/v4.39
40+
url_latest_version: https://splunk.github.io/observability-workshop/
41+
#github_repo: https://github.com/splunk/observability-workshop
42+
#github_project_repo: https://github.com/splunk/observability-workshop
4343
#gcs_engine_id: d72aa9b2712488cc3
4444
workshop_menu: More Workshops
4545
workshop_menu_urls:
4646
- name: Pet Clinic Java Workshop
47-
url: https://signalfx.github.io/observability-workshop/latest/pet-clinic/
47+
url: https://splunk.github.io/observability-workshop/latest/pet-clinic/
4848
- name: O11y Bootcamp
49-
url: https://signalfx.github.io/observability-workshop/latest/bootcamp/
49+
url: https://splunk.github.io/observability-workshop/latest/bootcamp/
5050
- name: Resources
51-
url: https://signalfx.github.io/observability-workshop/latest/resources/
51+
url: https://splunk.github.io/observability-workshop/latest/resources/
5252
algolia_docsearch: false
5353
offlineSearch: true
5454
ui:
@@ -64,7 +64,7 @@ params:
6464
links:
6565
developer:
6666
- name: "GitHub"
67-
url: "https://github.com/signalfx/observability-workshop"
67+
url: "https://github.com/splunk/observability-workshop"
6868
icon: "fab fa-github"
6969
user:
7070
- name: Twitter

content/en/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
OpenTelemetry is used in this workshop to instrument, generate, collect and export telemetry data (metrics, traces and logs) to help you analyze your application and infrastructure.
3434
{{% /blocks/feature %}}
3535

36-
{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/signalfx/observability-workshop" %}}
36+
{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/splunk/observability-workshop" %}}
3737
You can contribute to this documentation via issues and pull requests. Please don't hesitate to help to make the workshops better.
3838
{{% /blocks/feature %}}
3939

content/en/bootcamp/cheatsheet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ sudo kubectl create configmap <nginxconfig> --from-file=workshop/k3s/nginx/nginx
190190
191191
## SMART AGENT CONFIGMAP REFERENCE
192192
193-
https://github.com/signalfx/signalfx-agent/blob/main/deployments/k8s/configmap.yaml
193+
https://github.com/splunk/signalfx-agent/blob/main/deployments/k8s/configmap.yaml
194194
195195
## MODIFY EITHER AGENT DAEMONSET
196196
@@ -201,7 +201,7 @@ kubectl edit ds splunk-otel-collector-agent
201201
202202
## SMART AGENT DAEMONSET REFERENCE
203203
204-
https://github.com/signalfx/signalfx-agent/blob/main/deployments/k8s/daemonset.yaml
204+
https://github.com/splunk/signalfx-agent/blob/main/deployments/k8s/daemonset.yaml
205205
206206
## SMART AGENT HELM
207207
@@ -222,7 +222,7 @@ signalfx-agent signalfx/signalfx-agent \
222222
## SPLK-OTEL-COLL HELM
223223
224224
```bash
225-
helm repo add splunk-otel-collector-chart https://signalfx.github.io/splunk-otel-collector-chart && helm repo update
225+
helm repo add splunk-otel-collector-chart https://splunk.github.io/splunk-otel-collector-chart && helm repo update
226226
helm delete splunk-otel-collector
227227
helm uninstall splunk-otel-collector
228228
helm install splunk-otel-collector \

content/en/bootcamp/docs/apm/_index.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

content/en/bootcamp/docs/apm/api.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

content/en/bootcamp/docs/apm/autoi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Take into account the [trace exporter][otel-py-exporter] settings and add the re
1818

1919
The milestone for this task is `10microservices-autoi`. It has auto-instrumentation applied for *all* microservices.
2020

21-
[splunk-otel-python]: https://github.com/signalfx/splunk-otel-python
22-
[getting-started]: https://github.com/signalfx/splunk-otel-python
23-
[otel-py-exporter]: https://github.com/signalfx/splunk-otel-python/blob/main/docs/advanced-config.md#trace-exporters
21+
[splunk-otel-python]: https://github.com/splunk/splunk-otel-python
22+
[getting-started]: https://github.com/splunk/splunk-otel-python
23+
[otel-py-exporter]: https://github.com/splunk/splunk-otel-python/blob/main/docs/advanced-config.md#trace-exporters
2424
[splunk-py-instrument]: https://docs.splunk.com/Observability/gdi/get-data-in/application/python/get-started.html#nav-Instrument-a-Python-application

0 commit comments

Comments
 (0)