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

Trim Datadog event body length to max allowed characters #673

Merged
merged 3 commits into from
Jan 16, 2023

Conversation

MacroPower
Copy link
Contributor

Datadog events are limited to 4000 characters. See:

https://docs.datadoghq.com/api/latest/events/

While the API itself automatically truncates these, the Datadog Python client library will error since it strictly enforces the defined schema.

Datadog events are limited to 4000 characters. See:

https://docs.datadoghq.com/api/latest/events/

While the API itself automatically truncates these, the Datadog Python
client library will error since it strictly enforces the defined schema.
@CLAassistant
Copy link

CLAassistant commented Jan 15, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@arikalon1 arikalon1 left a comment

Choose a reason for hiding this comment

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

Looks good
Thank you for your contribution @MacroPower

@arikalon1 arikalon1 enabled auto-merge (squash) January 16, 2023 14:33
@arikalon1 arikalon1 merged commit 3384ba0 into robusta-dev:master Jan 16, 2023
@MacroPower MacroPower deleted the fix-datadog-body-length branch January 16, 2023 23:54
pavangudiwada pushed a commit to pavangudiwada/robusta that referenced this pull request Nov 6, 2023
…#673)

Datadog events are limited to 4000 characters. See:

https://docs.datadoghq.com/api/latest/events/

While the API itself automatically truncates these, the Datadog Python
client library will error since it strictly enforces the defined schema.

Co-authored-by: arik <alon.arik@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants