-
Notifications
You must be signed in to change notification settings - Fork 1
/
blog-list.json
32 lines (32 loc) · 1.18 KB
/
blog-list.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
"title": "OTEL and OTLP: Next-Level Monitoring with OpenTelemetry",
"date": "2023-11-25",
"category": "OTEL",
"href": "https://www.linkedin.com/pulse/otel-otlp-next-level-monitoring-opentelemetry-pratik-anand-slmpe"
},
{
"title": "OpenTelemetry Collector and Its Flavors",
"date": "2023-11-30",
"category": "OTEL",
"href": "https://www.linkedin.com/pulse/opentelemetry-collector-its-flavors-pratik-anand-uqike"
},
{
"title": "OpenTelemetry Collector Deployment Part - I",
"date": "2023-12-06",
"category": "OTEL",
"href": "https://www.linkedin.com/pulse/opentelemetry-collector-deployment-part-i-pratik-anand-iysqe"
},
{
"title": "OpenTelemetry Collector Deployment Part - II",
"date": "2023-12-13",
"category": "OTEL",
"href": "https://www.linkedin.com/pulse/opentelemetry-collector-deployment-part-ii-pratik-anand-ixrje"
},
{
"title": "GitLab Multi-project Pipelines",
"date": "2023-12-16",
"category": "CICD",
"href": "https://www.linkedin.com/pulse/gitlab-multi-project-pipelines-pratik-anand-6liaf"
}
]