# [[Grafana Adaptive Telemetry]] ![[Adaptive Telemetry.svg]] [[Grafana Labs]] has pioneered the use of [[Adaptive Telemetry]] within its [[Grafana Cloud|commercial SaaS offering]]. Adaptive Telemetry drops [[Telemetry|telemetry data]] from [[Logs]], [[Traces]], [[Metrics]], and [[Continuous Profiling|profiles]] so that people only pay for what's actually being used. Here's CTO [[Tom Wilkie]] talking about this feature: ![](https://www.youtube.com/watch?v=Dz5XLSPTpWA) It's currently available for [[Adaptive Logs|Logs]] and [[Adaptive Metrics|Metrics]], but will soon be available for [[Adaptive Traces|Traces]] and [[Adaptive Profiles|Profiles]] as well. ## Benefits ### Cost savings There are significant cost savings associated with just deleting unnecessary information. A Grafana Cloud user, TeleTracking, stated that they reduced their spending by 46% just by implementing Adaptive Metrics. [^teletracking] ## How does adaptive telemetry work? Adaptive telemetry deletes data based on: - What data has actually been historically queried - What data has alerts on it - What data is displayed on a dashboard ## Avoiding deletion of important data The main concern of implementing adaptive telemetry is the possibility of relevant or necessary data being deleted. Often, data that is not queried still becomes important for troubleshooting when an outage occurs later. How can we prevent this data from being deleted? - Adaptive Telemetry allows you to set *exemptions*: services, telemetry types, and labels that are never deleted. - Users can set a *maximum drop percentage*, a number that determines a limit for how much of a telemetry signal can be dropped (deleted) [^teletracking]: Wilkie, T. (2025). *Optimize observability and cut costs without losing insights | What is adaptive telemetry? | Grafana* Retrieved from: https://www.youtube.com/watch?v=Dz5XLSPTpWA %% # 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": {} } ``` %%