Avoid committing "crimes against Observability" and get your Observability practice off the ground the right way, by avoiding these common Observability pitfalls!
emblem/docs/decisions at main · GoogleCloudPlatform/emblem · GitHub
:diamond_shape_with_a_dot_inside:Emblem Giving is a sample application that demonstrates a serverless architecture with continuous delivery, and trouble recovery. - emblem/docs/decisions at main ·...
mikaelvesavuori/dorametrix: Dorametrix is a serverless web service that helps you calculate your DORA metrics, by inferring your metrics from events you create with webhooks (or manually!).
Dorametrix is a serverless web service that helps you calculate your DORA metrics, by inferring your metrics from events you create with webhooks (or manually!). - mikaelvesavuori/dorametrix: Doram...
What are reasonable SLOs for Kafka? - Ops - Confluent Community
Opinions are my own… These depend on the SLAs you are supporting with your SLIs. But here are a couple of core ones: Controller count - must equal 1 else something is wrong Under replicated partitions - under replicated partitions greater than one is normally an early warning that something is about to go pear shaped. Depending on your setting for publish acks, this might mean that some publishers might also stop, if min ISR is less than required. Leader elections - These might happen due to...
Best Practices for Local File Parameters | Amazon Web Services
If you have ever passed the contents of a file to a parameter of the AWS CLI, you most likely did so using the file:// notation. By setting a parameter’s value as the file’s path prepended by file://, you can explicitly pass in the contents of a local file as input to a command: aws […]
OpenSLO/OpenSLO: Open specification for defining and expressing service level objectives (SLO)
Open specification for defining and expressing service level objectives (SLO) - OpenSLO/OpenSLO: Open specification for defining and expressing service level objectives (SLO)
2 Ways to Check TLS Certificate expiration Date with OpenSSL Command - SSLHOW
We can quickly solve TLS or SSL certificate issues by checking the certificate’s expiration from the openssl command line. Today, let us see how to check certificate’s expiration date in 2 ways. The first one is to check the certificate on remote server side. The second is to check the certificate by PEM files. Check […]