Skip to content

Commit

Permalink
Website daily update for 2024-07-26T17-54-31
Browse files Browse the repository at this point in the history
  • Loading branch information
probelab-cmi committed Jul 26, 2024
1 parent 82275f6 commit e02a140
Show file tree
Hide file tree
Showing 582 changed files with 586 additions and 303 deletions.
10 changes: 5 additions & 5 deletions content.en/celestia/dht/2024-29-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ This visualizes the uptime of peers over a specific period of time. The plot may

> 💡 Note that for agents without an agent version, they're suffixed with `0`.
{{< plotly json="../../../plots/2024/07/15/celestia-plot-churn.json" height="600px" >}}
{{< plotly json="../../../plots/2024/07/15/celestia-plot-churn.json" height="800px" >}}

### Geolocation
## Geolocation

Geographical data is sourced from the [MaxMind database](https://www.maxmind.com), which maps IP addresses to corresponding countries.

Expand Down Expand Up @@ -66,15 +66,15 @@ The line chart illustrates the trends in the distribution of all Celestia nodes

{{< plotly json="../../../plots/2024/07/15/celestia-cloud-agent-All-lines.json" height="600px" >}}

### Crawls
## Crawls

#### Protocols
### Protocols

This plot illustrates the evolving count of nodes supporting each of the listed protocols over time. It exclusively presents data gathered from nodes accessible through a libp2p connection via our crawler. The identification of supported protocols relies on the [libp2p identify protocol](https://github.com/libp2p/specs/tree/master/identify), hence necessitating a libp2p connection for discovery.

{{< plotly json="../../../plots/2024/07/15/celestia-crawl-protocols.json" height="1200px" >}}

#### Errors
### Errors

{{< plotly json="../../../plots/2024/07/15/celestia-connection-errors-single.json" height="600px" >}}

Expand Down
2 changes: 1 addition & 1 deletion content.en/plots/2024/07/15/avail-cloud-agents-bars.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content.en/plots/2024/07/15/avail-cloud-agents-lines.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content.en/plots/2024/07/15/avail-cloud-rate-agents.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content.en/plots/2024/07/15/avail-crawl-protocols.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content.en/plots/2024/07/15/avail-plot-churn.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"data": [{"hovertemplate": "Cloud Provider: %{x}<br>Count: %{y:,}<br>Percentage: %{text}<br><extra></extra>", "text": ["54.3%", "13.9%", "7.6%", "5.3%", "3.5%", "2.5%", "1.7%", "0.9%", "0.9%", "0.9%", "0.9%", "0.9%", "7.4%"], "textposition": "outside", "x": ["Non-Datacenter", "Hetzner Online", "Online SAS (Scaleway)", "Amazon AWS", "OVH", "Host Department LLC", "WorldStream", "Contabo GmbH", "FlokiNET", "CloudLix", "Interserver, Inc.", "Versia Ltd", "others"], "y": [61, 15, 8, 6, 3, 2, 1, 1, 1, 1, 1, 1, 8], "type": "bar"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Cloud Provider"}, "tickangle": -20}, "yaxis": {"title": {"text": "Count"}, "rangemode": "tozero"}, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Cloud Distribution of All Nodes", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "Total: 113", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 22 Jul 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}}
{"data": [{"hovertemplate": "Cloud Provider: %{x}<br>Count: %{y:,}<br>Percentage: %{text}<br><extra></extra>", "text": ["54.3%", "13.9%", "7.6%", "5.3%", "3.5%", "2.5%", "1.7%", "0.9%", "0.9%", "0.9%", "0.9%", "0.9%", "7.4%"], "textposition": "outside", "x": ["Non-Datacenter", "Hetzner Online", "Online SAS (Scaleway)", "Amazon AWS", "OVH", "Host Department LLC", "WorldStream", "Contabo GmbH", "CloudLix", "HostVenom, LLC.", "Interserver, Inc.", "Versia Ltd", "others"], "y": [61, 15, 8, 6, 3, 2, 1, 1, 1, 1, 1, 1, 8], "type": "bar"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Cloud Provider"}, "tickangle": -20}, "yaxis": {"title": {"text": "Count"}, "rangemode": "tozero"}, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Cloud Distribution of All Nodes", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "Total: 113", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 22 Jul 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}}

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content.en/plots/2024/07/15/celestia-crawl-protocols.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"data": [{"hovertemplate": "Country: %{x}<br>Count: %{y:,}<br>Percentage: %{text}<br><extra></extra>", "text": ["25.6%", "15.1%", "14.1%", "10.5%", "6.1%", "4.7%", "2.6%", "2.6%", "1.8%", "1.8%", "1.8%", "1.8%", "11.6%"], "textposition": "outside", "x": ["DE", "FR", "US", "multi", "NL", "GB", "LT", "JP", "EC", "CA", "KR", "RO", "others"], "y": [29, 17, 16, 11, 6, 5, 3, 2, 2, 2, 2, 2, 13], "type": "bar"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Country"}, "tickangle": -45}, "yaxis": {"title": {"text": "Count"}, "autorange": true, "rangemode": "tozero"}, "autosize": true, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Country Distribution of All Nodes", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "Total: 113", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 22 Jul 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}}
{"data": [{"hovertemplate": "Country: %{x}<br>Count: %{y:,}<br>Percentage: %{text}<br><extra></extra>", "text": ["25.6%", "15.1%", "14.1%", "10.5%", "6.1%", "4.7%", "2.6%", "2.6%", "1.8%", "1.8%", "1.8%", "1.8%", "11.6%"], "textposition": "outside", "x": ["DE", "FR", "US", "multi", "NL", "GB", "LT", "JP", "CA", "EC", "KR", "RO", "others"], "y": [29, 17, 16, 11, 6, 5, 3, 2, 2, 2, 2, 2, 13], "type": "bar"}], "layout": {"template": {"data": {"scatter": [{"type": "scatter"}]}}, "xaxis": {"title": {"text": "Country"}, "tickangle": -45}, "yaxis": {"title": {"text": "Count"}, "autorange": true, "rangemode": "tozero"}, "autosize": true, "annotations": [{"font": {"size": 18}, "showarrow": false, "text": "Country Distribution of All Nodes", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.15, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 14}, "showarrow": false, "text": "Total: 113", "x": 0.5, "xanchor": "center", "xref": "paper", "y": 1.1, "yanchor": "bottom", "yref": "paper"}, {"font": {"size": 10}, "showarrow": false, "text": "Data: week ending 22 Jul 2024. Source: Nebula", "x": 0.99, "xanchor": "right", "xref": "paper", "y": -0.14, "yanchor": "top", "yref": "paper"}]}}
2 changes: 1 addition & 1 deletion content.en/plots/2024/07/15/celestia-plot-churn.json

Large diffs are not rendered by default.

Loading

0 comments on commit e02a140

Please sign in to comment.