string options in nix have to be quoted in some places in config.alloy #1

Open
opened 2026-02-04 00:11:27 +01:00 by goeranh · 0 comments
Owner
loki.source.journal "journal" {
    forward_to = <no quotes here>
}

vs

prometheus.remote_write "central" {
    endpoint {
        url = "<quotes here>"
   }
}
``` loki.source.journal "journal" { forward_to = <no quotes here> } ``` vs ``` prometheus.remote_write "central" { endpoint { url = "<quotes here>" } } ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
goeranh/alloy.nix#1
No description provided.