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

proxy configuration: update recommended fqdn to metrics.agent.{site} #27224

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

fl0Lec
Copy link
Contributor

@fl0Lec fl0Lec commented Jan 22, 2025

the haproxy-app.agent.datadoghq.com is pointing to metrics.agent.datadoghq.com.

see:

dig haproxy-app.agent.datadoghq.com

; <<>> DiG 9.10.6 <<>> haproxy-app.agent.datadoghq.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44042
;; flags: qr rd ra; QUERY: 1, ANSWER: 10, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;haproxy-app.agent.datadoghq.com. IN    A

;; ANSWER SECTION:
haproxy-app.agent.datadoghq.com. 300 IN CNAME   metrics.agent.datadoghq.com.

All proxy should send there metrics to the fqnd with metrics.agent.{site} in order to properly go throw private link.

see also: https://docs.datadoghq.com/agent/guide/private-link/?tab=connectfromsameregion#setup

the haproxy-app.agent.datadoghq.com is pointing to `metrics.agent.datadoghq.com.`

see:
```
dig haproxy-app.agent.datadoghq.com

; <<>> DiG 9.10.6 <<>> haproxy-app.agent.datadoghq.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44042
;; flags: qr rd ra; QUERY: 1, ANSWER: 10, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;haproxy-app.agent.datadoghq.com. IN    A

;; ANSWER SECTION:
haproxy-app.agent.datadoghq.com. 300 IN CNAME   metrics.agent.datadoghq.com.
```

All proxy should send there metrics to the fqnd with metrics.agent.{site} in order to properly go throw private link.

see also: https://docs.datadoghq.com/agent/guide/private-link/?tab=connectfromsameregion#setup
@fl0Lec fl0Lec requested a review from a team as a code owner January 22, 2025 11:48
@github-actions github-actions bot added the Guide Content impacting a guide label Jan 22, 2025
Copy link
Contributor

Copy link
Contributor

@buraizu buraizu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fl0Lec thanks for the PR. For future reference, it's sufficient to update the content in the English language repository. These changes are then propagated to the translated documentation via our translation process.

I'll merge this for now, but the changes in the translated documentation may be overwritten until they are propagated through the translation process.

@buraizu
Copy link
Contributor

buraizu commented Jan 22, 2025

/merge

@dd-devflow
Copy link

dd-devflow bot commented Jan 22, 2025

Devflow running: /merge

View all feedbacks in Devflow UI.


2025-01-22 21:33:01 UTC ℹ️ MergeQueue: pull request added to the queue

The median merge time in master is 7m.


2025-01-22 21:40:03 UTC ℹ️ MergeQueue: This merge request was merged

@dd-mergequeue dd-mergequeue bot merged commit 70cdd49 into master Jan 22, 2025
19 of 21 checks passed
@dd-mergequeue dd-mergequeue bot deleted the fl/fqnd-proxy branch January 22, 2025 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Guide Content impacting a guide mergequeue-status: done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants