The OpenTelemetry website and documentation
Go to file
Phillip Carter addf78e093
Link up tracing concepts in python manual instrumentation docs (#1591)
* Link up tracing concepts in python manual instrumentation docs

* whoospie daisy

* third time's the charm?

* Apply suggestions from code review

Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>

Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2022-08-04 12:38:51 -04:00
.github CODEOWNERS: add approvers for erlang (#1577) 2022-07-29 15:33:43 -04:00
.vscode Knative blog copyedits (#1473) 2022-06-22 11:03:19 -04:00
archetypes Blog archetype: add reminder to run prettier (#1360) 2022-05-18 10:04:44 -04:00
assets revert pride logo (#1522) 2022-07-06 15:27:43 -04:00
content/en Link up tracing concepts in python manual instrumentation docs (#1591) 2022-08-04 12:38:51 -04:00
content-modules Update otel-go docs to latest release (v1.9.0) (#1589) 2022-08-03 10:19:29 -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 Analytics: use GA4 site tag only (#1554) 2022-07-18 17:06:06 -04:00
scripts Update adjust-spec-pages: avoid hard-coded front matter (#1493) 2022-06-29 13:00:24 -04:00
static Generate favicon.ico and move favicon.png into subdir (#1590) 2022-08-03 17:03:43 -04:00
templates Templates cleanup (#1058) 2022-01-19 15:35:33 -05:00
themes Docsy update to 5b49200 and remove tmp layout override (#1479) 2022-06-24 08:57:27 -04: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 Typo fix in README (#1472) 2022-06-22 11:13:52 -04:00
config.yaml Add images to config for 'Twitter Cards' (#1514) 2022-08-01 14:06:28 -04:00
netlify.toml add blog redirect (#1424) 2022-06-07 10:30:41 -04:00
package.json Update NPM dependencies (#1521) 2022-07-06 10:50:52 -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.

We (OTel Comms SIG) meet every two weeks on Thursdays at 10:30 PT. Check out the OpenTelemetry community calendar for the Zoom link and any updates to this schedule.

Meeting notes are available as a public Google doc. If you have trouble accessing the doc, please get in touch on Slack.

Roles:

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

Licenses