From cbd44292587178766f330b15b5024155c943fd09 Mon Sep 17 00:00:00 2001 From: isabelle-guitton Date: Mon, 7 Oct 2024 15:37:17 +0200 Subject: [PATCH 1/4] Add MetricsHub to vendor list #5314 --- data/ecosystem/vendors.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/ecosystem/vendors.yaml b/data/ecosystem/vendors.yaml index 7458826bcf18..3244b8190d49 100644 --- a/data/ecosystem/vendors.yaml +++ b/data/ecosystem/vendors.yaml @@ -222,6 +222,12 @@ contact: oss: false commercial: true +- name: MetricsHub + nativeOTLP: true + url: https://metricshub.com + contact: + oss: true + commercial: true - name: Middleware nativeOTLP: true url: https://docs.middleware.io/open-telemetry From a14542c02301e360d61d85eaf84f6124b39273b4 Mon Sep 17 00:00:00 2001 From: isabelle-guitton Date: Mon, 7 Oct 2024 15:50:54 +0200 Subject: [PATCH 2/4] updated refcache.json --- static/refcache.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/refcache.json b/static/refcache.json index 7d0ee2af33b6..7524634b934d 100644 --- a/static/refcache.json +++ b/static/refcache.json @@ -9027,6 +9027,10 @@ "StatusCode": 200, "LastSeen": "2024-06-24T18:06:23.663092635Z" }, + "https://metricshub.com": { + "StatusCode": 200, + "LastSeen": "2024-10-07T14:48:00.1728308939Z" + }, "https://microcks.io/": { "StatusCode": 206, "LastSeen": "2024-03-12T09:44:49.348708+01:00" From a1eb3a64a828e1a03859ffd18df2557b838c8f09 Mon Sep 17 00:00:00 2001 From: isabelle-guitton Date: Mon, 7 Oct 2024 16:57:13 +0200 Subject: [PATCH 3/4] * Provided the doc URL * Provided a github handle in case of change requests --- data/ecosystem/vendors.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/ecosystem/vendors.yaml b/data/ecosystem/vendors.yaml index 3244b8190d49..445667ad5190 100644 --- a/data/ecosystem/vendors.yaml +++ b/data/ecosystem/vendors.yaml @@ -224,8 +224,8 @@ commercial: true - name: MetricsHub nativeOTLP: true - url: https://metricshub.com - contact: + url: https://www.metricshub.com/docs/latest/ + contact: iguitton oss: true commercial: true - name: Middleware From 3a1bd7d7e05e7a2cac267e55ad4bfd020b900072 Mon Sep 17 00:00:00 2001 From: Severin Neumann Date: Tue, 8 Oct 2024 11:43:50 +0200 Subject: [PATCH 4/4] Update data/ecosystem/vendors.yaml --- data/ecosystem/vendors.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/ecosystem/vendors.yaml b/data/ecosystem/vendors.yaml index 445667ad5190..fc3e626255b8 100644 --- a/data/ecosystem/vendors.yaml +++ b/data/ecosystem/vendors.yaml @@ -225,7 +225,7 @@ - name: MetricsHub nativeOTLP: true url: https://www.metricshub.com/docs/latest/ - contact: iguitton + contact: https://github.com/iguitton oss: true commercial: true - name: Middleware