article thumbnail

Rebuilding Netflix Video Processing Pipeline with Microservices

The Netflix TechBlog

Future blogs will provide deeper dives into each service, sharing insights and lessons learned from this process. The Netflix video processing pipeline went live with the launch of our streaming service in 2007. The Netflix video processing pipeline went live with the launch of our streaming service in 2007.

article thumbnail

Manage your monitoring as code with Dynatrace’s HashiCorp Terraform integration

Dynatrace

HashiCorp’s Terraform is an open-source infrastructure as a code software tool that provides a consistent CLI workflow to manage hundreds of cloud services. Per HashiCorp, this codification allows infrastructure changes to be automated while keeping the definition human readable. What is monitoring as code?

Code 243
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

‘Security as code’ demands proactive DevSecOps

Dynatrace

This is known as “security as code” — the constant implementation of systematic and widely communicated security practices throughout the entire software development life cycle. To mitigate security risks, comply with regulations, and align with good governance requires a coordinated effort among people, processes, and technology.

Code 162
article thumbnail

Monitoring-as-code through Dynatrace’s Open-Source Initiative

Dynatrace

Dynatrace’s OneAgent automatically captures PurePaths and analyzes transactions end-to-end across every tier of your application technology stack with no code changes, from the browser all the way down to the code and database level. Monitoring-as-code requirements at Dynatrace.

article thumbnail

Ready-to-go sample data pipelines with Dataflow

The Netflix TechBlog

One of the main reasons this feature exists is just like with food samples, to give you “a taste” of the production quality ETL code that you could encounter inside the Netflix data ecosystem. " , country_code STRING COMMENT "Country code of the playback session." This is one way to build trust with our internal user base.

article thumbnail

Debugging a FUSE deadlock in the Linux kernel

The Netflix TechBlog

This blog post describes how I poked at /procto get a sense of what was going on, before posting the issue to the kernel mailing list and getting schooled on how the kernel’s wait code actually works! Symptom: Stuck Docker Kill & A Zombie Process We had a stuck docker API call: goroutine 146 [select, 8817 minutes]: net/http.(*persistConn).roundTrip(0xc000658fc0,

article thumbnail

Radically speed up your code by fixing slow or frequent garbage collection

Dynatrace

Garbage collection is slow if most objects survive the collection process. Optimize your code by finding and fixing the root cause of garbage collection problems. These details arm you with the knowledge necessary to find the respective code and remove unnecessary allocations. Let’s take a look at how this works. .

Speed 165