Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blog post for go.opentelemetry.io switch #5087

Merged
merged 25 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7abda53
Add blog post for go.opentelemetry.io switch
damemi Aug 22, 2024
fa3f718
Feedback
damemi Aug 23, 2024
558ea02
Broken yaml header
damemi Aug 23, 2024
e5a5012
Missed link
damemi Aug 23, 2024
6b41481
Add time and fix broken link
damemi Aug 23, 2024
6bd4696
Remove draft and update date
damemi Aug 23, 2024
d6733c7
npm run test-and-fix
damemi Aug 23, 2024
5023072
Remove go/sdk and put back to draft
damemi Aug 24, 2024
9ac2326
Update date/time of switch
damemi Aug 26, 2024
58fe1db
Remove draft
damemi Aug 26, 2024
15b2ebe
Update content/en/blog/2024/go-opentelemetry-io.md
damemi Aug 26, 2024
829a050
Update content/en/blog/2024/go-opentelemetry-io.md
damemi Aug 26, 2024
28cfbd6
Update content/en/blog/2024/go-opentelemetry-io.md
damemi Aug 26, 2024
4eb6727
Update content/en/blog/2024/go-opentelemetry-io.md
damemi Aug 26, 2024
2446732
Update content/en/blog/2024/go-opentelemetry-io.md
damemi Aug 26, 2024
95282a2
npm run fix:dict
damemi Aug 26, 2024
caf6185
Update content/en/blog/2024/go-opentelemetry-io.md
damemi Aug 26, 2024
5606769
Update content/en/blog/2024/go-opentelemetry-io.md
damemi Aug 26, 2024
9d345c0
Update content/en/blog/2024/go-opentelemetry-io.md
damemi Aug 26, 2024
9ab12a6
Update content/en/blog/2024/go-opentelemetry-io.md
damemi Aug 26, 2024
a72d5d8
Update content/en/blog/2024/go-opentelemetry-io.md
damemi Aug 26, 2024
f4c5850
Make list of artifacts bulleted
damemi Aug 26, 2024
5767c71
npm prettier --fix
damemi Aug 26, 2024
aa57b2f
Fix checks
damemi Aug 26, 2024
ac94e74
Set date to 2024-08-27
chalin Aug 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 82 additions & 0 deletions content/en/blog/2024/go-opentelemetry-io.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
---
title: Planned Migration for go.opentelemetry.io
linkTitle: Planned migration for go.opentelemetry.io
damemi marked this conversation as resolved.
Show resolved Hide resolved
date: 2024-08-23
author: >-
damemi marked this conversation as resolved.
Show resolved Hide resolved
[Mike Dame](https://github.com/damemi) (Google),
damemi marked this conversation as resolved.
Show resolved Hide resolved
# canonical_url: http://somewhere.else/ # TODO: if this blog post has been posted somewhere else already, uncomment & provide the canonical URL here.
body_class: otel-with-contributions-from # TODO: remove this line if there are no secondary contributing authors
damemi marked this conversation as resolved.
Show resolved Hide resolved
issue: 5086
sig: Go SIG
---

With contributions from Tyler Yahn and Austin Parker.

Check warning on line 13 in content/en/blog/2024/go-opentelemetry-io.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (Yahn) Suggestions: (yarn, yawn, yah, Bahn, Hahn)

## 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
damemi marked this conversation as resolved.
Show resolved Hide resolved
possible, but unlikely, that there may be downtime during this transition.
damemi marked this conversation as resolved.
Show resolved Hide resolved

## 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
damemi marked this conversation as resolved.
Show resolved Hide resolved

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: the
OpenTelemetry Go language libraries (including Contrib), the OpenTelemetry Go
Auto-Instrumentation libraries, the OpenTelemetry Collector libraries (including
Contrib), and the OpenTelemetry Collector Builder.
damemi marked this conversation as resolved.
Show resolved Hide resolved

## 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 may notice
damemi marked this conversation as resolved.
Show resolved Hide resolved

There is the possibility of the [go.opentelemetry.io] domain experiencing
downtime during this transition. If this happens, you may see projects that
damemi marked this conversation as resolved.
Show resolved Hide resolved
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 open an
issue on GitHub at
[https://github.com/open-telemetry/opentelemetry-go-vanityurls](https://github.com/open-telemetry/opentelemetry-go-vanityurls).
damemi marked this conversation as resolved.
Show resolved Hide resolved

## 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
16 changes: 16 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,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 @@ -3535,6 +3539,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 +4155,10 @@
"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/compare/v1.18.0...v1.19.0": {
"StatusCode": 200,
"LastSeen": "2024-01-30T16:05:30.739686-05:00"
Expand Down Expand Up @@ -5339,6 +5351,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
Loading