# AsyncTraceIdRegistry

> **Class** in `langchain_google_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-community/callbacks/bigquery_callback/AsyncTraceIdRegistry)

Async Registry to manage run_id to root_run_id mapping for trace correlation.

## Signature

```python
AsyncTraceIdRegistry(
    self,
)
```

## Extends

- `BaseTraceIdRegistry`

## Constructors

```python
__init__(
    self,
) -> None
```


## Methods

- [`register_run()`](https://reference.langchain.com/python/langchain-google-community/callbacks/bigquery_callback/AsyncTraceIdRegistry/register_run)
- [`end_run()`](https://reference.langchain.com/python/langchain-google-community/callbacks/bigquery_callback/AsyncTraceIdRegistry/end_run)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/515c1ee9ffe9a0c9533d03a9def7f74f8c3455e4/libs/community/langchain_google_community/callbacks/bigquery_callback.py#L1963)