Skip to content

Commit 45eb6a7

Browse files
committed
Change links to github
1 parent 5c9e882 commit 45eb6a7

File tree

4 files changed

+5
-5
lines changed
  • content/posts
    • 20240126-observability-toolkit
    • 20240302-grafana-scenes-development-tips
    • 20240413-replace-promtail-with-alloy
    • 20250110-application-observability-code-challenges

4 files changed

+5
-5
lines changed

content/posts/20240126-observability-toolkit/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ I have been using several tools locally for years for all kinds of development a
6060
6161
Last year I was involved in the investigation of major incidents where I used `Promtail`, `Loki` and `Grafana` to find the cause.
6262
Colleagues asked: Can you share the setup you use locally? Of course, and I shared an archive with a `docker-compose.yml` and some configuration files.
63-
That is what I want to share with [Observability Toolkit](https://github.com/cbos/observability-toolkit)
63+
That is what I want to share with [Observability Toolkit](https://goto.ceesbos.nl/observability-toolkit)
6464

6565
### Setup of Observability Toolkit
6666
The setup of the Observability Toolkit is looks like this:
6767
![](setup.png)
68-
All the details are described at [https://github.com/cbos/observability-toolkit](https://github.com/cbos/observability-toolkit)
68+
All the details are described at [https://github.com/cbos/observability-toolkit](https://goto.ceesbos.nl/observability-toolkit)
6969

7070
### Use cases
7171
These tools are like a Swiss army knife to me. There are many situations where I have used them to learn about the application and its actual behavior.

content/posts/20240302-grafana-scenes-development-tips/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Start the server and open Grafana again in your browser.
151151
## 6) Link existing data sources
152152
For developing a useful app you need data to display. Your local setup will not have that by default. Having the right data, makes the development iterations a lot easier.
153153
To solve that you can link existing data sources. You can use the data source provisioning.
154-
Suppose you locally have the [Observability Toolkit](https://github.com/cbos/observability-toolkit) and want to connect your scenes development, then your setup can look like this:
154+
Suppose you locally have the [Observability Toolkit](https://goto.ceesbos.nl/observability-toolkit) and want to connect your scenes development, then your setup can look like this:
155155

156156
![](setup_with_datasource_links.png)
157157

content/posts/20240413-replace-promtail-with-alloy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ aliases:
2121
An announcement was made at GrafanaCON. [Alloy](https://grafana.com/blog/2024/04/09/grafana-alloy-opentelemetry-collector-with-prometheus-pipelines/) is introduced in the family of Grafana tools.
2222
Alloy is an open source distribution of the OpenTelemetry Collector, but is will also replace Promtail.
2323

24-
In the [Observability Toolkit](https://github.com/cbos/observability-toolkit) I use both Promtail and OpenTelemetry Collector, so it makes sense to merge them.
24+
In the [Observability Toolkit](https://goto.ceesbos.nl/observability-toolkit) I use both Promtail and OpenTelemetry Collector, so it makes sense to merge them.
2525
In this blog post I will replace Promtail with Alloy. In another post I will see how replacing of OpenTelemetry Collector with Alloy will look like.
2626

2727
![Replace Promtail with Alloy](replace_promtail_with_alloy.png)

content/posts/20250110-application-observability-code-challenges/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The challenge will be available in a git repository, all prepared to run on your
6464
The application will already produce some telemetry data with OpenTelemetry.
6565
The **challenge** is to find the problem and **extend the observability** to get better insights and also **proof** that a potential **solution works** as expected.
6666

67-
Using the [Observability Toolkit](https://github.com/cbos/observability-toolkit) you can easily spin up OpenTelemetry and Grafana based observability tools.
67+
Using the [Observability Toolkit](https://goto.ceesbos.nl/observability-toolkit) you can easily spin up OpenTelemetry and Grafana based observability tools.
6868
You can then run a sample application and a test script.
6969
In Grafana you can see the first results, then it is up to you to continue. Some hints will be provided.
7070

0 commit comments

Comments
 (0)