chalk-remote-call-python 1.8.6__tar.gz → 1.8.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {chalk_remote_call_python-1.8.6/chalk_remote_call_python.egg-info → chalk_remote_call_python-1.8.7}/PKG-INFO +1 -1
- chalk_remote_call_python-1.8.7/chalk_remote_call/_version.py +1 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/tracing.py +8 -1
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7/chalk_remote_call_python.egg-info}/PKG-INFO +1 -1
- chalk_remote_call_python-1.8.6/chalk_remote_call/_version.py +0 -1
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/MANIFEST.in +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/README.md +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/Cargo.lock +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/Cargo.toml +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-proto/Cargo.toml +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-proto/src/gen/chalk.auth.v1.rs +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-proto/src/gen/chalk.common.v1.rs +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-proto/src/gen/chalk.runtime.v1.rs +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-proto/src/gen/chalk.runtime.v1.tonic.rs +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-proto/src/gen/chalk.utils.v1.rs +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-proto/src/gen/descriptor.bin +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-proto/src/lib.rs +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-server/Cargo.toml +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-server/src/async_service.rs +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-server/src/coalesce.rs +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-server/src/lib.rs +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-server/src/metrics.rs +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-server/src/python_bridge.rs +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-server/src/self_consumer.rs +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-server/src/server.rs +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/chalk-remote-call-server/src/service.rs +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/rust-toolchain.toml +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/__init__.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/__main__.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/__init__.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/__init__.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/auth/__init__.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/auth/v1/__init__.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/auth/v1/permissions_pb2.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/auth/v1/permissions_pb2_grpc.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/common/__init__.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/common/v1/__init__.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/common/v1/chalk_error_pb2.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/common/v1/chalk_error_pb2_grpc.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/runtime/__init__.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/runtime/v1/__init__.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/runtime/v1/remote_python_call_pb2.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/runtime/v1/remote_python_call_pb2_grpc.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/utils/__init__.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/utils/v1/__init__.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/utils/v1/encoding_pb2.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/utils/v1/encoding_pb2_grpc.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/utils/v1/field_change_pb2.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/utils/v1/field_change_pb2_grpc.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/utils/v1/sensitive_pb2.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/chalk/utils/v1/sensitive_pb2_grpc.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_native.pyi +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/arrow_utils.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/cli.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/handler_loader.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/input_transform.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/server.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/servicer.py +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call_python.egg-info/SOURCES.txt +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call_python.egg-info/dependency_links.txt +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call_python.egg-info/entry_points.txt +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call_python.egg-info/requires.txt +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call_python.egg-info/top_level.txt +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/pyproject.toml +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/setup.cfg +0 -0
- {chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/setup.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.8.7"
|
{chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/tracing.py
RENAMED
|
@@ -93,6 +93,13 @@ def _otel_exporter_configured() -> bool:
|
|
|
93
93
|
return bool(os.environ.get("OTEL_EXPORTER_OTLP_ENDPOINT") or os.environ.get("OTEL_EXPORTER_OTLP_TRACES_ENDPOINT"))
|
|
94
94
|
|
|
95
95
|
|
|
96
|
+
def _runtime_resource_attributes() -> dict[str, str]:
|
|
97
|
+
attributes = {"service.name": os.environ.get("CHALK_SERVICE") or _TRACER_NAME}
|
|
98
|
+
if environment_id := os.environ.get("CHALK_ENVIRONMENT_ID"):
|
|
99
|
+
attributes["chalk.environment_id"] = environment_id
|
|
100
|
+
return attributes
|
|
101
|
+
|
|
102
|
+
|
|
96
103
|
def _configure_runtime_tracing(sample_rate: float) -> None:
|
|
97
104
|
global _runtime_tracing_configured, _runtime_tracer_provider
|
|
98
105
|
if _runtime_tracing_configured:
|
|
@@ -109,7 +116,7 @@ def _configure_runtime_tracing(sample_rate: float) -> None:
|
|
|
109
116
|
|
|
110
117
|
try:
|
|
111
118
|
provider = sdk_trace.TracerProvider(
|
|
112
|
-
resource=resources.Resource.create(
|
|
119
|
+
resource=resources.Resource.create(_runtime_resource_attributes()),
|
|
113
120
|
sampler=sdk_sampling.ParentBased(sdk_sampling.TraceIdRatioBased(sample_rate)),
|
|
114
121
|
)
|
|
115
122
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.8.6"
|
|
File without changes
|
|
File without changes
|
{chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/Cargo.lock
RENAMED
|
File without changes
|
{chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk-remote-call-rs/Cargo.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/__init__.py
RENAMED
|
File without changes
|
{chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/__main__.py
RENAMED
|
File without changes
|
{chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_gen/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/_native.pyi
RENAMED
|
File without changes
|
{chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/arrow_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/server.py
RENAMED
|
File without changes
|
{chalk_remote_call_python-1.8.6 → chalk_remote_call_python-1.8.7}/chalk_remote_call/servicer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|