Skip to content

Commit 493838c

Browse files
Merge pull request #948 from Concordium/dashboards-deprecation
Dashboard pages deprecated
2 parents 4509a15 + 64cefb3 commit 493838c

12 files changed

+6
-91
lines changed

source/mainnet/net/guides/developer-page.rst

+2-9
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,11 @@ Block explorers
7070

7171
The following are links to the block, node, and status explorers.
7272

73-
Concordium block explorers
74-
^^^^^^^^^^^^^^^^^^^^^^^^^^
75-
76-
For a description of the information available on the pages, see :ref:`Dashboards and Status pages <dashboards>`.
77-
78-
- `Mainnet block explorer <https://dashboard.mainnet.concordium.software>`_
79-
80-
- `Testnet block explorer <https://dashboard.testnet.concordium.com>`_
81-
8273
Concordium status pages
8374
^^^^^^^^^^^^^^^^^^^^^^^
8475

76+
For information about the status pages, see :ref:`Status pages<dashboards>`.
77+
8578
- `Mainnet status page <https://status.mainnet.concordium.software>`_
8679

8780
- `Testnet status page <https://status.testnet.concordium.software>`__
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

source/mainnet/net/resources/dashboards.rst

+4-82
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,10 @@
11
.. _dashboards:
22

3-
===========================
4-
Dashboards and Status Pages
5-
===========================
6-
7-
Dashboard pages
8-
===============
9-
10-
To open the dashboards, click the link for the `Mainnet dashboard and block explorer <https://dashboard.mainnet.concordium.software/>`_ or `Testnet dashboard and block explorer <https://dashboard.testnet.concordium.com/>`_.
11-
12-
.. Note::
13-
14-
You may need to adjust your display resolution to be able to view all columns in the table on the dashboard. Alternatively, use the zoom function in your browser to zoom in and out.
15-
16-
Use the **Network**, **Chain** and **Lookup** options to switch between the three dashboard pages.
17-
18-
.. image:: ../images/dashboards/db-intro.png
19-
20-
Click |lightmode| to switch to light mode. Click |darkmode| to switch to dark mode.
21-
22-
.. |darkmode| image:: ../images/dashboards/db-toggle-dark-mode.png
23-
:alt: Dark moon
24-
25-
.. |lightmode| image:: ../images/dashboards/db-toggle-light-mode.png
26-
:alt: Gear wheel
27-
28-
Network dashboard
29-
-----------------
30-
31-
The **Network** dashboard page shows the statistics for the chain and the participants on the chain.
32-
33-
.. image:: ../images/dashboards/db-network.png
34-
35-
The tiles at the top show overall statistics. Due to the nature of this information, it is difficult to validate. Therefore, this information may not be fully accurate.
36-
37-
* **Active nodes:** number of currently active nodes.
38-
* **Last block:** time since last block
39-
* **Last finalization:** time since last finalization occurred.
40-
* **Total Length:** Current total length (number of blocks) of the chain
41-
* **Finalized Length:** Current finalized length (number of finalized blocks) of the chain.
42-
* **Block time:** Average time between verified blocks.
43-
* **Finalization time:** Average time between completed finalizations.
44-
45-
The table below the tiles shows details per participant in the chain. You can also click on a participant name to see details.
46-
47-
* **Name:** participant name
48-
* **Validator:** if the participant is a validator, validator ID
49-
* **Uptime:** amount of uptime in minutes (m), days (d), hours (h), months (mon), or years (y)
50-
* **Client:** client version the participant is running
51-
* **Avg ping:** average ping time between the peers of the participant
52-
* **Peers:** Number of peers connected to the participant
53-
* **Sent:** number of packets sent by the participant during uptime
54-
* **Received:** number of packets received by the participant during uptime
55-
* **Block:** block hash of the block that is considered the best block by the participant
56-
* **Length:** length of participant’s chain up to the best block
57-
* **Fin Block:** block hash of last finalized block in participant’s chain
58-
* **Fin Length:** length of participant’s chain up to last finalized block
59-
* **Last Fin:** timestamp for when last finalization occurred
60-
* **Block EMA:** Exponential moving average of the period between valid blocks
61-
* **Fin EMA:** Exponential moving average of the period between finalization
62-
63-
Chain dashboard
64-
---------------
65-
66-
The **Chain** dashboard page shows a visualization of the chain. Click on any block to see the data for it.
67-
68-
The purple bar above the block shows the portion of the nodes that think it's the best block. Sometimes you might see the bar in different sizes above different blocks, because all the nodes are not in agreement.
69-
70-
.. image:: ../images/dashboards/db-chain.png
71-
72-
* **Transactions:** shows the transactions included in the block if there are any.
73-
* **Tokenomics:** shows the events for the block and transaction fees and minted tokens for the block.
74-
* **Updates:** shows the updates queued at the time of the block.
75-
76-
Lookup dashboard
77-
----------------
78-
79-
The **Lookup** dashboard page contains a search function to search for a transaction by the transaction hash.
80-
81-
.. image:: ../images/dashboards/db-lookup.png
82-
83-
Once the transaction lookup is complete, you see the transaction information.
3+
============
4+
Status Pages
5+
============
846

85-
.. image:: ../images/dashboards/db-lookup-with-transaction.png
7+
The Concordium dashboards have been removed and now redirect to `CCDScan <https://ccdscan.io/>`__.
868

879
Status pages
8810
============

0 commit comments

Comments
 (0)