The OpenTelemetry website and documentation
Go to file
Brad Topol a300d6fa79
updated build command to fix multiple issues with build client and server on local (#1213)
2022-03-24 13:16:21 -04:00
.github Add blog-approvers to README and CODEOWNERS (#1064) 2022-01-20 10:52:15 -05:00
.vscode Vendors: use single file, not a section; and other cleanup (#1173) 2022-02-25 09:34:03 -05:00
archetypes Blog post for 2021 GC (#1140) 2022-02-16 08:32:54 -05:00
assets Remove unnecessary img tags and add missing alternative descriptions (#1221) 2022-03-23 11:33:32 -04:00
content/en updated build command to fix multiple issues with build client and server on local (#1213) 2022-03-24 13:16:21 -04:00
content-modules Update opentelemetry-go (#1218) 2022-03-17 15:47:26 -04:00
data CI: drop fetchMilestones and progress_chart (#931) 2021-11-16 10:40:27 -05:00
iconography Compress PNG Images (#869) 2021-11-09 10:26:33 -05:00
layouts Remove workaround from baseof.html (#1191) 2022-03-05 11:53:22 -05:00
scripts Specification: rework of how the spec is generated, and link fix (#1152) 2022-02-17 15:36:02 -05:00
static Compress PNG Images (#869) 2021-11-09 10:26:33 -05:00
templates Templates cleanup (#1058) 2022-01-19 15:35:33 -05:00
themes Update docsy to 030c04b86b5705d24945fc4a47da1b700aec9ff3 (#1188) 2022-03-05 09:39:27 -05:00
.editorconfig Add editorconfig file 2019-04-29 13:26:47 -07:00
.gitignore Specification: rework of how the spec is generated, and link fix (#1152) 2022-02-17 15:36:02 -05:00
.gitmodules Make php pages local (#1156) 2022-02-17 18:52:08 -05:00
.htmltest.yml Link check: remove ignore rules now that spec has been fixed (#1135) 2022-02-16 06:54:37 -05:00
.nvmrc Ensure Netlify uses latest Node LTS (#792) 2021-09-29 10:22:33 -04:00
CONTRIBUTING.md CONTRIBUTING.md copyedit (#1040) 2022-01-13 15:24:21 -05:00
LICENSE Fix license files (#1217) 2022-03-16 20:07:47 -04:00
LICENSE-CODE Fix license files (#1217) 2022-03-16 20:07:47 -04:00
Makefile Refine make-public script (#1223) 2022-03-21 07:47:25 -04:00
README.md Fix license files (#1217) 2022-03-16 20:07:47 -04:00
config.yaml Specification: rework of how the spec is generated, and link fix (#1152) 2022-02-17 15:36:02 -05:00
netlify.toml Force docs subdomain redirect and use 301 status (#1179) 2022-02-28 11:05:59 -05:00
package.json Refine make-public script (#1223) 2022-03-21 07:47:25 -04:00

README.md

OpenTelemetry Icon OpenTelemetry.io

This is the source repo for the OpenTelemetry website and project documentation. The site is built using Hugo and hosted on Netlify.

Adding a project to the OpenTelemetry Registry

Do you maintain or contribute to an integration for OpenTelemetry? We'd love to feature your project in the registry!

To add your project, submit a pull request. You'll need to create a data file in /content/en/registry for your project. You can find a template in ./templates/registry-entry.md

Submitting a blog post

Follow the setup instructions then, to create a skeletal blog post, run the following command from the repo root:

$ hugo new content/en/blog/2022/file-name-for-your-blog-post.md

Start editing the markdown file at the path you provided in the previous command. The file is initialized from the blog-post starter under archetypes. Once your post is ready, submit it through a pull request.

Contributing

See CONTRIBUTING.md.

Roles:

Learn more about roles in the community repository. Thanks to all who have already contributed!

Licenses