Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stan package #532

Merged
merged 15 commits into from
Jan 18, 2021
2 changes: 1 addition & 1 deletion packages/stan/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The integration collects metrics from [STAN monitoring server APIs](https://gith

## Compatibility

The STAN package is tested with Stan 0.15.1
The STAN package is tested with Stan 0.15.1.

## Logs

Expand Down
4 changes: 0 additions & 4 deletions packages/stan/_dev/deploy/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@
sleep 2
while true; do /stan-bench -np 0 -ns 100 -qgroup T -n 100000000 -ms 1024 foo; done
#while true; do /stan-bench -np 10 -ns 10 -n 1000000000 -ms 1024 bar; done &

# Make sure the container keeps running
tail -f /dev/null

2 changes: 1 addition & 1 deletion packages/stan/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The integration collects metrics from [STAN monitoring server APIs](https://gith

## Compatibility

The STAN package is tested with Stan 0.15.1
The STAN package is tested with Stan 0.15.1.

## Logs

Expand Down
4 changes: 2 additions & 2 deletions packages/stan/kibana/dashboard/stan-Logs-stan-overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
{
"embeddableConfig": {
"hidePanelTitles": false,
"title": " Bytes Timeline",
"title": "Bytes Timeline",
"vis": {
"legendOpen": false
}
Expand All @@ -85,7 +85,7 @@
},
"panelIndex": "4",
"panelRefName": "panel_3",
"title": " Bytes Timeline",
"title": "Bytes Timeline",
"version": "7.10.0"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
}
},
"title": " Bytes Timeline [Logs STAN]",
"title": "Bytes Timeline [Logs STAN]",
"uiStateJSON": {},
"version": 1,
"visState": {
Expand Down Expand Up @@ -101,7 +101,7 @@
}
]
},
"title": " Bytes Timeline [Logs STAN]",
"title": "Bytes Timeline [Logs STAN]",
"type": "line"
}
},
Expand Down
4 changes: 2 additions & 2 deletions packages/stan/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ conditions:
kibana.version: ">=7.11.0"
screenshots:
- src: /img/metricbeat-stan-overview.png
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I think you can fix filenames too.

title: Metricbeat STAN Dashboard
title: Metrics STAN Dashboard
size: 1829x447
type: image/png
- src: /img/filebeat-stan-overview.png
title: Filebeat STAN Dashboard
title: Logs STAN Dashboard
size: 1829x447
type: image/png
policy_templates:
Expand Down