You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/posts/20240126-observability-toolkit/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,12 +60,12 @@ I have been using several tools locally for years for all kinds of development a
60
60
61
61
Last year I was involved in the investigation of major incidents where I used `Promtail`, `Loki` and `Grafana` to find the cause.
62
62
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)
64
64
65
65
### Setup of Observability Toolkit
66
66
The setup of the Observability Toolkit is looks like this:
67
67

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)
69
69
70
70
### Use cases
71
71
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.
Copy file name to clipboardExpand all lines: content/posts/20240302-grafana-scenes-development-tips/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ Start the server and open Grafana again in your browser.
151
151
## 6) Link existing data sources
152
152
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.
153
153
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:
Copy file name to clipboardExpand all lines: content/posts/20240413-replace-promtail-with-alloy/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ aliases:
21
21
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.
22
22
Alloy is an open source distribution of the OpenTelemetry Collector, but is will also replace Promtail.
23
23
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.
25
25
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.
26
26
27
27

Copy file name to clipboardExpand all lines: content/posts/20250110-application-observability-code-challenges/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ The challenge will be available in a git repository, all prepared to run on your
64
64
The application will already produce some telemetry data with OpenTelemetry.
65
65
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.
66
66
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.
68
68
You can then run a sample application and a test script.
69
69
In Grafana you can see the first results, then it is up to you to continue. Some hints will be provided.
0 commit comments