Compare commits
2 commits
e208035919
...
6e74b0e916
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6e74b0e916 | ||
![]() |
aec360748f |
3 changed files with 6 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -1405,11 +1405,11 @@
|
||||||
"treefmt-nix": "treefmt-nix_8"
|
"treefmt-nix": "treefmt-nix_8"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1740556259,
|
"lastModified": 1740618320,
|
||||||
"narHash": "sha256-k8f7+Ir+DiK7rVH1RoHt8Do/Y8JKagTlNoSwgOPVsU0=",
|
"narHash": "sha256-NNggBFBa6RQ701gMfT33qhg7/lC7c7dzXPxVD/qYajE=",
|
||||||
"owner": "mrvandalo",
|
"owner": "mrvandalo",
|
||||||
"repo": "nixos-telemetry",
|
"repo": "nixos-telemetry",
|
||||||
"rev": "3481a8b1c94fc5adc4ae7c1ba9695e6fe59389de",
|
"rev": "ca38308c54a4a65a849134e43079e35e18ac40f5",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -114,6 +114,7 @@ with lib;
|
||||||
yq-go
|
yq-go
|
||||||
gojq
|
gojq
|
||||||
jq
|
jq
|
||||||
|
fx
|
||||||
ijq
|
ijq
|
||||||
miller
|
miller
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
default_labels_enabled = {
|
default_labels_enabled = {
|
||||||
exporter = true;
|
exporter = true;
|
||||||
job = true;
|
job = true;
|
||||||
instance = true;
|
instance_name = true;
|
||||||
level = true;
|
level = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
{
|
{
|
||||||
action = "insert";
|
action = "insert";
|
||||||
key = "loki.attribute.labels";
|
key = "loki.attribute.labels";
|
||||||
value = "job, unit, boot_id, instance, facility, facility_label, priority, priority_label";
|
value = "job, unit, boot_id, instance_name, facility, facility_label, priority, priority_label";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
resource.attributes = [
|
resource.attributes = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue