# [[Observability vs Monitoring]] ![[Observability vs Monitoring.svg]] There is some disagreement on the relationship between [[Observability]] and [[Monitoring|Monitoring]] in the industry. In general, I monitoring is a subset of observability in the sense that monitoring is *one* way to make a system observable. ## Observabilty is the successor of monitoring One popular, but outdated, view, is that observability is an evolution of monitoring. Monitoring is seen as the traditional way of tracking the performance of a system, involving setting up specific metrics to measure. Observability in this context has a broader and more proactive approach. Instead of choosing what to measure and then setting up instrumentation to measure it, observability starts with the assumption that we don't know what needs to be measured, so we may as well measure it all. However, it is less that monitoring has been replaced by observability and more that observability as a science has grown and matured at a level higher than monitoring. ## Observability is the end, and monitoring is the means There is also a growing sentiment that the dichotomy of observability and monitoring is a false one, and that it is not productive to pit one against the other. This school of thought treats monitoring as one way to increase observability, but it is not the only way. [[Michele Mancioppi]] describes observability as a desirable property of a system, and monitoring as a way to make systems observable. [^koh] [^koh]: Mancioppi, M. (2022). _Canonical observability with Simon Aronsson and Michele Mancioppi_. [[Canonical Observability With Simon Aronsson and Michele Mancioppi|My highlights.]] %% # Excalidraw Data ## Text Elements ## Drawing ```json { "type": "excalidraw", "version": 2, "source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.1.4", "elements": [ { "id": "4y8R7iOA", "type": "text", "x": 118.49495565891266, "y": -333.44393157958984, "width": 3.8599853515625, "height": 24, "angle": 0, "strokeColor": "#1e1e1e", "backgroundColor": "transparent", "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "groupIds": [], "frameId": null, "roundness": null, "seed": 967149026, "version": 2, "versionNonce": 939059582, "isDeleted": true, "boundElements": null, "updated": 1713723615080, "link": null, "locked": false, "text": "", "rawText": "", "fontSize": 20, "fontFamily": 4, "textAlign": "left", "verticalAlign": "top", "containerId": null, "originalText": "", "lineHeight": 1.2 } ], "appState": { "theme": "dark", "viewBackgroundColor": "#ffffff", "currentItemStrokeColor": "#1e1e1e", "currentItemBackgroundColor": "transparent", "currentItemFillStyle": "solid", "currentItemStrokeWidth": 2, "currentItemStrokeStyle": "solid", "currentItemRoughness": 1, "currentItemOpacity": 100, "currentItemFontFamily": 4, "currentItemFontSize": 20, "currentItemTextAlign": "left", "currentItemStartArrowhead": null, "currentItemEndArrowhead": "arrow", "scrollX": 583.2388916015625, "scrollY": 573.6323852539062, "zoom": { "value": 1 }, "currentItemRoundness": "round", "gridSize": null, "gridColor": { "Bold": "#C9C9C9FF", "Regular": "#EDEDEDFF" }, "currentStrokeOptions": null, "previousGridSize": null, "frameRendering": { "enabled": true, "clip": true, "name": true, "outline": true } }, "files": {} } ``` %%