Skip to content

Commit

Permalink
_content/doc/telemetry.md: update links to newly renamed chartconfig
Browse files Browse the repository at this point in the history
Fixes golang/go#63883

Change-Id: I92252f227ca64680fd4c3ca4ed506da4adc591fd
Reviewed-on: https://go-review.googlesource.com/c/website/+/572895
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Robert Findley <rfindley@google.com>
  • Loading branch information
findleyr authored and gopherbot committed Mar 20, 2024
1 parent 3e18747 commit 8d41b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _content/doc/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ proposal process_, which proceeds as follows:
2. Once discussion on the issue resolves, the proposal is approved or declined
by a member of the Go team.
3. The proposer sends a CL modifying the internal
[chart config](https://go.googlesource.com/telemetry/+/refs/heads/master/internal/configgen/config.txt)
[chart config](https://go.googlesource.com/telemetry/+/refs/heads/master/internal/chartconfig/config.txt)
to include the new chart.
4. An automatic process regenerates the upload config to allow uploading of the
counters required for the new chart. This process will also regularly add
Expand Down Expand Up @@ -373,4 +373,4 @@ A: At [golang.org/x/telemetry](/pkg/golang.org/x/telemetry).
[debug.BuildInfo]: /pkg/runtime/debug#BuildInfo
[proposal]: /issue/new?assignees=&labels=Telemetry-Proposal&projects=golang%2F29&template=12-telemetry.yml&title=x%2Ftelemetry%2Fconfig%3A+proposal+title
[telemetry.go.dev]: https://telemetry.go.dev
[chart config]: /pkg/golang.org/x/telemetry/internal/graphconfig
[chart config]: /pkg/golang.org/x/telemetry/internal/chartconfig

0 comments on commit 8d41b1c

Please sign in to comment.