From b930e467fc8f735992383a9c05c7a21c23f103ed Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Thu, 10 Jun 2021 22:12:33 +0200 Subject: [PATCH 1/7] Marketing Signed-off-by: Richard Hartmann --- content/blog/2018-08-09-prometheus-graduates-within-cncf.md | 2 +- .../2021-05-03-introducing-prometheus-conformance-program.md | 2 +- ...2021-05-04-prometheus-conformance-remote-write-compliance.md | 2 +- content/blog/2021-06-10-on-ransomware-naming.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/blog/2018-08-09-prometheus-graduates-within-cncf.md b/content/blog/2018-08-09-prometheus-graduates-within-cncf.md index 45b5759b5..2461105bc 100644 --- a/content/blog/2018-08-09-prometheus-graduates-within-cncf.md +++ b/content/blog/2018-08-09-prometheus-graduates-within-cncf.md @@ -2,7 +2,7 @@ title: Prometheus Graduates Within CNCF created_at: 2018-08-09 kind: article -author_name: Richard Hartmann +author_name: 'Richard "RichiH" Hartmann' --- We are happy to announce that as of today, Prometheus graduates within the [CNCF](https://www.cncf.io/). diff --git a/content/blog/2021-05-03-introducing-prometheus-conformance-program.md b/content/blog/2021-05-03-introducing-prometheus-conformance-program.md index cb77ca9c6..55936c7e6 100644 --- a/content/blog/2021-05-03-introducing-prometheus-conformance-program.md +++ b/content/blog/2021-05-03-introducing-prometheus-conformance-program.md @@ -2,7 +2,7 @@ title: Introducing the Prometheus Conformance Program created_at: 2021-05-03 kind: article -author_name: Richard "RichiH" Hartmann +author_name: 'Richard "RichiH" Hartmann' --- Prometheus is the standard for metric monitoring in the cloud native space and beyond. To ensure interoperability, to protect users from suprises, and to enable more parallel innovation, the Prometheus project is introducing the [Prometheus Conformance Program](https://github.com/cncf/prometheus-conformance) with the help of [CNCF](https://www.cncf.io/) to certify component compliance and Prometheus compatibility. diff --git a/content/blog/2021-05-04-prometheus-conformance-remote-write-compliance.md b/content/blog/2021-05-04-prometheus-conformance-remote-write-compliance.md index fefbc91df..932da2fec 100644 --- a/content/blog/2021-05-04-prometheus-conformance-remote-write-compliance.md +++ b/content/blog/2021-05-04-prometheus-conformance-remote-write-compliance.md @@ -2,7 +2,7 @@ title: "Prometheus Conformance Program: Remote Write Compliance Test Results" created_at: 2021-05-05 kind: article -author_name: Richard "RichiH" Hartmann +author_name: 'Richard "RichiH" Hartmann' --- As [announced by CNCF](https://www.cncf.io/blog/2021/05/03/announcing-the-intent-to-form-the-prometheus-conformance-program/) and by [ourselves](https://prometheus.io/blog/2021/05/03/introducing-prometheus-conformance-program/), we're starting a Prometheus conformance program. diff --git a/content/blog/2021-06-10-on-ransomware-naming.md b/content/blog/2021-06-10-on-ransomware-naming.md index 61ee68b2e..166f1e667 100644 --- a/content/blog/2021-06-10-on-ransomware-naming.md +++ b/content/blog/2021-06-10-on-ransomware-naming.md @@ -2,7 +2,7 @@ title: "On Ransomware Naming" created_at: 2021-06-10 kind: article -author_name: Richard "RichiH" Hartmann +author_name: 'Richard "RichiH" Hartmann' --- As per Oscar Wilde, imitation is the sincerest form of flattery. From 43929a81d37170ee504c54de0a892d26218a6a6a Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Thu, 8 Jul 2021 12:58:21 +0200 Subject: [PATCH 2/7] Test commit Signed-off-by: Richard Hartmann --- content/blog/2021-06-10-on-ransomware-naming.md | 3 ++- content/blog/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/blog/2021-06-10-on-ransomware-naming.md b/content/blog/2021-06-10-on-ransomware-naming.md index 166f1e667..781128423 100644 --- a/content/blog/2021-06-10-on-ransomware-naming.md +++ b/content/blog/2021-06-10-on-ransomware-naming.md @@ -2,7 +2,8 @@ title: "On Ransomware Naming" created_at: 2021-06-10 kind: article -author_name: 'Richard "RichiH" Hartmann' +author_name: Richard "RichiH" Hartmann +author_uri: https://twitter.com/TwitchiH --- As per Oscar Wilde, imitation is the sincerest form of flattery. diff --git a/content/blog/index.html b/content/blog/index.html index 8f2d318ee..cc0aae25c 100644 --- a/content/blog/index.html +++ b/content/blog/index.html @@ -6,7 +6,7 @@ <% sorted_articles.each do |post| %>

<%= link_to post[:title], post.path %>

- +
<%= get_post_start(post) %>
From 8e37683a07892847bbe836ee92218c67e875604c Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Thu, 8 Jul 2021 14:33:42 +0200 Subject: [PATCH 3/7] Test commit Signed-off-by: Richard Hartmann --- content/blog/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/index.html b/content/blog/index.html index cc0aae25c..49e64b68b 100644 --- a/content/blog/index.html +++ b/content/blog/index.html @@ -6,7 +6,7 @@ <% sorted_articles.each do |post| %>

<%= link_to post[:title], post.path %>

- +
<%= get_post_start(post) %>
From aa438925c65a31a05942a5f49eddb4ebdfeaee7e Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Thu, 8 Jul 2021 14:47:45 +0200 Subject: [PATCH 4/7] Test commit Signed-off-by: Richard Hartmann --- content/blog/2018-08-09-prometheus-graduates-within-cncf.md | 3 ++- .../2021-05-03-introducing-prometheus-conformance-program.md | 3 ++- ...021-05-04-prometheus-conformance-remote-write-compliance.md | 3 ++- content/blog/index.html | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/content/blog/2018-08-09-prometheus-graduates-within-cncf.md b/content/blog/2018-08-09-prometheus-graduates-within-cncf.md index 2461105bc..92efdae68 100644 --- a/content/blog/2018-08-09-prometheus-graduates-within-cncf.md +++ b/content/blog/2018-08-09-prometheus-graduates-within-cncf.md @@ -2,7 +2,8 @@ title: Prometheus Graduates Within CNCF created_at: 2018-08-09 kind: article -author_name: 'Richard "RichiH" Hartmann' +author_name: Richard "RichiH" Hartmann +author_uri: https://twitter.com/TwitchiH --- We are happy to announce that as of today, Prometheus graduates within the [CNCF](https://www.cncf.io/). diff --git a/content/blog/2021-05-03-introducing-prometheus-conformance-program.md b/content/blog/2021-05-03-introducing-prometheus-conformance-program.md index 55936c7e6..cef59a441 100644 --- a/content/blog/2021-05-03-introducing-prometheus-conformance-program.md +++ b/content/blog/2021-05-03-introducing-prometheus-conformance-program.md @@ -2,7 +2,8 @@ title: Introducing the Prometheus Conformance Program created_at: 2021-05-03 kind: article -author_name: 'Richard "RichiH" Hartmann' +author_name: Richard "RichiH" Hartmann +author_uri: https://twitter.com/TwitchiH --- Prometheus is the standard for metric monitoring in the cloud native space and beyond. To ensure interoperability, to protect users from suprises, and to enable more parallel innovation, the Prometheus project is introducing the [Prometheus Conformance Program](https://github.com/cncf/prometheus-conformance) with the help of [CNCF](https://www.cncf.io/) to certify component compliance and Prometheus compatibility. diff --git a/content/blog/2021-05-04-prometheus-conformance-remote-write-compliance.md b/content/blog/2021-05-04-prometheus-conformance-remote-write-compliance.md index 932da2fec..3f499f3de 100644 --- a/content/blog/2021-05-04-prometheus-conformance-remote-write-compliance.md +++ b/content/blog/2021-05-04-prometheus-conformance-remote-write-compliance.md @@ -2,7 +2,8 @@ title: "Prometheus Conformance Program: Remote Write Compliance Test Results" created_at: 2021-05-05 kind: article -author_name: 'Richard "RichiH" Hartmann' +author_name: Richard "RichiH" Hartmann +author_uri: https://twitter.com/TwitchiH --- As [announced by CNCF](https://www.cncf.io/blog/2021/05/03/announcing-the-intent-to-form-the-prometheus-conformance-program/) and by [ourselves](https://prometheus.io/blog/2021/05/03/introducing-prometheus-conformance-program/), we're starting a Prometheus conformance program. diff --git a/content/blog/index.html b/content/blog/index.html index 49e64b68b..fbf473ef9 100644 --- a/content/blog/index.html +++ b/content/blog/index.html @@ -6,7 +6,7 @@ <% sorted_articles.each do |post| %>

<%= link_to post[:title], post.path %>

- +
<%= get_post_start(post) %>
From fadde52fc9fd2befb9af7d72fd3fc0227ce8f585 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Thu, 8 Jul 2021 14:50:19 +0200 Subject: [PATCH 5/7] Test commit Signed-off-by: Richard Hartmann --- content/blog/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/index.html b/content/blog/index.html index fbf473ef9..60b1353ec 100644 --- a/content/blog/index.html +++ b/content/blog/index.html @@ -6,7 +6,7 @@ <% sorted_articles.each do |post| %>

<%= link_to post[:title], post.path %>

- +
<%= get_post_start(post) %>
From 6f31590b261ceee742cd99609be7dfaca5f01cda Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Thu, 15 Jul 2021 13:03:10 +0200 Subject: [PATCH 6/7] Test commit Signed-off-by: Richard Hartmann --- content/blog/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/index.html b/content/blog/index.html index 60b1353ec..a0d83e91d 100644 --- a/content/blog/index.html +++ b/content/blog/index.html @@ -6,7 +6,7 @@ <% sorted_articles.each do |post| %>

<%= link_to post[:title], post.path %>

- +
<%= get_post_start(post) %>
From da3c1d30f4fd459b68a1f9a98109864f61b4f40c Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Thu, 15 Jul 2021 13:16:49 +0200 Subject: [PATCH 7/7] Test commit Signed-off-by: Richard Hartmann --- content/blog/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/index.html b/content/blog/index.html index a0d83e91d..9fbf10ab0 100644 --- a/content/blog/index.html +++ b/content/blog/index.html @@ -6,7 +6,7 @@ <% sorted_articles.each do |post| %>

<%= link_to post[:title], post.path %>

- +
<%= get_post_start(post) %>