{"id":3382,"date":"2022-11-23T09:02:24","date_gmt":"2022-11-23T09:02:24","guid":{"rendered":"https:\/\/middleware.io\/backend\/?p=3382"},"modified":"2023-08-11T08:01:47","modified_gmt":"2023-08-11T08:01:47","slug":"web3-observability","status":"publish","type":"post","link":"https:\/\/stage-site.middleware.io\/es\/web3-observability\/","title":{"rendered":"Web3 observability: How to monitor Web3 applications"},"content":{"rendered":"\n<p>Although still in its infancy, Web3 is quickly dominating the marketplace:\u00a0<\/p>\n\n\n\n<ul><li>In H1 of 2022, Web3 companies raised more than $1.8 billion<\/li><li>46% of finance apps are based on the Web3 technology<\/li><li>There were 18,416 monthly active Web3 developers in December 2021<\/li><\/ul>\n\n\n\n<p>If you don\u2019t want to be blindsided by the oncoming transformation, it\u2019s important to start considering how your processes will adapt to Web3 architecture. Specifically: how will Web3 observability differ from previous iterations?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-web3-architecture\">What is Web3 architecture?&nbsp;<\/h2>\n\n\n\n<p>Web3 is (not surprisingly) the third iteration of how internet applications are built and run. In short, this three-phase can be described as follows:<\/p>\n\n\n\n<ul><li>Web 1.0 is the \u201cread-only Web,\u201d where developers could build webpages for people to visit and view, but there was no way for users to interact with them<\/li><li>Web 2.0 is the \u201csocial Web,\u201d where users can add and edit website content, enabling everything from social media to cloud applications.<\/li><li>Web 3.0 (or Web3) is the \u201cdistributed Web\u201d or the \u201csemantic Web,\u201d which includes both machine readability as well as the rise of blockchain-based application architecture.<\/li><\/ul>\n\n\n\n<p>While there are many differences between Web 2.0 and Web3, perhaps the most important for <a href=\"https:\/\/middleware.io\/blog\/observability\/\">observability<\/a> is that of <strong>distribution<\/strong>. With assets spread across the cloud and connected only through blockchain, it will require a complete transformation of how <a href=\"https:\/\/middleware.io\/blog\/what-is-application-performance-monitoring\/\">applications are built and monitored<\/a>.\u00a0<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-web-2-0-vs-web3-applications\">Web 2.0 vs. Web3 applications<\/h3>\n\n\n\n<p>At their core, Web 2.0 applications require three central components:&nbsp;<\/p>\n\n\n\n<ul><li>Data storage, which in turn requires a constantly updated database<\/li><li>Backend code (e.g. Java or Python) that defines the application\u2019s business logic<\/li><li>Frontend code (e.g. JavaScript, HTML, and CSS) that defines the application\u2019s UI logic<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"780\" height=\"1024\" src=\"https:\/\/middleware.io\/backend\/wp-content\/uploads\/2022\/11\/Web2-vs-Web3-applications1-780x1024.jpeg\" alt=\"web2 vs web3 application\" class=\"wp-image-3387\" srcset=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2022\/11\/Web2-vs-Web3-applications1-780x1024.jpeg 780w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2022\/11\/Web2-vs-Web3-applications1-228x300.jpeg 228w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2022\/11\/Web2-vs-Web3-applications1-768x1009.jpeg 768w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2022\/11\/Web2-vs-Web3-applications1-1169x1536.jpeg 1169w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2022\/11\/Web2-vs-Web3-applications1-1200x1576.jpeg 1200w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2022\/11\/Web2-vs-Web3-applications1.jpeg 1263w\" sizes=\"(max-width: 780px) 100vw, 780px\" \/><\/figure>\n\n\n\n<p>The primary difference between Web 2.0 architecture and Web3 architecture is that Web3 eliminates the middleman. There\u2019s no longer a need for a database to store information or a centralized server where the backend logic resides.&nbsp;<\/p>\n\n\n\n<p>Instead, Web3 developers leverage blockchain to build apps on a decentralized state machine maintained by anonymous nodes on the internet. Blockchains are state machines that have an instantiated genesis state, and very strict rules define a state transition.&nbsp;<\/p>\n\n\n\n<p>In terms of control, no single entity controls the decentralized state machine\u2014everyone on the network collectively maintains it.&nbsp;<\/p>\n\n\n\n<p>So instead of operating a backend server, Web3 developers <strong>write smart contracts<\/strong> that define the logic of applications, then deploy them onto the decentralized state machine. This allows any person who wants to build a blockchain application to deploy code on this shared state machine. The front end, generally speaking, remains the same.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"772\" height=\"1024\" src=\"https:\/\/middleware.io\/backend\/wp-content\/uploads\/2022\/11\/Web2-vs-Web3-applications-772x1024.jpeg\" alt=\"web2 vs web3 applications\" class=\"wp-image-3383\" srcset=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2022\/11\/Web2-vs-Web3-applications-772x1024.jpeg 772w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2022\/11\/Web2-vs-Web3-applications-226x300.jpeg 226w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2022\/11\/Web2-vs-Web3-applications-768x1019.jpeg 768w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2022\/11\/Web2-vs-Web3-applications-1158x1536.jpeg 1158w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2022\/11\/Web2-vs-Web3-applications-1200x1591.jpeg 1200w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2022\/11\/Web2-vs-Web3-applications.jpeg 1263w\" sizes=\"(max-width: 772px) 100vw, 772px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-web3-application-architecture-components\">Web3 application architecture components<\/h3>\n\n\n\n<p>In the previous section, we described several components that go into Web3 application architecture. Now let\u2019s take a closer look at each of them.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-blockchain\">Blockchain<\/h4>\n\n\n\n<p>There are multiple types of blockchains, but each of them has fundamentally the same structure. Blockchains are globally accessible, deterministic state machines maintained by a peer-to-peer (P2P) network of nodes. State changes on the blockchain are governed by rules of consensus that peers in the network follow.<\/p>\n\n\n\n<p>Data written into the blockchain can only be written, not updated. This is because data is not maintained centrally but collectively by everyone in the network.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-smart-contracts\">Smart contracts<\/h4>\n\n\n\n<p>Smart contracts define the logic of your applications and deploy them onto the decentralized state machine. In this paradigm, web servers and traditional databases are no longer needed since everything is done on or around the blockchain. Smart contracts are written in high-level languages, such as Solidity or Vyper.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-virtual-machine\">Virtual machine<\/h4>\n\n\n\n<p>The central component of Web3 architecture is the <a href=\"https:\/\/middleware.io\/blog\/what-is-virtual-machine\/\">virtual machine<\/a>. This system executes the logic defined in smart contracts and processes the state changes that happen. For this work, developers must compile high-level languages into bytecode, which the virtual machine then executes.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-p2p-database\">P2P database<\/h4>\n\n\n\n<p>Because blockchain is slow and expensive, P2P databases form an essential component of the system. P2P databases enable developers to access data off-chain, which reduces access points and, by extension, costs. This architecture eliminates centralized database servers and local storage.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-authentication\">Authentication<\/h4>\n\n\n\n<p>One of the unique advantages of blockchain is that in order to access a smart contract, users must provide authentication at every step. This happens through private keys that are unique to each user. As such, the very structure of authentication and security changes when adopting a Web3 infrastructure.&nbsp;<\/p>\n\n\n\n<p>In Web3, applications don\u2019t hold user data but wallets that leverage cryptographic signatures to prove ownership of specific blockchain addresses. If a user loses their private key to the wallet address, no one can recover it for them.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-front-end\">Front end<\/h4>\n\n\n\n<p>Finally, there\u2019s the part of the application that the user will engage with themselves. Generally speaking, the front-end technologies for Web3 are the same as Web 2.0. The only difference is that developers need to reimagine the UX of the application to accommodate authentication and processing in the blockchain.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-complications-of-web3-applications\">Complications of Web3 applications<\/h3>\n\n\n\n<p>Although Web3 applications are filled with potential, they\u2019re still a new technology. As such, there are complications and drawbacks that developers need to know.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-scalability\">Scalability<\/h4>\n\n\n\n<p>Decentralized applications (or dapps) have difficulty scaling up because the cost of running them on a particular blockchain server increases with usage. Each transaction requires a fee (called \u201cgas\u201d), which is subject to extreme price volatility.<\/p>\n\n\n\n<p>To solve this problem, developers can adopt decentralized, off-chain storage solutions like Interplanetary File Systems (IPFS) or Swarm, which leverage P2P network architecture.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-user-experience\">User experience<\/h4>\n\n\n\n<p>Dapps generally have a poor user experience compared to traditional web applications. The primary reason: their complex architecture, technical limitations, and environmental impact make them slow, difficult to use, and not very reliable. This is one reason why there are no mainstream dapps to speak of, even in 2022. Most current dapps are related to money\u2014namely cryptocurrency.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-data-collection-storage\">Data collection &amp; storage<\/h4>\n\n\n\n<p>The thing that sets software companies apart is not their features and functionality, UI\/UX, or business logic but the data they\u2019ve aggregated. Web3 disrupts this reality, making every application composable by sharing and consuming data between applications.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-observability\">Observability<\/h4>\n\n\n\n<p>In Web 2.0, <a href=\"https:\/\/middleware.io\/blog\/observability\/\">observability<\/a> has become a norm. In Web3, however, the transformation of systems architecture makes this observability much more complicated. While some centralized aspects of Web3 can rely on Web 2.0 observability tools and tactics, there are still significant blind spots that developers need to overcome if they\u2019re going to adopt a Web3 architecture.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-web3-observability-and-how-does-it-work\">What is Web3 observability, and how does it work?&nbsp;<\/h2>\n\n\n\n<p>No complex system is ever fully healthy. If this was true for Web 2.0, it\u2019s even more true for Web3. Highly decentralized systems are inherently unpredictable. Without observability, developers and engineers are stuck making assumptions about system behavior and basing their decisions on those assumptions.&nbsp;<\/p>\n\n\n\n<p>In Web 2.0, observability depends on three fundamental components: logs, metrics, and traces. By processing these data into a usable format, observability platforms surface the most important insights, enabling developers and engineers to quickly address errors at the root cause.&nbsp;<\/p>\n\n\n\n<p>So how do developers maintain their current observability expectations in a distributed Web3 environment? Here\u2019s how those three observability components function differently in Web3.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-web3-logs\">Web3 logs<\/h3>\n\n\n\n<p>A <a href=\"https:\/\/middleware.io\/blog\/what-is-log-monitoring\/\">log<\/a> is an immutable, timestamp record of discrete events over time. Its primary function is to provide insights into application performance over time, particularly when evaluated within its proper context. By <a href=\"https:\/\/middleware.io\/blog\/what-is-log-monitoring\/\">collecting logs<\/a>, engineers can catch issues in real-time.\u00a0<\/p>\n\n\n\n<p>The primary difference between logging in to Web 2.0 and Web3 is the volume of logs. Every bit of data that a smart contract incurs will require more \u201cgas.\u201d <a href=\"https:\/\/middleware.io\">Observability platforms<\/a> need to become smarter in sorting through the most relevant data, leaving out events that aren\u2019t critical for assessing system performance.&nbsp;<\/p>\n\n\n\n<div class=\"container-cta black small\">\n<h3>Get real-time metrics, traces and logs in one place with Middleware observability platform.<\/h3>\n<button class=\"primary white\" id=\"get-demo\">Get started free<\/button>\n<\/div>\n\n\n\n<p>Most modern <a href=\"https:\/\/middleware.io\/product\/log-monitoring\/\">log management systems<\/a> collect logs and automatically aggregate, index, and analyze them to surface the most important insights. This capability will become even more important as Web3 increases the volume of logs that observability platforms compile.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-web3-metrics\">Web3 metrics<\/h3>\n\n\n\n<p>A metric is the numerical representation of data measured over time. Metrics in observability detect system anomalies, which can clue engineers into problems as they arise. Metrics are stored in a time series database and contain a name, label, numeric value, and timestamp in milliseconds.&nbsp;<\/p>\n\n\n\n<p>Web3 metrics aren\u2019t that different from their Web 2.0 counterparts. Blockchain data is public data, and each entry in the distributed ledger already has a timestamp. All developers and engineers have to do are set up the data pipeline and warehouse.<\/p>\n\n\n\n<p>One key difference, however, is that Web3 enables the collection of additional metrics related to specifications of transactions:<\/p>\n\n\n\n<ul><li>Event logs<\/li><li>Gas burn<\/li><li>Time elapsed until confirmation<\/li><li>Input\/output specifics<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-web3-traces\">Web3 traces<\/h3>\n\n\n\n<p>While logs and metrics are fairly straightforward in Web3, tracing is different. To implement tracing, every component in the path of a request needs to propagate that tracking information. Because of the decentralized nature of blockchain, this is more difficult than in a centralized cloud platform.&nbsp;<\/p>\n\n\n\n<p>It is important here to consider the two most common types of tracing methods:&nbsp;<\/p>\n\n\n\n<ul><li><strong>Stack tracing <\/strong>consists of logs and metadata issued by an application runtime, containing all invocations from the start of a threat until an exception&nbsp;<\/li><li><strong><a href=\"https:\/\/middleware.io\/blog\/what-is-distributed-tracing\/\">Distributed tracing<\/a><\/strong> is the observation of the end-to-end path of causally related distributed events flowing as a request through a distributed system, allowing developers to see which services are involved in the request.<\/li><\/ul>\n\n\n\n<p>Stack tracing is the only method that works for Web3, as there is no way to follow a transaction from the UI to persistence layers without further context. Many developers are now employing a hybrid approach, using distributed tracing for Web 2.0 components and adapting stack tracing for Web3.&nbsp;<\/p>\n\n\n\n<p>However, overall there are severe limitations to Web3 tracing. Overcoming this challenge needs to be a priority for developers and engineers in the Web3 space if these types of applications are ever going to become mainstream.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why existing web2 tools don&#8217;t work in web3<\/h2>\n\n\n\n<p>There are a few key reasons why existing web2 tools don&#8217;t work in web3.&nbsp;<\/p>\n\n\n\n<p>First, web2 is built on a centralized architecture, whereas web3 is built on a decentralized architecture. This means that web2 tools rely on central servers, while web3 tools do not.&nbsp;<\/p>\n\n\n\n<p>Second, web2 tools are typically designed to be used by humans, while web3 tools are designed to be used by machines. This means that web2 tools are not well-suited for interacting with the decentralized data and applications of the web3 world.&nbsp;<\/p>\n\n\n\n<p>Finally, web2 tools are often closed and proprietary, while web3 tools are open and decentralized. This means that web2 tools cannot take advantage of the many benefits of the web3 world, such as the ability to connect to and interact with a variety of different decentralized networks.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Therefore the best way is to build your applications on web3 based architecture Alchemy instead of hosting on AWS, and then, you can easily monitor your smart contracts and decentralized applications.&nbsp;<\/em><\/p><\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">When do you need to think about web3 observability&nbsp;<\/h2>\n\n\n\n<p>When you\u2019re either already running web2 applications, partially moving to or creating standalone web3 applications, then you should consider web3 observability at different stages of your company&#8217;s development.&nbsp;<\/p>\n\n\n\n<p>We at <a href=\"https:\/\/middleware.io\/\">Middleware<\/a> provide full-stack observability for web2 and web3 applications.&nbsp; So, if you\u2019re already using tools A, B, and C, then you should probably think about using Middleware. Motivate your readers to think about where they are in their journey and if they should think about web3 observability.<\/p>\n\n\n\n<div class=\"container-cta\">\n    <img decoding=\"async\" src=\"\/images\/container-cta.png\" alt=\"Small content CTA\">\n    <h3>Achieve complete observability in your existing infrastructure with Middleware.<\/h3>\n    <button class=\"primary white\" id=\"get-demo\">See it in action<\/button>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-benefits-of-web3-observability\">The benefits of Web3 observability<\/h2>\n\n\n\n<p>The benefits of Web3 observability are similar to the benefits of Web2, with one notable difference: Web3 observability is uniquely set up to function in a decentralized environment. As such, some of the benefits are slightly different depending on context:<\/p>\n\n\n\n<ul><li>Because decentralized systems have no single source of truth, Web3 observability provides much-needed transparency<\/li><li>Engineers can document the production environment and get the information needed to improve it without spending hours accessing various blocks and nodes.<\/li><li>Develop a comprehensive understanding of the distributed environments<\/li><li>Detect issues as they arise, and address the problem in real-time<\/li><\/ul>\n\n\n\n<p>At the end of the day, Web3 engineers are dealing with a complex array of systems with multiple points of failure. While decentralization does help mitigate overall risk, it is important to understand where points of failure occur and have a comprehensive idea of overall system health. Without it, they\u2019ll be flying blind.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-final-thoughts-on-web3-observability\">Final thoughts on Web3 observability<\/h2>\n\n\n\n<p>Like the architecture itself, Web3 observability is in its nascent stage. In order for companies to rely on these new technologies to provide the foundation for their business, they\u2019ll have to become more mature.<\/p>\n\n\n\n<p>Yet perfect should never be the enemy of good. By leveraging the available technologies to improve observability in Web3 environments, engineers can create more reliable, efficient, and innovative applications and take advantage of decentralization and its benefits.<\/p>\n\n\n\n<p><em>Learn more about how <a href=\"https:\/\/middleware.io\/\">Middleware<\/a> can provide observability into your entire tech stack here.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Although still in its infancy, Web3 is quickly dominating the marketplace:\u00a0 In H1 of 2022, Web3 companies raised more than $1.8 billion 46% of finance apps are based on the Web3 technology There were 18,416 monthly active Web3 developers in December 2021 If you don\u2019t want to be blindsided by the oncoming transformation, it\u2019s important [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3385,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[695],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Web3 Observability: How to Monitor Web3 Applications<\/title>\n<meta name=\"description\" content=\"As more applications adopt Web3 architecture, observability tools are even more critical to maintaining the health of decentralized systems.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Web3 Observability: How to Monitor Web3 Applications\" \/>\n<meta property=\"og:description\" content=\"As more applications adopt Web3 architecture, observability tools are even more critical to maintaining the health of decentralized systems.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/stage-site.middleware.io\/es\/web3-observability\/\" \/>\n<meta property=\"og:site_name\" content=\"Middleware\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-23T09:02:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-11T08:01:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2022\/11\/Web3-Observability-Monitor-web3-apps.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1300\" \/>\n\t<meta property=\"og:image:height\" content=\"700\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"MW Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"MW Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/stage-site.middleware.io\/es\/web3-observability\/\",\"url\":\"https:\/\/stage-site.middleware.io\/es\/web3-observability\/\",\"name\":\"Web3 Observability: How to Monitor Web3 Applications\",\"isPartOf\":{\"@id\":\"https:\/\/stage-site.middleware.io\/es\/#website\"},\"datePublished\":\"2022-11-23T09:02:24+00:00\",\"dateModified\":\"2023-08-11T08:01:47+00:00\",\"author\":{\"@id\":\"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/4ea1dce092ad60621e4fa874f02ccb92\"},\"description\":\"As more applications adopt Web3 architecture, observability tools are even more critical to maintaining the health of decentralized systems.\",\"breadcrumb\":{\"@id\":\"https:\/\/stage-site.middleware.io\/es\/web3-observability\/#breadcrumb\"},\"inLanguage\":\"es-ES\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/stage-site.middleware.io\/es\/web3-observability\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/stage-site.middleware.io\/es\/web3-observability\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/stage-site.middleware.io\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Best Practices\",\"item\":\"https:\/\/stage-site.middleware.io\/category\/best-practices\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Web3 observability: How to monitor Web3 applications\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/stage-site.middleware.io\/es\/#website\",\"url\":\"https:\/\/stage-site.middleware.io\/es\/\",\"name\":\"Middleware\",\"description\":\"Observability platform\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/stage-site.middleware.io\/es\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"es-ES\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/4ea1dce092ad60621e4fa874f02ccb92\",\"name\":\"MW Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es-ES\",\"@id\":\"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/14ba28b020541bea7bc669595bdba058?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/14ba28b020541bea7bc669595bdba058?s=96&d=mm&r=g\",\"caption\":\"MW Team\"},\"sameAs\":[\"http:\/\/localhost\/melt\"],\"url\":\"https:\/\/stage-site.middleware.io\/es\/author\/mittalmiddleware-io\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Web3 Observability: How to Monitor Web3 Applications","description":"As more applications adopt Web3 architecture, observability tools are even more critical to maintaining the health of decentralized systems.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"es_ES","og_type":"article","og_title":"Web3 Observability: How to Monitor Web3 Applications","og_description":"As more applications adopt Web3 architecture, observability tools are even more critical to maintaining the health of decentralized systems.","og_url":"https:\/\/stage-site.middleware.io\/es\/web3-observability\/","og_site_name":"Middleware","article_published_time":"2022-11-23T09:02:24+00:00","article_modified_time":"2023-08-11T08:01:47+00:00","og_image":[{"width":1300,"height":700,"url":"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2022\/11\/Web3-Observability-Monitor-web3-apps.jpg","type":"image\/jpeg"}],"author":"MW Team","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"MW Team","Tiempo de lectura":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/stage-site.middleware.io\/es\/web3-observability\/","url":"https:\/\/stage-site.middleware.io\/es\/web3-observability\/","name":"Web3 Observability: How to Monitor Web3 Applications","isPartOf":{"@id":"https:\/\/stage-site.middleware.io\/es\/#website"},"datePublished":"2022-11-23T09:02:24+00:00","dateModified":"2023-08-11T08:01:47+00:00","author":{"@id":"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/4ea1dce092ad60621e4fa874f02ccb92"},"description":"As more applications adopt Web3 architecture, observability tools are even more critical to maintaining the health of decentralized systems.","breadcrumb":{"@id":"https:\/\/stage-site.middleware.io\/es\/web3-observability\/#breadcrumb"},"inLanguage":"es-ES","potentialAction":[{"@type":"ReadAction","target":["https:\/\/stage-site.middleware.io\/es\/web3-observability\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/stage-site.middleware.io\/es\/web3-observability\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/stage-site.middleware.io\/es\/"},{"@type":"ListItem","position":2,"name":"Best Practices","item":"https:\/\/stage-site.middleware.io\/category\/best-practices\/"},{"@type":"ListItem","position":3,"name":"Web3 observability: How to monitor Web3 applications"}]},{"@type":"WebSite","@id":"https:\/\/stage-site.middleware.io\/es\/#website","url":"https:\/\/stage-site.middleware.io\/es\/","name":"Middleware","description":"Observability platform","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/stage-site.middleware.io\/es\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es-ES"},{"@type":"Person","@id":"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/4ea1dce092ad60621e4fa874f02ccb92","name":"MW Team","image":{"@type":"ImageObject","inLanguage":"es-ES","@id":"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/14ba28b020541bea7bc669595bdba058?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/14ba28b020541bea7bc669595bdba058?s=96&d=mm&r=g","caption":"MW Team"},"sameAs":["http:\/\/localhost\/melt"],"url":"https:\/\/stage-site.middleware.io\/es\/author\/mittalmiddleware-io\/"}]}},"_links":{"self":[{"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/posts\/3382"}],"collection":[{"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/comments?post=3382"}],"version-history":[{"count":13,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/posts\/3382\/revisions"}],"predecessor-version":[{"id":5886,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/posts\/3382\/revisions\/5886"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/media\/3385"}],"wp:attachment":[{"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/media?parent=3382"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/categories?post=3382"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/tags?post=3382"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}