mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 20:49:49 +02:00
chore: update roadmap content json (#9015)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b9502b8256
commit
79f9e72a9d
@@ -725,7 +725,7 @@
|
|||||||
},
|
},
|
||||||
"2vQPmVNk1QpMM-15RKG8b": {
|
"2vQPmVNk1QpMM-15RKG8b": {
|
||||||
"title": "Metrics",
|
"title": "Metrics",
|
||||||
"description": "In Amazon CloudWatch, **metrics** are fundamental concepts that you work with. A metric is the fundamental concept in CloudWatch and represents a time-ordered set of data points that are published to CloudWatch. Think of a metric as a variable to monitor, and the data points as representing the values of that variable over time. Metrics are uniquely defined by a name, a namespace, and zero or more dimensions up to 30 dimensions per metric. Every data point must have a timestamp. You can retrieve statistics about those data points as an ordered set of time-series data. CloudWatch provides metrics for every serviece in AWS.\n\nLearn more from the following resources:",
|
"description": "In Amazon CloudWatch, **metrics** are fundamental concepts that you work with. A metric is the fundamental concept in CloudWatch and represents a time-ordered set of data points that are published to CloudWatch. Think of a metric as a variable to monitor, and the data points as representing the values of that variable over time. Metrics are uniquely defined by a name, a namespace, and zero or more dimensions up to 30 dimensions per metric. Every data point must have a timestamp. You can retrieve statistics about those data points as an ordered set of time-series data. CloudWatch provides metrics for every service in AWS.\n\nLearn more from the following resources:",
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"title": "CloudWatch Metrics",
|
"title": "CloudWatch Metrics",
|
||||||
|
@@ -153,6 +153,11 @@
|
|||||||
"title": "Underlying Technologies - Medium",
|
"title": "Underlying Technologies - Medium",
|
||||||
"url": "https://medium.com/@furkan.turkal/how-does-docker-actually-work-the-hard-way-a-technical-deep-diving-c5b8ea2f0422",
|
"url": "https://medium.com/@furkan.turkal/how-does-docker-actually-work-the-hard-way-a-technical-deep-diving-c5b8ea2f0422",
|
||||||
"type": "article"
|
"type": "article"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Containers - Namespaces, Cgroups and Overlay Filesystem",
|
||||||
|
"url": "https://www.youtube.com/watch?v=wJdDWc6zO4U",
|
||||||
|
"type": "video"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@@ -107,7 +107,7 @@
|
|||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"title": "SQL Operators: 6 Different Types",
|
"title": "SQL Operators: 6 Different Types",
|
||||||
"url": "https://www.dataquest.io/blog/sql-operators/",
|
"url": "https://dataengineeracademy.com/blog/sql-operators-6-different-types-code-examples/",
|
||||||
"type": "article"
|
"type": "article"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user