mirror of
https://github.com/zaphar/Heracles.git
synced 2025-07-22 12:09:48 -04:00
main: cleanup unused struct fields
This commit is contained in:
parent
9c904a3c62
commit
013a145f4c
@ -68,8 +68,6 @@
|
||||
logs:
|
||||
- title: Systemd Service Logs
|
||||
query_type: Range
|
||||
yaxes:
|
||||
- anchor: "y" # This axis is y
|
||||
source: http://heimdall:3100
|
||||
query: |
|
||||
{job="systemd-journal"}
|
||||
|
@ -131,9 +131,7 @@ pub struct Graph {
|
||||
#[derive(Deserialize)]
|
||||
pub struct LogStream {
|
||||
pub title: String,
|
||||
pub legend_orientation: Option<Orientation>,
|
||||
pub source: String,
|
||||
pub yaxes: Vec<AxisDefinition>,
|
||||
pub query: String,
|
||||
pub span: Option<GraphSpan>,
|
||||
pub limit: Option<usize>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user