Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into chore-demo-docs-docker-install
Browse files Browse the repository at this point in the history
svrnm authored Nov 14, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
2 parents 01e3ba9 + 9510c00 commit 92378fc
Showing 11 changed files with 101 additions and 11 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions content/en/blog/2023/contribfest-na/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: OpenTelemetry Contribfest at KubeCon North America 2023
linkTitle: Contribfest at KubeCon NA
date: 2023-11-13
author: '[Alex Boten](https://github.com/codeboten) (Lightstep)'
cSpell:ignore: Boten Contribfest
---

![OpenTelemetry Contribfest at KubeCon North America 2023](contribfest-1.jpg 'OpenTelemetry Contribfest at KubeCon North America 2023')

This year marked many milestones for the OpenTelemetry project. The project
achieved the goals it had set in 2019 by announcing the general availability of
of the logging signal, the last of the signals it had originally committed to.
In addition, the project continued to grow the number of contributors, being the
second most active project in the CNCF for a second year in a row, behind
Kubernetes.

### What's Contribfest?

In an effort to bring more contributors to the table, OpenTelemetry maintainers
hosted the project’s first [Contribfest](https://sched.co/1R2rQ) at KubeCon
North America 2023. The goal of a Contribfest is to bring people with all levels
of experience together with community members to work through the steps needed
to make a contribution to the project. This year,
[Juraci](https://github.com/jpkrohling/),
[Anthony](https://github.com/aneurysm9/),
[Tyler](https://github.com/tylerhelmuth), [Daniel](https://github.com/dyladan),
and [myself](https://github.com/codeboten) volunteered to host the event and
guide newcomers. The hosts of the session prepared ahead of time by combing
through various repositories and labelling issues with the `Contribfest` label.
Since the session is only 90 minutes long, it was important to try and find
items that would be appropriate to tackle in that time. Some slides were also
prepared, to give attendees an overview of the project, help them navigate the
repositories, and explain the process of submitting code.

### The event

When the day of the event arrived, the room was completely full. After a few
minutes to cover the content in the slides, contributors were ready to write
some code, and questions came in fast. Questions from contributors ranged across
all levels of expertise, and many OpenTelemetry community members came to the
session to help answer them. The session began with 53 open issues, and by the
end of the session, 2 pull requests had already been merged with another 11 pull
requests having been opened.

![Contributors typing furiously](contribfest-2.jpg 'Contributors typing furiously')

Even more importantly than the contributions themselves, many great
conversations and much learning stemmed from the collaborations both for the
hosts and the attendees. The planning has already started for the next
Contribfest. Thanks to all the participants for making this inaugural event such
a success.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/signals/metrics.md
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ The instrument kind is one of the following:
- **Gauge**: Measures a current value at the time it is read. An example would
be the fuel gauge in a vehicle. Gauges are asynchronous.
- **Histogram**: A client-side aggregation of values, such as request latencies.
A histogram is a good choice if you are interested value statistics. For
A histogram is a good choice if you are interested in value statistics. For
example: How many requests take fewer than 1s?

## Aggregation
8 changes: 5 additions & 3 deletions content/en/docs/concepts/signals/traces.md
Original file line number Diff line number Diff line change
@@ -198,10 +198,12 @@ Sample span:

```json
{
"trace_id": "7bba9f33312b3dbb8b2c2c62bb7abe2d",
"parent_id": "",
"span_id": "086e83747d0e381e",
"name": "/v1/sys/health",
"context": {
"trace_id": "7bba9f33312b3dbb8b2c2c62bb7abe2d",
"span_id": "086e83747d0e381e"
},
"parent_id": "",
"start_time": "2021-10-22 16:04:01.209458162 +0000 UTC",
"end_time": "2021-10-22 16:04:01.209514132 +0000 UTC",
"status_code": "STATUS_CODE_OK",
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/java/_index.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ aliases: [/java, /java/metrics, /java/tracing]
cascade:
vers:
instrumentation: 1.31.0
otel: 1.31.0
otel: 1.32.0
semconv: 1.22.0
weight: 18
---
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/python/exporters.md
Original file line number Diff line number Diff line change
@@ -201,7 +201,7 @@ There is not currently an OTLP/HTTP metric exporter.
instructions on
[setting up the OTLP exporter above](#otlp-endpoint-or-collector). You can then
run Jaeger in a docker container with the UI accessible on port 16686 and OTLP
enabled on ports 4137 and 4138:
enabled on ports 4317 and 4318:

```shell
docker run --rm \
15 changes: 15 additions & 0 deletions data/registry/collector-receiver-database.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# cSpell:ignore ODCD
title: OTel based Data Collector for Databases (ODCD)
registryType: utilities
isThirdParty: true
language: java
tags:
- receiver
- database
- instana
repo: https://github.com/instana/otel-database-dc
license: MIT
description:
A tool or template to generate OpenTelemetry metrics for various databases.
authors: 'Rui Liu (https://github.com/liurui-1)'
otVersion: latest
13 changes: 9 additions & 4 deletions layouts/partials/banner.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{{/* cSpell:ignore contribfest */ -}}
{{ if .Params.show_banner -}}

<div class="o-banner">

<i class="fas fa-bullhorn"></i> Join us at
[**KubeCon + CloudNativeCon NA**, Nov 6 - 9](/blog/2023/kubecon-na/)!
**Contribfest** at _KubeCon NA 2023_ was a success!
[Read about it](/blog/2023/contribfest-na/)

{{/*

<!-- prettier-ignore -->
<i class="fas fa-bullhorn"></i> OTel Governance Committee
[election results](/blog/2023/gc-election-results/) are in!
<i class="fas fa-bullhorn"></i>
Template for a second post.
{.pt-0}

*/ -}}

</div>
{{ end -}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"cspell": "^7.3.8",
"cspell": "^8.0.0",
"gulp": "^4.0.2",
"hugo-extended": "0.120.4",
"markdown-link-check": "^3.11.2",
16 changes: 16 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
@@ -2019,6 +2019,10 @@
"StatusCode": 200,
"LastSeen": "2023-10-23T22:46:46.531254+02:00"
},
"https://github.com/aneurysm9/": {
"StatusCode": 200,
"LastSeen": "2023-11-11T05:03:21.470685-08:00"
},
"https://github.com/apache/apisix/discussions": {
"StatusCode": 200,
"LastSeen": "2023-06-30T09:25:44.869863-04:00"
@@ -2283,6 +2287,10 @@
"StatusCode": 200,
"LastSeen": "2023-06-30T08:31:48.871119-04:00"
},
"https://github.com/instana/otel-database-dc": {
"StatusCode": 200,
"LastSeen": "2023-11-13T15:04:38.19765+01:00"
},
"https://github.com/jack-berg": {
"StatusCode": 200,
"LastSeen": "2023-06-30T09:25:28.343626-04:00"
@@ -2319,6 +2327,10 @@
"StatusCode": 200,
"LastSeen": "2023-06-30T09:30:52.325535-04:00"
},
"https://github.com/jpkrohling/": {
"StatusCode": 200,
"LastSeen": "2023-11-11T05:03:20.712823-08:00"
},
"https://github.com/jpkrohling/opentelemetry-collector-deployment-patterns/": {
"StatusCode": 200,
"LastSeen": "2023-06-30T09:19:24.789467-04:00"
@@ -3763,6 +3775,10 @@
"StatusCode": 200,
"LastSeen": "2023-06-30T08:37:09.214203-04:00"
},
"https://github.com/tylerhelmuth": {
"StatusCode": 200,
"LastSeen": "2023-11-11T05:03:22.717836-08:00"
},
"https://github.com/typelevel/otel4s": {
"StatusCode": 200,
"LastSeen": "2023-06-30T08:36:28.793405-04:00"

0 comments on commit 92378fc

Please sign in to comment.