User Tools

Site Tools


datadog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
datadog [2025/10/20 20:23] Roman Sheydvasserdatadog [2026/03/30 20:32] (current) – [Export Resources From a Datadog Account] Roman Sheydvasser
Line 1: Line 1:
 Datadog is a SaaS-based observability platform that provides monitoring and analytics for applications and infrastructure. Datadog is a SaaS-based observability platform that provides monitoring and analytics for applications and infrastructure.
 +
 +===== Datadog Skills Matrix =====
 +
 +This table organizes Datadog topics by priority level—core, common, and specialized—to reflect their relative importance and expected familiarity across teams. It provides a shared reference for understanding which Datadog areas are foundational versus more advanced or niche.
 +
 +| **Datadog Topic** | **Priority** |
 +| Tagging | 1 - Core |
 +| Logs | 1 - Core |
 +| Monitors and Alerting | 1 - Core |
 +| Dashboards | 1 - Core |
 +| Integrations - Common (e.g. AWS, nginx, postgres) | 1 - Core |
 +| Infrastructure (Windows) | 1 - Core |
 +| Infrastructure (Linux) | 1 - Core |
 +| Synthetics | 2 - Common |
 +| Serverless | 2 - Common |
 +| APM - Basic Setup | 2 - Common |
 +| DBM (Databases) | 2 - Common |
 +| NDM (Network Devices) | 2 - Common |
 +| Docker / Kubernetes | 2 - Common |
 +| Ansible | 2 - Common |
 +| SLAs / SLOs | 2 - Common |
 +| SIEM (Security) | 3 - Specialized |
 +| RUM | 3 - Specialized |
 +| Cost Optimization | 3 - Specialized |
 +| APM - Java | 3 - Specialized |
 +| APM - Python | 3 - Specialized |
 +| APM - Javascript | 3 - Specialized |
 +| APM - C# | 3 - Specialized |
 +| APM - Serverless | 3 - Specialized |
 +| DBM - Postgres | 3 - Specialized |
 +| LLM Monitoring | 3 - Specialized |
 +| Data Jobs (e.g. Databricks, Apache Spark, EMR) | 3 - Specialized |
 +| DBM - SQL Server | 3 - Specialized |
 +| Datadog Oncall | 3 - Specialized |
 +
  
 ===== Datadog Fundamentals Certification ===== ===== Datadog Fundamentals Certification =====
Line 48: Line 83:
   * https://www.coursera.org/professional-certificates/aws-cloud-technology-consultant   * https://www.coursera.org/professional-certificates/aws-cloud-technology-consultant
   * https://www.coursera.org/professional-certificates/google-it-support   * https://www.coursera.org/professional-certificates/google-it-support
 +
 +===== Export Resources From a Datadog Account =====
 +
 +https://github.com/DataDog/datadog-sync-cli can be used for exporting resources like dashboards, monitors, etc, or for general backups of a Datadog account.
 +
 +The `import` command is somewhat misleading. It refers to reading the specified resources from a Datadog organization and then storing them locally as JSON files.
 +
 +<code>
 +$ datadog-sync import \
 +    --source-api-key="..." \
 +    --source-app-key="..." \
 +    --source-api-url="https://api.datadoghq.com"
 +</code>
datadog.1760991819.txt.gz · Last modified: by Roman Sheydvasser