Skip to content

Commit

Permalink
Merge branch 'main' into opentelemetrybot/auto-update-registry-3b751c…
Browse files Browse the repository at this point in the history
…457df60d2dd89d1c99ad5edf6eddd1e358
  • Loading branch information
theletterf authored Aug 27, 2024
2 parents a2484ea + 68702f6 commit 346b6c9
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 2 deletions.
83 changes: 83 additions & 0 deletions content/en/blog/2024/go-opentelemetry-io.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
---
title: Planned Migration for go.opentelemetry.io
date: 2024-08-27
author: '[Mike Dame](https://github.com/damemi) (Google)'
body_class: otel-with-contributions-from
issue: 5086
sig: Go SIG
cSpell:ignore: vanityurls Yahn
---

With contributions from Tyler Yahn and Austin Parker.

## TL;DR

The app that serves requests to [go.opentelemetry.io] will be migrating to a new
host on September 5, 2024 at approximately 11:00AM Eastern Time. **There are no
changes required from you**. We are making this announcement because it is
possible, but unlikely, that there might be downtime during this transition.

## Details

OpenTelemetry is planning to migrate the application that serves all requests
for `go.opentelemetry.io` to a new host project on September 5, 2024. On this
date, the current DNS entries for `go.opentelemetry.io` will be updated to point
to the new host.

This should be a seamless transition, but there is the possibility of downtime
during this time. The OpenTelemetry engineers will be actively monitoring the
transition to minimize the risk.

### Affected resources

In the unlikely event of issues, the scope of these planned changes will affect
Go package downloads for the following domains:

- `go.opentelemetry.io/auto`
- `go.opentelemetry.io/build-tools`
- `go.opentelemetry.io/collector-contrib`
- `go.opentelemetry.io/collector`
- `go.opentelemetry.io/contrib`
- `go.opentelemetry.io/otel`
- `go.opentelemetry.io/proto`

Note that this includes users of any of the following artifacts:

- OpenTelemetry Go language libraries (including Contrib)
- OpenTelemetry Go Auto-Instrumentation libraries
- OpenTelemetry Collector libraries (including Contrib)
- OpenTelemetry Collector Builder.

## What you need to do

**There is no action required from you.** All imports using
`go.opentelemetry.io` (and submodule paths, for example
`go.opentelemetry.io/otel`) will continue to work. There are no plans to change
this.

## What you might notice

There is the possibility of the [go.opentelemetry.io] domain experiencing
downtime during this transition. If this happens, you might see projects that
import `go.opentelemetry.io` modules failing to compile.

This could occur due to several factors, including delays in DNS propagation or
misconfiguration. We will have multiple maintainers working synchronously during
this time to minimize any downtime that occurs.

