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