Skip to content

Commit 558301c

Browse files
committed
refactor: clarify it is for any backend lang
1 parent 17552fd commit 558301c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/articles/articles.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Including with connecting to already running docker. Written for people wishing
287287
utils_filepath.Join(artcieles_root, "article_20250609_grafana", "grafana_part1_loki.md"),
288288
time.Date(2025, time.June, 9, 10, 0, 0, 0, time.UTC),
289289
WithDescription(`Configuring Grafana monitoring for homelab or small load companies for Docker.
290-
Configuring with Opentofu(Terraform) or Docker-compose. Examples for Golang, and comments for other languages.`),
290+
Configuring with Opentofu(Terraform) or Docker-compose. For any backend language capable to emit logs in JSON.`),
291291
WithVars(func(ctx context.Context) any {
292292
return article_20250609_grafana.Vars{
293293
StaticRoot: types.GetCtx(ctx).StaticRoot,

0 commit comments

Comments
 (0)