Skip to content

Commit

Permalink
feat: implement an OTel instrumentor
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 703574132
  • Loading branch information
yeesian authored and copybara-github committed Dec 6, 2024
1 parent b9fecea commit f2b4719
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 1 deletion.
2 changes: 2 additions & 0 deletions google/cloud/aiplatform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
TensorboardRun,
TensorboardTimeSeries,
)
from google.cloud.aiplatform.aiplatform.telemetry import VertexAIInstrumentor
from google.cloud.aiplatform.training_jobs import (
CustomTrainingJob,
CustomContainerTrainingJob,
Expand Down Expand Up @@ -183,5 +184,6 @@
"TemporalFusionTransformerForecastingTrainingJob",
"TimeSeriesDataset",
"TimeSeriesDenseEncoderForecastingTrainingJob",
"VertexAIInstrumentor",
"VideoDataset",
)
Loading

0 comments on commit f2b4719

Please sign in to comment.