Rust for Data Source Monitoring and Automation
Keep adding new skills with 10,000+ programs for $239 (usually $399). Save now.
Rust for Data Source Monitoring and Automation
This course is part of Rust for Data Engineering Specialization
Instructors: Noah Gift
Included with
Learn more
Ask Coursera
Recommended experience
Recommended experience
What you'll learn
Instrument Rust HTTP services with Prometheus metrics, structured tracing logs, and ELK-stack log shipping for full observability
Build Rust CLIs that crawl filesystems with walkdir and glob, parse logs with regex, and wrap external commands with robust error handling
Ship a graded compliance utility that reads JSON rules, audits the filesystem, and exits with a non-zero status to gate CI/CD pipelines
Skills you'll gain
Details to know
May 2026
3 assignments
See how employees at top companies are mastering in-demand skills
Build your subject-matter expertise
- Learn new concepts from industry experts
- Gain a foundational understanding of a subject or tool
- Develop job-relevant skills with hands-on projects
- Earn a shareable career certificate
There are 3 modules in this course
Stand up production-grade monitoring for Rust services and automate the operational tasks that keep them running. This intermediate course pairs systems engineering practice with the modern Rust toolchain to instrument, observe, and operate data infrastructure.
Module 1 walks through the full monitoring stack: logging versus metrics, the four golden signals, push and pull collection strategies, the ELK stack on Linux, Prometheus and Grafana for metric collection and visualization, and the `tracing` crate for structured Rust logs. A parallel AI-augmented track introduces Amazon Q Developer for code assistance. Module 2 builds Rust CLIs for system automation: filesystem traversal with walkdir and glob, log parsing with regex and flate2, wrapping external commands with `std::process::Command`, and a graded compliance utility that crawls JSON-defined rules and exits non-zero on violations β drop-in CI/CD ready. Throughout, learners pair the standard tooling with AWS Bedrock prompt management for AI-augmented operations.
Build a production monitoring stack for Rust services. Compare logging versus monitoring, apply the four golden signals, and stand up the ELK stack with Prometheus and Grafana on Linux. Instrument a Rust HTTP API with the tracing crate, expose custom metrics, and use Amazon Q Developer to accelerate observability code.
What's included
20 videos7 readings1 assignment
20 videosβ’Total 116 minutes
- 2.1.1 Introductionβ’2 minutes
- 2.1.2 Installing And Verifying On Vscodeβ’3 minutes
- 2.1.2 Logging And Monitoring Intersectionβ’9 minutes
- 2.1.3 Overview Of Monitoring Toolsβ’8 minutes
- 2.1.4 Push And Pull Strategiesβ’6 minutes
- 2.1.5 Granularity And Retention Policiesβ’5 minutes
- 2.2.1 Introductionβ’2 minutes
- 2.2.2 Developing With Amazon Q Developerβ’5 minutes
- 2.2.2 Installing The Elk Stackβ’8 minutes
- 2.2.3 Configuring The Elk Stackβ’8 minutes
- 2.2.4 Adding A Prometheus Endpoint In Rustβ’7 minutes
- 2.2.5 Connecting Prometheus And Grafanaβ’11 minutes
- 2.2.6 Exposing Custom Monitoring Endpointβ’5 minutes
- 2.2.7 Monitoring And Logging Strategies In Azureβ’5 minutes
- 2.3.1 Introductionβ’2 minutes
- 2.3.2 Adding Logging To A Rust Applicationβ’9 minutes
- 2.3.3 Documentation Assistanceβ’7 minutes
- 2.3.3 Using Logging In A Rust Applicationβ’5 minutes
- 2.3.4 Controlling Verbosity Levelsβ’5 minutes
- 2.3.5 Structured Loggingβ’4 minutes
7 readingsβ’Total 7 minutes
- About This Courseβ’1 minute
- Key Terms: Logging and Monitoring Fundamentalsβ’1 minute
- Reflection: Logging and Monitoring Fundamentalsβ’1 minute
- Key Terms: Standing Up a Real Monitoring Stackβ’1 minute
- Reflection: Standing Up a Real Monitoring Stackβ’1 minute
- Key Terms: Production Logging with the tracing Crateβ’1 minute
- Reflection: Production Logging with the tracing Crateβ’1 minute
1 assignmentβ’Total 5 minutes
- Ungraded Check: Monitoring and Data Sourcesβ’5 minutes
Build Rust CLIs that automate operational tasks: traverse filesystems with walkdir and glob, parse logs with regex and flate2, wrap external commands with std::process::Command, schedule jobs with cron, and ship a graded compliance utility that reads JSON rules and exits non-zero on violations to gate CI/CD pipelines.
What's included
21 videos6 readings1 assignment
21 videosβ’Total 116 minutes
- 2.1.1 Introduction to System Automationβ’2 minutes
- 2.1.2 Overview of Automation Tasks You Can Buildβ’6 minutes
- 2.1.2 Setting Up Provisioned Throughputβ’5 minutes
- 2.1.3 Crawling the Filesystemβ’7 minutes
- 2.1.4 Building a Rust CLI to Parse Filesβ’8 minutes
- 2.1.5 Parsing Log Files with Rustβ’10 minutes
- 2.1.6 Using Cron to Automate Tasksβ’5 minutes
- 2.2.1 Introduction to Running External Programsβ’2 minutes
- 2.2.2 Overview of Complexities of External Commandsβ’7 minutes
- 2.2.2 Testing Provisioned Throughputβ’4 minutes
- 2.2.3 Strategies for Parsing Command Outputβ’9 minutes
- 2.2.4 Avoiding Path Issuesβ’4 minutes
- 2.2.5 Error Reporting Techniquesβ’6 minutes
- 2.2.6 File Logging for Error Reportingβ’5 minutes
- 2.3.1 Introduction to Building a Compliance Utilityβ’2 minutes
- 2.3.2 Evaluate Prompts in Bedrockβ’6 minutes
- 2.3.2 When to Use Complianceβ’6 minutes
- 2.3.3 Using JSON with Rustβ’7 minutes
- 2.3.4 Building a Compliance Programβ’6 minutes
- 2.3.5 Improving Reporting Logicβ’3 minutes
- 2.3.6 Program Reporting Strategiesβ’5 minutes
6 readingsβ’Total 6 minutes
- Key Terms: System Automation with Rustβ’1 minute
- Reflection: System Automation with Rustβ’1 minute
- Key Terms: Running External Programs from Rustβ’1 minute
- Reflection: Running External Programs from Rustβ’1 minute
- Key Terms: Building a Compliance Utilityβ’1 minute
- Reflection: Building a Compliance Utilityβ’1 minute
1 assignmentβ’Total 30 minutes
- Practice Assignment: System Automationβ’30 minutes
Validate end-to-end mastery of the course material with a graded quiz covering monitoring stack design, structured logging with the tracing crate, deterministic CLI patterns for cron, the compliance utility's exit code contract, and using audit logs for compliance evidence.
What's included
2 readings1 assignment
2 readingsβ’Total 2 minutes
- Before You Goβ’1 minute
- Next Stepsβ’1 minute
1 assignmentβ’Total 5 minutes
- Course Graded Quizβ’5 minutes
Earn a career certificate
Add this credential to your LinkedIn profile, resume, or CV. Share it on social media and in your performance review.
Instructors
Offered by
Explore more from Software Development
- P
Pragmatic AI Labs
Course
- P
Pragmatic AI Labs
Course
- P
Pragmatic AI Labs
Course
- P
Pragmatic AI Labs
Course
Why people choose Coursera for their career
Frequently asked questions
To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.
When you enroll in the course, you get access to all of the courses in the Specialization, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.
Yes. In select learning programs, you can apply for financial aid or a scholarship if you canβt afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, youβll find a link to apply on the description page.
More questions
Financial aid available,
