Skip to content

Commit

Permalink
1.4 release and kubecon blog for demo (#2608)
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Parker <[email protected]>
  • Loading branch information
cartersocha and austinlparker authored Apr 18, 2023
1 parent f54add0 commit 4b0f105
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 1 deletion.
58 changes: 58 additions & 0 deletions content/en/blog/2023/demo-birthday.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
title: The OpenTelemetry Demo Turns 1(.4)
linkTitle: OTel Demo Updates
date: 2023-04-18
author: '[Carter Socha](https://github.com/cartersocha) (Lightstep)'
---

It's hard to believe as we prepare our 1.4.0 release but the
[OpenTelemetry demo](https://opentelemetry.io/docs/demo/) is turning 1 year old
and it's been 6 months since we declared general availability with our
[1.0.0 release](https://opentelemetry.io/blog/2022/announcing-opentelemetry-demo-release/).

### Project Milestones

The demo has achieved remarkable milestones in its first year, with more than
**70 contributors, 20 official vendor forks, 780 Github stars, and 180K Docker
pulls**. The project team has been hard at work adding new capabilities and
improving on existing ones with more than _460 merged PRs, 5 re-written services
in new languages, and 7 brand new components / services_.

Time flies when you're stabilizing semantic conventions. But what's actually
changed between our 1.0.0 and 1.4.0 releases? Quite a lot actually.

### The Highlights

- **2x build time improvements despite adding additional services**
- _Support added for arm64 architectures (M1 and M2 Macs)_
- **Async support using Kafka and the new Fraud Detection (Kotlin) / Accounting
(Go) services**
- _Kubernetes manifest to enable Kubernetes deployment without using requiring
Helm_
- **More out of the box dashboards like our
[Collector Data Flow Dashboard](https://opentelemetry.io/docs/demo/collector-data-flow-dashboard/)**
- **A myriad of frontend bug fixes**
- _Our first
[Connector](https://github.com/open-telemetry/opentelemetry-collector/blob/main/connector/README.md)
in the Collector to demonstrate how telemetry pipelines can be linked_
- **New OTel SDKs like the Java logging SDK and JavaScript / Go Metric SDK**
- _New manual metric instruments in the Ad, Currency, Product Catalog services_
- **PHP no-code change auto-instrumentation**
- _Browser and compute resource detectors that enrich our data with
infrastructure information_
- **More
[feature flag scenarios](https://opentelemetry.io/docs/demo/feature-flags/)
like generating a failure for every 10th Ad shown**
- _General stability improvements to fix service restarts_

For detailed changes, check out our in depth
[release notes](https://github.com/open-telemetry/opentelemetry-demo/releases)
or
[changelog](https://github.com/open-telemetry/opentelemetry-demo/blob/main/CHANGELOG.md).

Our contributors are essential to all of this and the project team can't thank
them enough. New development is constantly ongoing as we add new capabilities
and the community's tools evolve. If you'd like to help, check out our
[contributing guidance](https://github.com/open-telemetry/opentelemetry-demo/blob/main/CONTRIBUTING.md)
or join our
[Slack channel](https://cloud-native.slack.com/archives/C03B4CWV4DA).
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"@opentelemetry/resources": "^1.8.0",
"@opentelemetry/sdk-trace-base": "^1.8.0",
"@opentelemetry/sdk-trace-web": "^1.8.0",
"@opentelemetry/semantic-conventions": "^1.8.0"
"@opentelemetry/semantic-conventions": "^1.8.0",
"npm": "^9.6.4"
}
}
4 changes: 4 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -2003,6 +2003,10 @@
"StatusCode": 200,
"LastSeen": "2023-02-20T08:03:41.496446-05:00"
},
"https://github.com/open-telemetry/opentelemetry-demo/releases": {
"StatusCode": 200,
"LastSeen": "2023-04-17T10:12:59.605343-07:00"
},
"https://github.com/open-telemetry/opentelemetry-demo/releases/tag/1.3.0": {
"StatusCode": 200,
"LastSeen": "2023-02-20T08:14:49.173376-05:00"
Expand Down

0 comments on commit 4b0f105

Please sign in to comment.