The OpenTelemetry website and documentation
Go to file
Mykhailo Kolesnyk f05cc7f5de
Docs: fix span links in python example (#2553)
2023-03-29 09:26:01 -07:00
.github PR-actions workflow with support for `/fix:format` (#2449) 2023-03-16 17:48:16 -07:00
.vscode Collector getting-started copyedits (#2487) 2023-03-11 16:47:57 -08:00
archetypes Ensure blog posts "with contributions from" secondary authors list are consistently formatted (#2460) 2023-03-07 15:51:28 -08:00
assets Scroll to the active item when the navbar is too long (#2340) 2023-03-24 11:13:03 -07:00
content/en Docs: fix span links in python example (#2553) 2023-03-29 09:26:01 -07:00
content-modules Update OpenTelemetry submodule to include the 1.19.0 schema. (#2453) 2023-03-06 14:02:23 -05:00
data Copyedits of collector-receiver-snmp.yml (#2484) 2023-03-11 12:20:22 -08:00
iconography .Net logo fix (#2378) 2023-02-21 06:49:42 -08:00
layouts Fix tabs in Collector getting-started (#2544) 2023-03-27 13:58:19 -07:00
scripts Report issue if an external link is used to a local spec page (#2477) 2023-03-11 09:56:12 -08:00
static Add ITRS Geneos as vendor (#2473) 2023-03-27 13:04:57 -07:00
templates Enable Prettier check over all remaining files (#2414) 2023-02-27 17:53:06 -08:00
themes Docsy upgrade including Bootstrap v5 (#2490) 2023-03-13 11:57:01 -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 Community roadmap: bring in via submodule (#2296) 2023-02-08 12:02:28 -08:00
.gitpod.yml CI: enable Prettier checking (#2290) 2023-02-07 11:44:08 -05:00
.htmltest.yml Update OpenTelemetry submodule to include the 1.19.0 schema. (#2453) 2023-03-06 14:02:23 -05:00
.nvmrc Ensure Netlify uses latest Node LTS (#792) 2021-09-29 10:22:33 -04:00
.prettierignore Enable Prettier check over all remaining files (#2414) 2023-02-27 17:53:06 -08:00
CONTRIBUTING.md CI script changes to fail on diff (#2364) 2023-02-19 09:50:58 -08: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 CI: check external links (excluding GH) (#2362) 2023-02-19 09:41:02 -05:00
README.md Demo docs: final post-move cleanup (#2327) 2023-02-10 18:34:44 -05:00
hugo.yaml Docsy at v0.6.0 + Mermaid workaround (#2424) 2023-03-01 07:19:18 -05:00
netlify.toml CI: add link-checking GH action, stop failing Netlify build on link-check issues (#2504) 2023-03-14 15:27:22 -04:00
package.json Bump @opentelemetry/exporter-trace-otlp-http from 0.35.1 to 0.36.0 (#2523) 2023-03-24 13:20:27 -07:00

README.md

OTel logo OpenTelemetry.io

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

Get involved

If you are new to OpenTelemetry and just get started with it, you are in a perfect position to help us get better: the website and documentation is the entry point for newcomers like you, so if something is unclear or something is missing let us know!

Read on to learn about other ways on how you can help.

Adding a project to the OpenTelemetry Registry

For details, see Adding to the registry.

Submitting a blog post

You can submit a blog post either by forking this repository and writing it locally or by using the GitHub UI. In both cases we ask you to follow the instructions provided by the blog post template.

Note: Before writing a blog post, please ask yourself, if your content also might be a good addition to the documentation. If the answer is yes, create a new issue/PR with your content to get it added to the docs.

Fork & Write locally

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/2023/short-name-for-post.md

If your post will have images or other assets, instead run:

npx hugo new content/en/blog/2023/short-name-for-post/index.md

Edit the markdown file at the path you provided in the previous command. The file is initialized from the blog-post starter under archetypes.

Put assets, if any, like images into the folder created.

Once your post is ready, submit it through a pull request.

Using the Github UI

  • Go to the blog post template and click on Copy raw content at the top right of the menu
  • Create a new file
  • Paste the content from the template
  • Name your file, e.g. content/en/blog/2022/short-name-for-your-blog-post/index.md
  • Start editing the markdown file
  • Once your post is ready click on Propose changes at the bottom.

Contributing

See CONTRIBUTING.md.

We have curated some issues with the tags help wanted and good first issue. This should allow you to quickly find a place to contribute

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