Git Product home page Git Product logo

abhilashkurian / cloud-native-observability Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/cloud-native-observability

0.0 0.0 0.0 121 KB

Cloud Native Observability with OpenTelemetry, Published by Packt

Home Page: https://www.packtpub.com/product/cloud-native-observability-with-opentelemetry/9781801077705

License: MIT License

JavaScript 17.89% Python 62.49% Java 13.36% Go 4.27% Dockerfile 1.99%

cloud-native-observability's Introduction

Cloud-Native Observability with OpenTelemetry

Cloud-Native Observability with OpenTelemetry

This is the code repository for Cloud-Native Observability with OpenTelemetry, published by Packt.

Learn to gain visibility into systems by combining tracing, metrics, and logging with OpenTelemetry

What is this book about?

Cloud-Native Observability with OpenTelemetry is a guide to helping you look for answers to questions about your applications. This book teaches you how to produce telemetry from your applications using an open standard to retain control of data. OpenTelemetry provides the tools necessary for you to gain visibility into the performance of your services. It allows you to instrument your application code through vendor-neutral APIs, libraries and tools.

This book covers the following exciting features:

  • Understand the core concepts of OpenTelemetry
  • Explore concepts in distributed tracing, metrics, and logging
  • Discover the APIs and SDKs necessary to instrument an application using OpenTelemetry
  • Explore what auto-instrumentation is and how it can help accelerate application instrumentation
  • Configure and deploy the OpenTelemetry Collector Get to grips with how different open-source backends can be used to analyze telemetry data Understand how to correlate telemetry in common scenarios to get to the root cause of a problem

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

from opentelemetry._metrics import set_meter_provider
from opentelemetry.sdk._metrics import MeterProvider
from opentelemetry.sdk.resources import Resource

def configure_meter_provider():
  provider = MeterProvider(resource=Resource.create())
  set_meter_provider(provider)

if __name__ == "__main__":
  configure_meter_provider()

Following is what you need for this book: This book is for software engineers, library authors, and systems operators looking to better understand their infrastructure, services and applications by leveraging telemetry data like never before. Working knowledge of Python programming is assumed for the example applications that you’ll be building and instrumenting using the OpenTelemetry API and SDK. Some familiarity with Go programming, Linux, and Docker is preferable to help you set up additional components in various examples throughout the book.

With the following software and hardware list you can run all code files present in the book (Chapter 1-12).

Software and Hardware List

Chapter Software required OS required
1-12 OpenTelemetry for Python 1.9.0+ Windows, Mac OS X, and Linux (Any)
1-12 OpenTelemetry Collector v0.42.0+ Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Errata

  • Page 29 (Figure 2.1): The port for the legacy-inventory should say 5001
  • Page 55 (Figure 2.5): The bubble between inventory API and inventory store should be labeled 4 instead of 3.

Related products

Get to Know the Author

Alex Boten is a senior staff software engineer at Lightstep and has spent the last 10 years helping organizations adapt to a cloud-native landscape. From building core network infrastructure to mobile client applications and everything in between, Alex has first-hand knowledge of how complex troubleshooting distributed applications is. This led him to the domain of observability and contributing to open source projects in the space. A contributor, approver, and maintainer in several aspects of OpenTelemetry, Alex has helped evolve the project from its early days in 2019 into the massive community effort that it is today. More than anything, Alex loves making sense of the technology around us and sharing his learnings with others.

cloud-native-observability's People

Contributors

arunpackt avatar codeboten avatar packtutkarshr avatar qdzlug avatar rajat-packt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.