Skip to content

Commit

Permalink
Use slug and aliases to have better urls and still use dates in the f…
Browse files Browse the repository at this point in the history
…older names
  • Loading branch information
cbos committed Jan 14, 2025
1 parent cd98378 commit e63cc82
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/posts/20231118-start-observability-blog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ pin: false
resources:
- src: "**.{png,jpg,webp}"
title: "Image #:counter"

slug: start-observability-blog
aliases:
- 20231118-start-observability-blog
---

I am passionate about Observability already for a long time. Monitoring tools have been helping me already for quite some years to get insights in the behavior of a service and especially a landscape of services.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ tags:
- Loki
- Tempo
- Hugo

slug: blog-observability-with-grafana-faro
aliases:
- 20231124-blog-observability-with-grafana-faro
---
If you use [Hugo](https://gohugo.io/) to create a blog or website, as I do, and you use [GitHub Pages](https://pages.github.com/) to host the blog, it's hard to get observability signals in your usual observability stack.
I have been using Grafana, Loki, Tempo and Prometheus for a long time, so using this stack makes sense to me.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ tags:
- Faro
- Loki
- Tempo

slug: technical-deep-dive-into-grafana-faro
aliases:
- 20231204-technical-deep-dive-into-grafana-faro
---
As shown in my [previous post](../20231124-blog-observability-with-grafana-faro) you can add Grafana Faro to get more information about users who visit a website, in my case my own blog.
This is how that setup looks like:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ tags:
- Grafana
- Scenes
- Codespaces

slug: grafana-scenes-with-devcontainer-and-codespaces
aliases:
- 20231215-grafana-scenes-with-devcontainer-and-codespaces
---

{{< imgproc scenes_and_codespaces_cover Resize "359x" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ tags:
- Tempo
- Hugo
- Traces

slug: grafana-faro-trace-with-deployment-environment
aliases:
- 20240108-grafana-faro-trace-with-deployment-environment
---

One of the great things about OpenTelemetry is the standardisation of span attributes and resource attributes.
Expand Down
4 changes: 4 additions & 0 deletions content/posts/20240126-observability-toolkit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ tags:
- Tempo
- Prometheus
- OpenTelemetry

slug: observability-toolkit
aliases:
- 20240126-observability-toolkit
---

**Deep understanding of the actual behavior of a system** is key for me. I like to know all the details because it helps me to see the whole picture.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ resources:
tags:
- Grafana
- Scenes

slug: grafana-scenes-development-tips
aliases:
- 20240302-grafana-scenes-development-tips
---

Grafana Scenes can enhance your experience with Grafana dashboards by bringing observability data together and guiding users to the right data.
Expand Down
4 changes: 4 additions & 0 deletions content/posts/20240413-replace-promtail-with-alloy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ tags:
- Loki
- Promtail
- Alloy

slug: replace-promtail-with-alloy
aliases:
- 20240413-replace-promtail-with-alloy
---

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ tags:
- Tempo
- Checkly
- OpenTelemetry

slug: checkly-and-opentelemetry-traces
aliases:
- 20240821-checkly-and--opentelemetry-traces
---

# Checkly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ tags:
- Tempo
- Checkly
- OpenTelemetry

slug: checkly-and-opentelemetry-traces-part2
aliases:
- 20240830-checkly-and--opentelemetry-traces-part2
---

# Updates from Checkly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ tags:
- Prometheus
- Checkly
- OpenTelemetry

slug: annotate-dashboard-on-failing-checkly-check
aliases:
- 20240904-annotate-dashboard-on-failing-checkly-check

summary:
The `power of observability` becomes visible when you combine signals and put it all together.
Checks performed by Checkly can provide a piece of the puzzle that gives you a better view of what is happening.
Expand Down
5 changes: 5 additions & 0 deletions content/posts/20241108-grafana-as-proxy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ resources:
tags:
- Grafana
- Scenes

slug: grafana-as-proxy
aliases:
- 20241108-grafana-as-proxy

summary:
Your `local development` of a Grafana plugin or dashboard may lack representative data. Connecting to production data sources may be impossible, but there are other ways to connect.
Read more to find out how to `use Grafana as a proxy` to access the data.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ tags:
- Observability
- OpenTelemetry
- AOCC

slug: application-observability-code-challenges
aliases:
- 20250110-application-observability-code-challenges

summary:
Application Observability Code Challenges are a way to challenge yourself to improve the observability of a sample application. Of course, this application has some surprises that you probably did not expect.
These challenges will help you develop an observability mindset and become more familiar with your observability tools.
Expand Down

0 comments on commit e63cc82

Please sign in to comment.