50 events per time instead of 100 and modified grafana panels a bit

This commit is contained in:
Marco van Dijk 2022-03-14 13:09:45 +01:00
parent b5b9f49f56
commit 181322af41
3 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ const withdrawStakeColour = "rgba(158, 98, 25, 0.4)";
const activationColour = "rgba(154, 158, 25, 0.4)";
const greyColour = "rgba(122, 128, 127, 0.4)";
const defaultIncrementMaxShown = 100;
const defaultIncrementMaxShown = 50;
const EventViewer = (obj) => {
const listInnerRef = useRef();

View File

@ -67,16 +67,16 @@ const Grafana = (obj) => {
<Orchestrator thisOrchestrator={livepeer.thisOrchestrator} rootOnly={true} />
</div>
<div className="flexContainer stretchAndPad">
<iframe className="fullGrafana" src="https://grafana.stronk.tech/d-solo/71b6OZ0Gz/orchestrator-overview?orgId=1&refresh=5s&theme=dark&panelId=23763572056" height="200" frameBorder="0"></iframe>
<iframe className="fullGrafana" src="https://grafana.stronk.tech/d-solo/71b6OZ0Gz/orchestrator-overview?orgId=1&refresh=15s&theme=dark&panelId=23763572056" height="200" frameBorder="0"></iframe>
</div>
<div className="flexContainer stretchAndPad">
<iframe className="fullGrafana" src="https://grafana.stronk.tech/d-solo/71b6OZ0Gz/orchestrator-overview?orgId=1&refresh=5s&theme=dark&panelId=23763572077" height="400" frameBorder="0"></iframe>
<iframe className="fullGrafana" src="https://grafana.stronk.tech/d-solo/71b6OZ0Gz/orchestrator-overview?orgId=1&from=now-12h&to=now&refresh=15s&theme=dark&panelId=23763572077" height="400" frameBorder="0"></iframe>
</div>
<div className="flexContainer stretchAndPad">
<iframe className="fullGrafana" src="https://grafana.stronk.tech/d-solo/71b6OZ0Gz/orchestrator-overview?orgId=1&refresh=5s&theme=dark&panelId=23763572032" height="200" frameBorder="0"></iframe>
<iframe className="fullGrafana" src="https://grafana.stronk.tech/d-solo/71b6OZ0Gz/orchestrator-overview?orgId=1&refresh=15s&theme=dark&panelId=23763572032" height="200" frameBorder="0"></iframe>
</div>
<div className="flexContainer stretchAndPad">
<iframe className="fullGrafana" src="https://grafana.stronk.tech/d-solo/71b6OZ0Gz/orchestrator-overview?orgId=1&from=now-2d&to=now&refresh=5s&theme=dark&panelId=23763572040" height="400" frameBorder="0"></iframe>
<iframe className="fullGrafana" src="https://grafana.stronk.tech/d-solo/71b6OZ0Gz/orchestrator-overview?orgId=1&from=now-12h&to=now&refresh=15s&theme=dark&panelId=23763572040" height="400" frameBorder="0"></iframe>
</div>
</div>
<div className="verticalDivider"/>

View File

@ -8,7 +8,7 @@ import Orchestrator from "../components/orchestratorViewer";
import ContractPrices from '../components/ContractPrices';
// Shows the EventViewer and other Livepeer related info
const defaultMaxShown = 100;
const defaultMaxShown = 50;
const Livepeer = (obj) => {
const [amountFilter, setAmountFilter] = useState("0");