Coder Social home page Coder Social logo

aws-observability / aws-o11y-recipes Goto Github PK

View Code? Open in Web Editor NEW
112.0 112.0 38.0 28.98 MB

recipes for observability solutions at AWS

Home Page: https://aws-observability.github.io/observability-best-practices/

Makefile 0.65% JavaScript 2.67% TypeScript 13.72% Go 59.26% Dockerfile 1.03% Shell 7.93% HTML 2.18% Python 12.56%
amazon-web-services aws cloudwatch fluentbit grafana observability opentelemetry prometheus

aws-o11y-recipes's People

Contributors

adamtylerlynch avatar alishahimtiaz avatar amazon-auto avatar arumusat avatar awsdabra avatar awsimaya avatar awsvikram avatar bhushanchirmade avatar bonclay7 avatar dboddula avatar dependabot[bot] avatar elamaran11 avatar erichsueh3 avatar jderrett avatar mhausenblas avatar rmcdonough avatar vijayansarathy avatar yimipeng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aws-o11y-recipes's Issues

Add FAQ

  • Glossary of services
  • How to write recipe (link to main README)
  • How to find stuff

Enhancements to Fargate EKS to AMP Documentation

Going through the guide, it works as intended. However, I suggest a couple of minor enhancements:

  • Setting your AWS region as an environment variable is done twice in two different variables; we can reduce this to just one
  • Removing step 3 of the ADOT Collector setup (<YOUR_ACCOUNT_ID>unused in yaml)

Add Grafana alerting recipes

In Amazon Managed Grafana , show how to alert based on Prometheus source (SLO/SLI use case for example) with SNS, for:

  • EKS
  • ECS
  • EC2 monolith

ho11y App's DockerFile is missing GOPROXY=Direct and GIT package. So Docker Build Fails.

ho11y App's Dockerfile is missing the follow statements so the docker build fails for goproxy wilth following error

go: github.com/bitly/[email protected]: git init --bare in /go/pkg/mod/cache/vcs/460f3a74af59eb3467f80d2023ccd36e4efe950fa38720c01021f858760cc232: exec: "git": executable file not found in $PATH
The command '/bin/sh -c CGO_ENABLED=0 go build -a -ldflags '-extldflags "-static"'' returned a non-zero code: 1

Please add the below after line 1 in ho11y's Dockerfile to get through this error :

 RUN go env -w GOPROXY=direct
 RUN apk add --no-cache git

Cloudwatch metrics streams missing tags dimensions

As an Observability engineer, I would like to be able to filter metric results using resource tags to be able to have group elements form the same resource
example: cpu utilization of all ec2 instances with the tag team:teamX

What Go version should be used for CWMetricsStreamExporter?

When I do a go build -o main main.go on https://github.com/aws-observability/aws-o11y-recipes/blob/main/sandbox/CWMetricStreamExporter/lambda/main.go I get the following error on a Mac with go 1.18.2:

» go build -o main main.go                                                  
# command-line-arguments
./main.go:82:15: cannot use currentLabels (variable of type []*prompb.Label) as type []prompb.Label in struct literal
./main.go:246:15: cannot use timeseries (variable of type []*prompb.TimeSeries) as type []prompb.TimeSeries in struct literal
-----------------------------------------------------------------------------------------------------------------------------

Add How to write recipe

In the main README.md add instructions on how to set up mkdocs for local preview and share conventions (where does a recipe go, how to link up from one or more top-level entries, images, etc.).

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.