We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc391cc commit 09e29aeCopy full SHA for 09e29ae
ecs_logging/_stdlib.py
@@ -183,6 +183,7 @@ def format_to_ecs(self, record):
183
extras["transaction.id"] = extras.pop("elasticapm_transaction_id", None)
184
extras["trace.id"] = extras.pop("elasticapm_trace_id", None)
185
extras["service.name"] = extras.pop("elasticapm_service_name", None)
186
+ extras["event.dataset"] = extras.pop("elasticapm_event_dataset", None)
187
188
# Merge in any keys that were set within 'extra={...}'
189
for field, value in extras.items():
0 commit comments