Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Ruby adopters to data-driven list #3090

Merged
merged 4 commits into from
Jul 28, 2023
Merged
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
14 changes: 1 addition & 13 deletions content/en/docs/instrumentation/ruby/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,7 @@ weight: 24

{{% docs/instrumentation/index-intro ruby /%}}

## Who's using OpenTelemetry Ruby?

OpenTelemetry Ruby is in use by a number of companies, including:

- [Heroku](https://heroku.com)
- [GitHub](https://github.com)
- [Fulcrum](https://www.fulcrumapp.com)
- [Puppet](https://puppet.com)
- [Shopify](https://shopify.com)
- [TableCheck](https://www.tablecheck.com)
- [Dropbox DocSend](https://www.docsend.com)

If you would like to add your name to this list, submit a pull request.
{{% docs/instrumentation/index-adopters ruby %}}

## Repository

Expand Down
30 changes: 30 additions & 0 deletions data/ecosystem/adopters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,33 @@
components: []
reference: ''
contact: ''
- name: Heroku
url: https://heroku.com
components: [Ruby]
reference: ''
contact: ''
- name: GitHub
url: https://github.com
components: [Ruby]
reference: ''
contact: ''
- name: Fulcrum
url: https://www.fulcrumapp.com/
components: [Ruby]
reference: ''
contact: ''
- name: Puppet
url: https://puppet.com/
components: [Ruby]
reference: ''
contact: ''
- name: TableCheck
url: https://www.tablecheck.com/
components: [Ruby]
reference: ''
contact: ''
- name: Dropbox DocSend
url: https://www.docsend.com/
components: [Ruby]
reference: ''
contact: ''
18 changes: 18 additions & 0 deletions layouts/shortcodes/docs/instrumentation/index-adopters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!-- prettier-ignore -->
{{ $lang := .Get 0 -}}
{{ $Lang := $lang | humanize -}}
{{ $howMany := .Get 1 | default 10 -}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw, @svrnm, I don't know if you noticed, but I put a cap on the number of adopters. There's a comment at the end that says "for the complete list ... see". This will avoid excessively long lists.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like it!

{{ $adopters := where $.Site.Data.ecosystem.adopters ".components" "intersect" (slice $Lang) -}}

## Who's using OpenTelemetry {{ $Lang }}?

OpenTelemetry {{ $Lang }} is in use by a number of organizations, including:

{{ range first $howMany (sort $adopters "name") -}}

<!-- prettier-ignore -->
- [{{ .name }}]({{ .url }})
{{- end }}

For the complete list, and instructions for adding your organization, see
[Adopters](/ecosystem/adopters/).
16 changes: 16 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -4071,6 +4071,10 @@
"StatusCode": 200,
"LastSeen": "2023-06-30T09:22:04.273071-04:00"
},
"https://puppet.com/": {
"StatusCode": 200,
"LastSeen": "2023-07-27T11:39:59.329638+02:00"
},
"https://pwn.recipes/posts/roll-your-own-e2ee-protocol/": {
"StatusCode": 200,
"LastSeen": "2023-06-28T13:37:36.342515-04:00"
Expand Down Expand Up @@ -4543,6 +4547,10 @@
"StatusCode": 206,
"LastSeen": "2023-06-29T18:48:50.359313-04:00"
},
"https://www.docsend.com/": {
"StatusCode": 206,
"LastSeen": "2023-07-27T11:40:03.470355+02:00"
},
"https://www.dynatrace.com/": {
"StatusCode": 200,
"LastSeen": "2023-06-30T16:24:46.847829-04:00"
Expand Down Expand Up @@ -4619,6 +4627,10 @@
"StatusCode": 206,
"LastSeen": "2023-06-30T09:21:53.962879-04:00"
},
"https://www.fulcrumapp.com/": {
"StatusCode": 206,
"LastSeen": "2023-07-27T11:39:58.642572+02:00"
},
"https://www.gnupg.org/gph/en/manual/x135.html#AEN160": {
"StatusCode": 206,
"LastSeen": "2023-06-28T13:36:03.871847-04:00"
Expand Down Expand Up @@ -5099,6 +5111,10 @@
"StatusCode": 200,
"LastSeen": "2023-06-30T09:22:14.019714-04:00"
},
"https://www.tablecheck.com/": {
"StatusCode": 200,
"LastSeen": "2023-07-27T11:40:02.004206+02:00"
},
"https://www.techtarget.com/searchapparchitecture/tip/The-reasons-to-use-or-not-use-sidecars-in-Kubernetes": {
"StatusCode": 200,
"LastSeen": "2023-07-24T11:52:39.043398+02:00"
Expand Down