From 567d24f714698407efb786a050807ee764891bb9 Mon Sep 17 00:00:00 2001 From: neilpdx Date: Thu, 6 Feb 2025 12:56:33 -0800 Subject: [PATCH] Update apm-report-custom-events-attributes.mdx typo ;) --- .../custom-events/apm-report-custom-events-attributes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/data-apis/custom-data/custom-events/apm-report-custom-events-attributes.mdx b/src/content/docs/data-apis/custom-data/custom-events/apm-report-custom-events-attributes.mdx index 5414c01e6f9..a7c2ecea0da 100644 --- a/src/content/docs/data-apis/custom-data/custom-events/apm-report-custom-events-attributes.mdx +++ b/src/content/docs/data-apis/custom-data/custom-events/apm-report-custom-events-attributes.mdx @@ -152,7 +152,7 @@ When creating your own custom events and attributes, follow data requirements fo The first argument defines the name of your event type, and the second argument is an array with the attributes for your custom event. Ensure you limit the number of unique event type names that you create, and do not generate these names dynamically. For restrictions on event type names, see our documentation about [limits and restricted characters](/docs/telemetry-data-platform/custom-data/custom-events/data-requirements-limits-custom-event-data) and [NRQL reserved words](/docs/insights/event-data-sources/custom-events/data-requirements-limits-custom-event-data/#reserved-words). - By default, the maximum number of custom events recorded per minute is 30,000. You can increase it upto 100,000 via the [newrelic.custom_events.max_samples_stored](/docs/apm/agents/php-agent/configuration/php-agent-configuration/#inivar-custom-events-maxsamples) configuration setting. + By default, the maximum number of custom events recorded per minute is 30,000. You can increase it up to 100,000 via the [newrelic.custom_events.max_samples_stored](/docs/apm/agents/php-agent/configuration/php-agent-configuration/#inivar-custom-events-maxsamples) configuration setting. You can also add [custom attributes](/docs/apm/other-features/attributes/collecting-custom-attributes#php-att) for your PHP app.