-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Developer section reorg + Updated custom check docs #10864
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
Conversation
…project when running in some CI's
* [rum] new billing details page * Apply suggestions from code review Co-authored-by: Kaylyn <kaylyn.sigler@datadoghq.com> * Apply suggestions from code review Co-authored-by: Kaylyn <kaylyn.sigler@datadoghq.com>
Co-authored-by: packages <packages@datadoghq.com>
* Small fix in header * Update content/en/synthetics/guide/identify_synthetics_bots.md * Update content/en/synthetics/guide/identify_synthetics_bots.md Co-authored-by: ruthnaebeck <19349244+ruthnaebeck@users.noreply.github.com> * Update content/en/synthetics/guide/identify_synthetics_bots.md Co-authored-by: ruthnaebeck <19349244+ruthnaebeck@users.noreply.github.com> * Update content/en/synthetics/guide/identify_synthetics_bots.md Co-authored-by: ruthnaebeck <19349244+ruthnaebeck@users.noreply.github.com> Co-authored-by: ruthnaebeck <19349244+ruthnaebeck@users.noreply.github.com>
* update icon in product dropdown menu for api * update api icon src across different translations and provide mozilla product menu fix
Match how https://github.com/DataDog/dd-trace-py casts trace_id & spand_id as strings This also protects again issues where a forwarding library may have trouble with large integers (as is happening with the datadog fluent bit forwarding plugin - which is currently rounding down any integers > the largest signed integer to 9223372036854775807)
Our storage backend will convert values to 32 bit. Sometimes this means large values will be converted to their 32 bit counterpart. We should specify this.
…notifications Composite Monitor notifications update.
CI docs cleanup: better tables and codeblocks
…2825 Translation PR
…mmit-info CI-app - Swift - Added more environment variables to some CI
Update CI Visibility Ruby instructions with latest tracer version
adding_note_for_32_bit
This PR updates the password reset docs to include the link where customers in the EU need to go to reset their passwords
…eu-link Update Password Reset docs to include EU endpoint
| Lock profiling | Python >= 2.7 | | ||
| Memory profiling | Python >= 3.5 | | ||
| Wall time profiling | Python >= 2.7 | | ||
| CPU time profiling | Python >= 2.7 on POSIX platforms | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure what changed here either
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting, looks fine to me 👍
@@ -5,8 +5,8 @@ kind: documentation | |||
|
|||
Datadog では、世界中でさまざまなサイトを提供しています。各サイトは完全に独立しており、サイト間でデータを共有することはできません。各サイトを使用する利点があり(政府のセキュリティ規定など)、世界中の特定した場所にデータを保存することが可能になります。 | |||
|
|||
| サイト | サイト URL | 場所 | | |||
|---------|----------------------------|----------| | |||
| サイト | サイト URL | 場所 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is still working, so not going to change
[20]: /ja/logs/guide/logs-monitors-on-volumes/#monitor-indexed-logs-with-fixed-threshold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks the same too
@@ -85,4 +85,4 @@ sum:kubernetes.pods.running{service:*-canary} by {service} | |||
|
|||
## その他の参考資料 | |||
|
|||
{{< partial name="whats-next/whats-next.html" >}} | |||
{{< partial name="whats-next/whats-next.html" >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also the same
@@ -25197,4 +25197,4 @@ tags: | |||
externalDocs: | |||
url: https://docs.datadoghq.com/integrations/webhooks | |||
name: Webhooks Integration | |||
x-group-parameters: true | |||
x-group-parameters: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also the same
@@ -561,5 +561,5 @@ If `host.name` matches `<HOST_NAME>`, the template outputs: | |||
[11]: /integrations/#cat-notification | |||
[12]: /events/ | |||
[13]: /monitors/guide/template-variable-evaluation/ | |||
[14]: /monitors/faq/what-are-recovery-thresholds/ | |||
[15]: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones | |||
[14]: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this was the link precommit hook, but it is correct
## その他の参考資料 | ||
|
||
{{< partial name="whats-next/whats-next.html" >}} | ||
|
||
[1]:/ja/real_user_monitoring/dashboards | ||
[2]:/ja/real_user_monitoring/explorer/analytics | ||
[4]:/ja/real_user_monitoring/error_tracking | ||
[1]: /ja/real_user_monitoring/connect_rum_and_traces | ||
[3]:/ja/real_user_monitoring/error_tracking |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the precommit hook, but it is correct
Co-authored-by: Sarina Bloodgood <57639676+sarina-dd@users.noreply.github.com>
What does this PR do?
Reorgs the Developer section and adds context about several ways to programmatically send data to Datadog.
Motivation
Datadog as a platform!
Preview
https://docs-staging.datadoghq.com/kaylyn/dev-toc/developers/
Reviewer checklist
To-do