nixos/grafana-agent: remove deprecated option (#232375)

Deprecated in version 0.21: 323c1eb36d/docs/sources/static/upgrade-guide.md (L417)
This commit is contained in:
K900 2023-05-17 12:21:27 +03:00 committed by GitHub
parent c9e26a2cf3
commit 86c366b440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,6 @@ in
agent.enabled = true;
agent.scrape_integration = true;
node_exporter.enabled = true;
replace_instance_label = true;
};
}
'';
@ -122,7 +121,6 @@ in
agent.enabled = mkDefault true;
agent.scrape_integration = mkDefault true;
node_exporter.enabled = mkDefault true;
replace_instance_label = mkDefault true;
};
};