\u003C/figure>\n\u003C!-- /wp:image -->\n\n\u003C!-- wp:paragraph -->\n\u003Cp>In short, applications use an SDK or Agent to be instrumented to emit relevant metrics, traces, and log data. Infrastructure components also emit metrics. This data flows into a collector that can aggregate or perform other operations on it. Finally, it’s sent to an exporter that can modify the wire protocol or perform processing on the data before it’s sent to an observability system. You can check out more in \u003Ca href=\"https://opentelemetry.io/docs/concepts/what-is-opentelemetry/\">this document\u003C/a> from the OpenTelemetry project.\u003C/p>\n\u003C!-- /wp:paragraph -->\n\n\u003C!-- wp:paragraph -->\n\u003Cp>For many languages, instrumenting applications can be done automatically. To instrument a Java application, all you have to do is drop a JAR into the CLASSPATH and add an argument to the application’s launch command. As long as you have a collector running on the same machine, that’s all there is to it.\u003C/p>\n\u003C!-- /wp:paragraph -->\n\n\u003C!-- wp:heading -->\n\u003Ch2 id=\"h-what-s-in-it-for-me\">What’s in it for me?\u003C/h2>\n\u003C!-- /wp:heading -->\n\n\u003C!-- wp:paragraph -->\n\u003Cp>You mean besides having easy access to data that explains how your system is functioning? The biggest benefit of using OpenTelemetry for observability is that you only have to do instrumentation and telemetry pipeline work one time, no matter what system you use to analyze the data. You can use a commercial product, open-source, or even roll your own, and you never have to duplicate any of the work you did to instrument your applications. \u003C/p>\n\u003C!-- /wp:paragraph -->\n\n\u003C!-- wp:paragraph -->\n\u003Cp>Many commercial products suggest you use a proprietary agent that claims to make setup easier, but this really is a trap—you’re limited in flexibility to what their agent supports, and if you ever want to change platforms, you have to re-do all the instrumentation work. Why not do this once and retain ownership of your own data?\u003C/p>\n\u003C!-- /wp:paragraph -->\n\n\u003C!-- wp:paragraph -->\n\u003Cp>OpenTelemetry is being adopted rapidly and is a key tool to understand and master as you can read in \u003Ca href=\"https://thenewstack.io/splunk-opentelemetry-and-the-future-of-observability/\">this article\u003C/a> from The New Stack. Becoming an expert now can set you up for success in a few ways:\u003C/p>\n\u003C!-- /wp:paragraph -->\n\n\u003C!-- wp:list {\"ordered\":true} -->\n\u003Col>\u003Cli>If you’re hoping to work in tech, but haven’t decided on your career path, the demand for experts in monitoring and observability will not be decreasing for the foreseeable future. On the contrary, it’s likely to increase as applications become increasingly complicated and require more effort to troubleshoot and operate. Learning OpenTelemetry and observability principles can make you a more compelling candidate if you’re trying to break into the DevOps or SRE world—and this world is lucrative. In the \u003Ca href=\"https://insights.stackoverflow.com/survey/2021#salary-comp-total-usa\">most recent Stack Overflow Developer Survey\u003C/a>, SREs in the United States reported a median salary of $150,000 a year.\u003C/li>\u003Cli>If you’re already working in this world, you know that the complexity of your universe continues to increase. Having a handle on it through observability makes you more valuable to your employer and more valuable the next time you change jobs. Being able to demonstrate that you can set up a robust observability pipeline that enables all the benefits I’ve discussed makes you more marketable and lets you play with something that operates in real-time and at a huge scale.\u003C/li>\u003Cli>In either instance, learning OpenTelemetry future-proofs your skill set. The future of monitoring is observability, and the future of observability is OpenTelemetry. Learning it now makes you ahead of the curve and makes sure that you’re learning something that can be used in a myriad of different deployment scenarios and environments.\u003C/li>\u003C/ol>\n\u003C!-- /wp:list -->\n\n\u003C!-- wp:paragraph -->\n\u003Cp>Leaning into this world can also enhance your network. OpenTelemetry has a robust and active \u003Ca href=\"https://opentelemetry.io/community/\">community\u003C/a>, with mailing lists, a Slack channel, and of course, GitHub. The project is growing every day and you’ll get exposure to the cutting edge of observability and cloud migration. OpenTelemetry also includes support for a large number of languages (including Erlang/Elixir, Rust, and Go) frameworks (like Spring and Flask,) and libraries such as `net/http` and `gorilla/mux`. You can rely on your OpenTelemetry knowledge to be transferable across languages, frameworks, and libraries. \u003C/p>\n\u003C!-- /wp:paragraph -->\n\n\u003C!-- wp:heading {\"level\":1} -->\n\u003Ch1 id=\"h-how-do-i-get-started\">How do I get started?\u003C/h1>\n\u003C!-- /wp:heading -->\n\n\u003C!-- wp:paragraph -->\n\u003Cp>As an engineer, the best way to get started with something is to get your hands dirty. As someone who works for a commercial observability vendor, I’d be remiss to not tell you to try a \u003Ca href=\"https://splunk.com/o11y-trial?utm_medium=paidcontent&utm_source=stackoverflow&utm_campaign=Global_FY22H2_AMER_SO_OTelBlog_EN_DevOpsSep21&utm_content=O11y_Cloud_Trial\">free trial of Splunk Observability Cloud\u003C/a>—there’s no credit card required and the integration wizards that walk you through setup actually have you integrate your architecture with OpenTelemetry. Despite the fact that our endpoint is a commercial product, you can reuse the instrumentation work you do setting up our product with basically anything else.\u003C/p>\n\u003C!-- /wp:paragraph -->\n\n\u003C!-- wp:paragraph -->\n\u003Cp>I’d also encourage you to check out the \u003Ca href=\"https://opentelemetry.io\">OpenTelemetry project website\u003C/a>, and to read some \u003Ca href=\"https://stackoverflow.com/questions/tagged/observability\">questions tagged observability\u003C/a> (or \u003Ca href=\"https://stackoverflow.com/questions/tagged/open-telemetry\">ones tagged OpenTelemetry\u003C/a> specifically) here on Stack Overflow (also, ask your own! There’s a lot of rep to be snagged from contributing on this topic). If you’re still confused about the whole observability thing to begin with, I also wrote a \u003Ca href=\"https://www.splunk.com/en_us/form/beginners-guide-to-observability.html?utm_medium=paidcontent&utm_source=stackoverflow&utm_campaign=Global_FY22H2_AMER_SO_OTelBlog_EN_DevOpsSep21&utm_content=Beg_Guide_to_O11y\">Beginner’s Guide to Observability\u003C/a> that explains the concepts in more detail. \u003C/p>\n\u003C!-- /wp:paragraph -->\n\n\u003C!-- wp:paragraph -->\n\u003Cp>You can get started instrumenting infrastructure in literally a few minutes, so why not take this time to learn what observability and OpenTelemetry are all about? Your career will thank you.\u003C/p>\n\u003C!-- /wp:paragraph -->\n\n\u003C!-- wp:separator -->\n\u003Chr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\u003C!-- /wp:separator -->\n\n\u003C!-- wp:paragraph -->\n\u003Cp>\u003Cem>The Stack Overflow blog is committed to publishing interesting articles by developers, for developers. From time to time that means working with companies that are also clients of Stack Overflow’s through our advertising, talent, or teams business. When we publish work from clients, we’ll identify it as Partner Content with tags and by including this disclaimer at the bottom.\u003C/em>\u003C/p>\n\u003C!-- /wp:paragraph -->","html","2021-09-08T14:00:00.000Z",{"current":409},"observability-is-key-to-the-future-of-software-and-your-devops-career",[411,419,423,427,431,436,438,442],{"_createdAt":412,"_id":413,"_rev":414,"_type":415,"_updatedAt":412,"slug":416,"title":418},"2023-05-23T16:43:21Z","wp-tagcat-code-for-a-living","9HpbCsT2tq0xwozQfkc4ih","blogTag",{"current":417},"code-for-a-living","Code for a Living",{"_createdAt":412,"_id":420,"_rev":414,"_type":415,"_updatedAt":412,"slug":421,"title":422},"wp-tagcat-devops",{"current":422},"devops",{"_createdAt":412,"_id":424,"_rev":414,"_type":415,"_updatedAt":412,"slug":425,"title":426},"wp-tagcat-observability",{"current":426},"observability",{"_createdAt":412,"_id":428,"_rev":414,"_type":415,"_updatedAt":412,"slug":429,"title":430},"wp-tagcat-opentelemetry",{"current":430},"opentelemetry",{"_createdAt":412,"_id":432,"_rev":414,"_type":415,"_updatedAt":412,"slug":433,"title":435},"wp-tagcat-partner-content",{"current":434},"partner-content","Partner Content",{"_createdAt":412,"_id":432,"_rev":414,"_type":415,"_updatedAt":412,"slug":437,"title":435},{"current":434},{"_createdAt":412,"_id":439,"_rev":414,"_type":415,"_updatedAt":412,"slug":440,"title":441},"wp-tagcat-partnercontent",{"current":441},"partnercontent",{"_createdAt":412,"_id":443,"_rev":414,"_type":415,"_updatedAt":412,"slug":444,"title":445},"wp-tagcat-splunk",{"current":445},"splunk","Observability is key to the future of software (and your DevOps career)",[448,454,460,466],{"_id":449,"publishedAt":450,"slug":451,"sponsored":399,"title":453},"e10457b6-a9f6-4aa9-90f2-d9e04eb77b7c","2025-08-27T04:40:00.000Z",{"_type":10,"current":452},"from-punch-cards-to-prompts-a-history-of-how-software-got-better","From punch cards to prompts: a history of how software got better",{"_id":455,"publishedAt":456,"slug":457,"sponsored":12,"title":459},"65472515-0b62-40d1-8b79-a62bdd2f508a","2025-08-25T16:00:00.000Z",{"_type":10,"current":458},"making-continuous-learning-work-at-work","Making continuous learning work at work",{"_id":461,"publishedAt":462,"slug":463,"sponsored":12,"title":465},"1b0bdf8c-5558-4631-80ca-40cb8e54b571","2025-08-21T14:00:25.054Z",{"_type":10,"current":464},"research-roadmap-update-august-2025","Research roadmap update, August 2025",{"_id":467,"publishedAt":468,"slug":469,"sponsored":12,"title":471},"5ff6f77f-c459-4080-b0fa-4091583af1ac","2025-08-20T14:00:00.000Z",{"_type":10,"current":470},"documents-the-architect-s-programming-language","Documents: The architect’s programming language",{"count":473,"lastTimestamp":474},2,"2023-05-25T09:47:41Z",["Reactive",476],{"$sarticleModal":477},false,["Set"],["ShallowReactive",480],{"sanity-YwsKXPG-vl_OOkse5cE2F36g02C_2vVeiluPSnij5SI":-1,"sanity-comment-wp-post-18750-1756370424756":-1},"/2021/09/08/observability-is-key-to-the-future-of-software-and-your-devops-career"]