v0.5.28 #3198
SanjayVas
announced in
Announcements
v0.5.28
#3198
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
See the corresponding milestone for this release.
Highlights
Issues Addressed
Potentially Requiring Action
data-watcherCloud Run Function now supports exporting metrics and traces to Google Cloud Monitoring and Google Cloud Trace, respectively. This can be enabled by including the following in theextra_env_varsfield of the appropriate entry in thecloud_function_configsvariable of theedp-aggregatorTerraform module:OTEL_SERVICE_NAME=edpa.data_watcher,OTEL_METRICS_EXPORTER=google_cloud_monitoring,OTEL_TRACES_EXPORTER=google_cloud_trace,OTEL_LOGS_EXPORTER=logging,OTEL_METRIC_EXPORT_INTERVAL=60000. See [PR feat: enable telemetry for data watcher #3184]requisition_fetcher_scheduler_configvariable of theedp-aggregatorTerraform module. See [PR fix(edpa): Reduce fetcher frequency to every 15 minutes to avoid race conditions #3175]cross-media-measurement/src/main/terraform/gcloud/modules/mig/main.tf
Lines 19 to 37 in 8d3f8b7
What's Changed
New Contributors
Full Changelog: v0.5.27...v0.5.28
This discussion was created from the release v0.5.28.
Beta Was this translation helpful? Give feedback.
All reactions