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 cb45525 commit 4887e14Copy full SHA for 4887e14
veadk/tracing/telemetry/exporters/apmplus_exporter.py
@@ -12,9 +12,9 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+from dataclasses import dataclass
16
from typing import Any
17
-from attr import dataclass
18
from google.adk.models.llm_request import LlmRequest
19
from google.adk.models.llm_response import LlmResponse
20
from opentelemetry import metrics
0 commit comments