Skip to content

Commit

Permalink
Merge branch 'main' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanjainn authored Mar 12, 2024
2 parents 6aa14c0 + aa1f945 commit 2eab4d8
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 18 deletions.
12 changes: 6 additions & 6 deletions content/en/blog/2024/kubecon-eu.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,16 @@ your OpenTelemetry adoption, implementation, and usage.
To join a feedback session, book online below. All times in Central European
Time (CET).

- **March 20th, 10:45-11:45:**
[End User Feedback Session - Profiling](https://calendly.com/otel-euwg/end-user-feedback-sessions-1?month=2024-03)
- **March 20th, 11:45-12:45:**
[End User Feedback Session - .NET & .NET Auto-Instrumentation](https://calendly.com/otel-euwg/end-user-feedback-sessions-2?month=2024-03)
[End User Feedback Session - .NET & .NET Auto-Instrumentation](https://calendly.com/euwg-user-feedback-session/end-user-feedback-session?month=2024-03)
- **March 20th, 15:00-16:00:**
[End User Feedback Session - JavaScript](https://calendly.com/otel-euwg/end-user-feedback-sessions-3?month=2024-03)
[End User Feedback Session - JavaScript](https://calendly.com/euwg-user-feedback-session/end-user-feedback-session-javascript?month=2024-03)
- **March 21st, 11:00-12:00:**
[End User Feedback Session - Semantic Conventions](https://calendly.com/otel-euwg/end-user-feedback-sessions-4?month=2024-03)
[End User Feedback Session - Semantic Conventions](https://calendly.com/euwg-user-feedback-session/end-user-feedback-session-semantic-conventions?month=2024-03)
- **March 21st, 14:30-15:30:**
[End User Feedback Session - Comms (website, docs)](https://calendly.com/otel-euwg/end-user-feedback-sessions-5?month=2024-03)
[End User Feedback Session - Comms (website, docs)](https://calendly.com/euwg-user-feedback-session/end-user-feedback-session-comms?month=2024-03)
- **March 21th, 15:00-16:00:**
[End User Feedback Session - Profiling](https://calendly.com/euwg-user-feedback-session/end-user-feedback-session-profiling?month=2024-03)

A maximum of 5 participants will join one SIG maintainer to provide feedback for
that SIG. Sessions will be recorded and posted on the
Expand Down
7 changes: 6 additions & 1 deletion data/ecosystem/integrations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cSpell:ignore containerd buildx Quarkus Cerbos flagd flipt KEDA Kyverno Dapr rustup GORM Otterize Dubbo
# cSpell:ignore containerd buildx Quarkus Cerbos flagd flipt KEDA Kyverno Dapr rustup GORM Otterize Dubbo Microcks
- name: containerd
url: https://containerd.io/
docsUrl: https://github.com/containerd/containerd/blob/main/docs/tracing.md
Expand Down Expand Up @@ -186,3 +186,8 @@
docsUrl: https://cn.dubbo.apache.org/en/blog/2024/01/31/tracing-dubbo-with-opentelemetry/
components: [Java]
oss: true
- name: Microcks
url: https://microcks.io/
docsUrl: https://microcks.io/documentation/using/monitoring/
components: [Java]
oss: true
2 changes: 1 addition & 1 deletion data/registry/collector-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ createdAt: 2023-12-18
package:
registry: go
name: go.opentelemetry.io/collector/cmd/builder
version: v0.95.0
version: v0.96.0
quickInstall: false
2 changes: 1 addition & 1 deletion data/registry/collector-exporter-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ createdAt: 2020-11-05
package:
registry: go-collector
name: go.opentelemetry.io/collector/exporter/debugexporter
version: v0.95.0
version: v0.96.0
2 changes: 1 addition & 1 deletion data/registry/collector-exporter-otlp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ createdAt: 2020-11-05
package:
registry: go-collector
name: go.opentelemetry.io/collector/exporter/otlpexporter
version: v0.95.0
version: v0.96.0
2 changes: 1 addition & 1 deletion data/registry/collector-processor-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ createdAt: 2021-02-24
package:
registry: go-collector
name: go.opentelemetry.io/collector/processor/batchprocessor
version: v0.95.0
version: v0.96.0
2 changes: 1 addition & 1 deletion data/registry/collector-receiver-otlp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ createdAt: 2020-11-05
package:
registry: go-collector
name: go.opentelemetry.io/collector/receiver/otlpreceiver
version: v0.95.0
version: v0.96.0
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-aws-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ createdAt: 2020-06-15
package:
name: '@opentelemetry/instrumentation-aws-sdk'
registry: npm
version: 0.39.0
version: 0.39.1
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ createdAt: 2020-11-09
package:
registry: npm
name: '@opentelemetry/instrumentation-express'
version: 0.36.0
version: 0.36.1
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ createdAt: 2020-11-09
package:
registry: npm
name: '@opentelemetry/instrumentation-graphql'
version: 0.38.0
version: 0.38.1
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ createdAt: 2020-11-09
package:
registry: npm
name: '@opentelemetry/instrumentation-mongodb'
version: 0.40.0
version: 0.41.0
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ createdAt: 2020-11-09
package:
registry: npm
name: '@opentelemetry/instrumentation-pg'
version: 0.39.0
version: 0.39.1
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ createdAt: 2020-11-09
package:
registry: npm
name: '@opentelemetry/instrumentation-pg'
version: 0.39.0
version: 0.39.1
32 changes: 32 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,26 @@
"StatusCode": 206,
"LastSeen": "2024-01-30T06:01:19.540115-05:00"
},
"https://calendly.com/euwg-user-feedback-session/end-user-feedback-session": {
"StatusCode": 200,
"LastSeen": "2024-03-12T07:55:41.183146657Z"
},
"https://calendly.com/euwg-user-feedback-session/end-user-feedback-session-comms": {
"StatusCode": 200,
"LastSeen": "2024-03-12T07:55:43.02820199Z"
},
"https://calendly.com/euwg-user-feedback-session/end-user-feedback-session-javascript": {
"StatusCode": 200,
"LastSeen": "2024-03-12T07:55:41.8903846Z"
},
"https://calendly.com/euwg-user-feedback-session/end-user-feedback-session-profiling": {
"StatusCode": 200,
"LastSeen": "2024-03-12T07:55:43.489076907Z"
},
"https://calendly.com/euwg-user-feedback-session/end-user-feedback-session-semantic-conventions": {
"StatusCode": 200,
"LastSeen": "2024-03-12T07:55:42.553897693Z"
},
"https://calendly.com/otel-euwg/end-user-feedback-sessions-1": {
"StatusCode": 200,
"LastSeen": "2024-02-28T09:18:31.915956+01:00"
Expand Down Expand Up @@ -2983,6 +3003,10 @@
"StatusCode": 200,
"LastSeen": "2024-03-01T16:49:42.006164+01:00"
},
"https://github.com/open-telemetry/opentelemetry-collector/releases/tag/cmd%2Fbuilder%2Fv0.96.0": {
"StatusCode": 200,
"LastSeen": "2024-03-12T08:09:00.086946856Z"
},
"https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.63.0": {
"StatusCode": 200,
"LastSeen": "2024-01-30T16:04:58.261649-05:00"
Expand Down Expand Up @@ -4963,6 +4987,14 @@
"StatusCode": 200,
"LastSeen": "2024-01-18T08:06:14.054263-05:00"
},
"https://microcks.io/": {
"StatusCode": 206,
"LastSeen": "2024-03-12T09:44:49.348708+01:00"
},
"https://microcks.io/documentation/using/monitoring/": {
"StatusCode": 206,
"LastSeen": "2024-03-12T09:44:49.906991+01:00"
},
"https://micrometer.io/": {
"StatusCode": 206,
"LastSeen": "2024-01-18T19:02:08.769984-05:00"
Expand Down

0 comments on commit 2eab4d8

Please sign in to comment.