April 2023 website and docs update
For an overview of important releases, roadmap updates and community news checkout the April edition of OpenTelemetry in Focus:
https://opentelemetry.io/blog/2023/otel-in-focus-04/
What's Changed
- Move remote demo user-images.githubusercontent.com to this repo by @chalin in #2428
- Docsy at v0.6.0 + Mermaid workaround by @chalin in #2424
- adding PHP documentation for exporters, resources, propagation by @brettmc in #2415
- [demo] Add C++ metrics by @julianocosta89 in #2432
- Update Docsy to last tag using BSv4 by @chalin in #2438
- Update JS docs for examples and typos by @JamieDanielson in #2435
- SCSS variable cleanup in prep for Docsy upgrade by @chalin in #2440
- Add documentation for Python programmatic instrumentation by @ocelotl in #2437
- Fix registry scanner and include two more entries by @svrnm in #2433
- Remove duplicate "The" in load-generator.md by @fenggw-fnst in #2443
- Add concept page about sampling by @reese-lee in #2434
- Add comment to all Docsy file overrides by @chalin in #2447
- Check formatting as a GH action by @chalin in #2445
- OTel-in-focus: link core components to website section by @chalin in #2444
- Update vendors.md by @servicepilot in #2421
- Fix links in demo features and integrations pages by @chalin in #2442
- Adjust spec pages script: translate absolute URL into spec-section path by @chalin in #2454
- Update OpenTelemetry submodule to include the 1.19.0 schema. by @carlosalberto in #2453
- Upgrade Hugo to 0.111.1 and fix doc issues by @chalin in #2455
- Update OTel Go metrics status to beta by @pellared in #2451
- Add "collector troubleshooting" doc by @smithclay in #2382
- Updated dates for upcoming APAC sessions, and added link to register by @ankit01-oss in #2450
- Otel end user discussions february 2023 by @ankit01-oss in #2456
- Blog: fix borderless images by @chalin in #2462
- Ensure blog posts "with contributions from" secondary authors list are consistently formatted by @chalin in #2460
- Update memory requirements for the demo app by @mviitane in #2464
- Update link to C++ shim by @chalin in #2466
- Styling fix for OTel in focus by @chalin in #2465
- Update opentelemetry-collector-releases version to 0.73.0 by @opentelemetrybot in #2468
- Order node.js over browser for TOC by @cartermp in #2469
- Add head sampling section + elaborate tail sampling by @cartermp in #2463
- Update Python agent-config by @ronyis in #2272
- Link to local spec pages by @chalin in #2476
- Python agent config headings cleanup by @chalin in #2475
- Cleanup + correct node getting started by @cartermp in #2470
- Update opentelemetry-java version to 1.24.0 by @opentelemetrybot in #2480
- Add entry for missing OTel component color by @chalin in #2481
- Report issue if an external link to a local spec page is used by @chalin in #2477
- Copyedits of concepts/components.md by @chalin in #2483
- Copyedits of collector-receiver-snmp.yml by @chalin in #2484
- Update getting-started.md - fix MacOS Packaging instructions by @rhusar in #2486
- Collector getting-started copyedits by @chalin in #2487
- Update metrics overview page by @pirgeo in #2493
- Add sampling doc for JS by @cartermp in #2482
- Elaborate on traces a little more in the traces concept doc by @cartermp in #2467
- Docsy upgrade including Bootstrap v5 by @chalin in #2490
- CI: warn about external links to local pages rather than abort with an error by @chalin in #2497
- Update traces.md by @MatthewALHardy in #2500
- Update dev dependencies in package.json by @chalin in #2499
- Link homepage demo CTA button to demo docs by @chalin in #2502
- Copyedits of demo deployment pages by @chalin in #2503
- Update discussion-group.md by @reese-lee in #2501
- CI: add link-checking GH action, stop failing Netlify build on link-check issues by @chalin in #2504
- Point to rubydoc for ruby API by @cartermp in #2508
- Registry search results: fix Fuse template by @chalin in #2511
- Update the Java instrumentation versions to 1.24.0 by @opentelemetrybot in #2513
- SDK.start doesn't seem to return a promise by @sadikassistivlabs in #2514
- Ruby landing page cleanup of links to API ref and examples by @chalin in #2515
- PR-actions workflow with support for
/fix:format
by @chalin in #2449 - Initial work on 1.4 .NET docs by @martinjt in #2374
- Adjust blog to use local link path to homepage and demo by @chalin in #2522
- OTel Q&A Summary Blog Post - March 2023 by @avillela in #2474
- OpenTelemetry PHP Auto-Instrumentation blog post by @pdelewski in #2506
- Small fix for php blog by @svrnm in #2530
- Update opentelemetry-collector-releases version to 0.74.0 by @opentelemetrybot in #2532
- Fix minor issues in the .NET Getting Started guide by @harrykimpel in #2536
- Fix erlang/elixir tabs by @svrnm in #2527
- Fixed path to config.yaml by @agronholm in #2539
- Fix tabs for c++ getting started by @svrnm in #2529
- Add Oracle to vendor list by @delkind in #2526
- Fix Operator typo on Python docs by @JamieDanielson in #2540
- Cleanup content/en/docs/instrumentation/php/automatic.md by @svrnm in #2528
- Fix consistency by @joostlek in #2537
- Scroll to the active item when the navbar is too long by @rogerogers in #2340
- Bump @opentelemetry/instrumentation from 0.35.1 to 0.36.0 by @dependabot in #2524
- Bump @opentelemetry/exporter-trace-otlp-http from 0.35.1 to 0.36.0 by @dependabot in #2523
- [demo] add kubectl install instructions by @puckpuck in #2542
- Fix scripts layout by @chalin in #2543
- Add ITRS Geneos as vendor by @jbarossitrs in #2473
- Fix tabs in Collector getting-started by @chalin in #2544
- Fix link in PHP blog post by @chalin in #2545
- Fix typo in metrics.md by @howardjohn in #2546
- Don't format the Vendors table by @chalin in #2550
- Docs: fix span links in python example by @mikek in #2553
- Minor fixes for php blog post by @svrnm in #2555
- erlang: restructure docs by @tsloughter in #2541
- Add ruby head sampling doc by @cartermp in #2505
- Docs flow fix for beginners, move "What is OpenTelemetry?" to top level by @chalin in #2559
- End user discussion summary for March by @reese-lee in #2560
- PHP instrumentation improvements by @brettmc in #2552
- add march otel in focus blog by @austinlparker in #2562
- Document temporality presets in Python by @ocelotl in #2551
New Contributors
- @julianocosta89 made their first contribution in #2432
- @servicepilot made their first contribution in #2421
- @ankit01-oss made their first contribution in #2450
- @mviitane made their first contribution in #2464
- @ronyis made their first contribution in #2272
- @rhusar made their first contribution in #2486
- @pirgeo made their first contribution in #2493
- @MatthewALHardy made their first contribution in #2500
- @sadikassistivlabs made their first contribution in #2514
- @martinjt made their first contribution in #2374
- @harrykimpel made their first contribution in #2536
- @agronholm made their first contribution in #2539
- @delkind made their first contribution in #2526
- @joostlek made their first contribution in #2537
- @rogerogers made their first contribution in #2340
- @puckpuck made their first contribution in #2542
- @jbarossitrs made their first contribution in #2473
- @howardjohn made their first contribution in #2546
- @mikek made their first contribution in #2553
Full Changelog: 2023.03...2023.04