The OpenTelemetry website and documentation
Go to file
Phillip Carter 0aade2bd18
Update OTLP SDK Config docs as per feedback (#1441)
2022-06-13 16:55:07 -04:00
.github Add .NET approvers to CODEOWNERS (#1364) 2022-05-18 15:51:55 -04:00
.vscode Vendors: use single file, not a section; and other cleanup (#1173) 2022-02-25 09:34:03 -05:00
archetypes Blog archetype: add reminder to run prettier (#1360) 2022-05-18 10:04:44 -04:00
assets add pride logo treatments to hero and nav (#1423) 2022-06-07 10:23:18 -04:00
content/en Update OTLP SDK Config docs as per feedback (#1441) 2022-06-13 16:55:07 -04:00
content-modules Update go dependency (#1388) 2022-05-25 10:16:19 -04:00
data CI: drop fetchMilestones and progress_chart (#931) 2021-11-16 10:40:27 -05:00
iconography blog post: add OpenTelemetry-Apache APISIX integration blog (#1185) 2022-03-26 14:23:34 -04:00
layouts update banner for metrics rc (#1376) 2022-05-20 10:13:46 -04:00
scripts Ensure local page refs are local (#1282) 2022-04-06 08:58:07 -04:00
static Some fixes for Observability Primer. (#1428) 2022-06-08 13:11:50 -04: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 Ignore .netlify folder (#1317) 2022-04-25 15:47:50 -04:00
.gitmodules Make php pages local (#1156) 2022-02-17 18:52:08 -05:00
.htmltest.yml Update spec to v1.11.0 (#1371) 2022-05-19 14:35:17 -04:00
.nvmrc Ensure Netlify uses latest Node LTS (#792) 2021-09-29 10:22:33 -04:00
CONTRIBUTING.md Add Prettier tool & normalize markdown of selected files (#1290) 2022-04-09 09:52:03 -04: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 Upgrade NPM packages, including Hugo@0.96.0 (#1241) 2022-03-26 14:03:33 -04:00
README.md README: fix hugo command 2022-05-18 10:02:08 -04:00
config.yaml add pride logo treatments to hero and nav (#1423) 2022-06-07 10:23:18 -04:00
netlify.toml add blog redirect (#1424) 2022-06-07 10:30:41 -04:00
package.json Bump netlify-cli from 9.16.7 to 10.0.0 (#1313) 2022-04-25 15:25:24 -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:

$ npx 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