Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/blog/2018-08-09-prometheus-graduates-within-cncf.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Prometheus Graduates Within CNCF
created_at: 2018-08-09
kind: article
author_name: Richard 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/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Introducing the Prometheus Conformance Program
created_at: 2021-05-03
kind: article
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "Prometheus Conformance Program: Remote Write Compliance Test Results"
created_at: 2021-05-05
kind: article
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.
Expand Down
1 change: 1 addition & 0 deletions content/blog/2021-06-10-on-ransomware-naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "On Ransomware Naming"
created_at: 2021-06-10
kind: article
author_name: Richard "RichiH" Hartmann
author_uri: https://twitter.com/TwitchiH
---

As per Oscar Wilde, imitation is the sincerest form of flattery.
Expand Down
2 changes: 1 addition & 1 deletion content/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<% sorted_articles.each do |post| %>
<div class="blog doc-content">
<h1><%= link_to post[:title], post.path %></h1>
<aside>Posted at: <%= get_pretty_date(post) %> by <%= post[:author_name]%></aside>
<aside>Posted at: <%= get_pretty_date(post) %> by <% if defined?(post[:author_uri]) then print "yes" else print "YOLO" end </aside>
<article class="doc-content">
<%= get_post_start(post) %>
</article>
Expand Down