grpc-go/gcp/observability
eunsang 33ec81b40e
xds: move all functionality from `xds/internal` to `internal/xds` (#8515)
Fixes grpc#7290, ensuring that only user-facing functionality remains in
the top-level xds package.

Updates all import paths and aliases to reference the new internal/xds
package, using aliases (e.g., `internal` → `xds` or `xdsinternal`) where
needed to minimize changes to call sites.

No functional changes intended; this is purely a package path
reorganization.

RELEASE NOTES: none
2025-08-19 10:05:46 -07:00
..
config.go *: fix more typos (#7619) 2024-09-16 10:58:27 -07:00
exporting.go gcp/observability: Change logging schema and set queue size limit for logs and batching delay (#6118) 2023-03-14 20:20:09 -04:00
go.mod deps: bump go version to 1.24 (#8509) 2025-08-14 11:31:22 -07:00
go.sum xds: move all functionality from `xds/internal` to `internal/xds` (#8515) 2025-08-19 10:05:46 -07:00
logging.go *: fix minor typos (#7487) 2024-08-14 22:43:01 +05:30
logging_test.go .*: fix revive lint issues `unused-parameter` (#7580) 2024-09-03 09:32:50 -07:00
observability.go gcp/observability: Cleanup resources allocated if start errors (#5960) 2023-01-23 17:44:50 -05:00
observability_test.go .*: revive from unused_parameters (#7577) 2024-08-30 10:41:30 -07:00
opencensus.go *: fix typos (#7178) 2024-05-02 16:54:22 -07:00