If you experience any issues following this transition, please reach out on
[Slack #otel-go](https://cloud-native.slack.com/archives/C01NPAXACKT) or
[create an issue](https://github.com/open-telemetry/opentelemetry-go-vanityurls/issues/new)
over
[opentelemetry-go-vanityurls](https://github.com/open-telemetry/opentelemetry-go-vanityurls).

## Why are we making this change?

This transition both helps modernize the application serving requests and
handles an ownership transfer, ensuring that we are able to continue providing
OpenTelemetry Go packages in a secure and robust manner.

For more details, see
[the community GitHub issue proposing this change](https://github.com/open-telemetry/community/issues/2260).

[go.opentelemetry.io]: https://go.opentelemetry.io
4 changes: 2 additions & 2 deletions content/en/docs/languages/sdk-configuration/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ be set as follows:
- For `jaeger_remote` and `parentbased_jaeger_remote`: The value is a comma
separated list:
- Example:
`"endpoint=http://localhost:14250,pollingInterval=5000,initialSamplingRate=0.25"`
`"endpoint=http://localhost:14250,pollingIntervalMs=5000,initialSamplingRate=0.25"`
- `endpoint`: the endpoint in form of `scheme://host:port` of gRPC server that
serves the sampling strategy for the service
([sampling.proto](https://github.com/jaegertracing/jaeger-idl/blob/main/proto/api_v2/sampling.proto)).
- `pollingInterval`: in milliseconds indicating how often the sampler will
- `pollingIntervalMs`: in milliseconds indicating how often the sampler will
poll the backend for updates to sampling strategy.
- `initialSamplingRate`: in the [0..1] range, which is used as the sampling
probability when the backend cannot be reached to retrieve a sampling
Expand Down
22 changes: 22 additions & 0 deletions data/registry/application-integration-python-checkmk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# cspell:ignore checkmk
title: Distributed tracing of Checkmk with OpenTelemetry
registryType: application integration
language: python
tags:
- Python
- Checkmk
urls:
repo: https://github.com/Checkmk/checkmk
docs: https://checkmk.com/werk/16565
website: https://checkmk.com
license: GPL-2.0
description:
With this integration we introduced a new way for the developers to look
deeper into what happens inside Checkmk through the use of OpenTelemetry
traces, so that everyone using Checkmk could enjoy monitoring their
infrastructure with a tool with the best performance and fewer bottlenecks.
authors:
- name: Checkmk GmbH
email: [email protected]
createdAt: 2024-08-22
isNative: True
32 changes: 32 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,14 @@
"StatusCode": 200,
"LastSeen": "2024-02-26T10:53:38.116124+01:00"
},
"https://checkmk.com": {
"StatusCode": 200,
"LastSeen": "2024-08-26T19:11:38.75527-04:00"
},
"https://checkmk.com/werk/16565": {
"StatusCode": 200,
"LastSeen": "2024-08-26T18:57:00.215281-04:00"
},
"https://circleci.com": {
"StatusCode": 206,
"LastSeen": "2024-01-30T05:18:29.78394-05:00"
Expand Down Expand Up @@ -367,6 +375,10 @@
"StatusCode": 200,
"LastSeen": "2024-01-18T08:53:45.990809-05:00"
},
"https://cloud-native.slack.com/archives/C01NPAXACKT": {
"StatusCode": 200,
"LastSeen": "2024-08-23T20:33:45.460332059Z"
},
"https://cloud-native.slack.com/archives/C01NR1YLSE7": {
"StatusCode": 200,
"LastSeen": "2024-08-09T10:45:44.11347-04:00"
Expand Down Expand Up @@ -2335,6 +2347,10 @@
"StatusCode": 200,
"LastSeen": "2024-03-15T20:34:22.210208944Z"
},
"https://github.com/Checkmk/checkmk": {
"StatusCode": 200,
"LastSeen": "2024-08-26T18:57:03.140376-04:00"
},
"https://github.com/ChrsMark": {
"StatusCode": 200,
"LastSeen": "2024-05-15T19:23:42.377730577+03:00"
Expand Down Expand Up @@ -3535,6 +3551,10 @@
"StatusCode": 200,
"LastSeen": "2024-05-03T07:21:04.501478-07:00"
},
"https://github.com/open-telemetry/community/issues/2260": {
"StatusCode": 200,
"LastSeen": "2024-08-23T20:33:47.852068252Z"
},
"https://github.com/open-telemetry/community/issues/828": {
"StatusCode": 200,
"LastSeen": "2024-01-18T19:37:16.771654-05:00"
Expand Down Expand Up @@ -4147,6 +4167,14 @@
"StatusCode": 200,
"LastSeen": "2024-08-09T10:44:15.667174-04:00"
},
"https://github.com/open-telemetry/opentelemetry-go-vanityurls": {
"StatusCode": 200,
"LastSeen": "2024-08-23T20:33:46.750242014Z"
},
"https://github.com/open-telemetry/opentelemetry-go-vanityurls/issues/new": {
"StatusCode": 200,
"LastSeen": "2024-08-26T22:28:51.200439921Z"
},
"https://github.com/open-telemetry/opentelemetry-go/compare/v1.18.0...v1.19.0": {
"StatusCode": 200,
"LastSeen": "2024-01-30T16:05:30.739686-05:00"
Expand Down Expand Up @@ -5339,6 +5367,10 @@
"StatusCode": 200,
"LastSeen": "2024-01-30T06:06:14.924004-05:00"
},
"https://go.opentelemetry.io": {
"StatusCode": 200,
"LastSeen": "2024-08-23T20:33:45.025738962Z"
},
"https://go.opentelemetry.io/contrib/instrumentation/github.com/Shopify/sarama": {
"StatusCode": 200,
"LastSeen": "2024-01-30T16:16:02.15181-05:00"
Expand Down

0 comments on commit 346b6c9

Please sign in to comment.