otel-utils 1.1.8__py3-none-any.whl → 1.2.0__py3-none-any.whl

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.
otel_utils/logging.py CHANGED
@@ -40,7 +40,7 @@ class JsonFormatter(logging.Formatter):
40
40
  if "environment" in log_record:
41
41
  log_record["env"] = log_record.pop("environment")
42
42
 
43
- return json.dumps(log_record)
43
+ return json.dumps(log_record, ensure_ascii=False)
44
44
 
45
45
 
46
46
  class DefaultAttributesFilter(logging.Filter):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: otel-utils
3
- Version: 1.1.8
3
+ Version: 1.2.0
4
4
  Summary: Utilidades simplificadas para instrumentación con OpenTelemetry
5
5
  License: Proprietary
6
6
  Author: Harold Portocarrero
@@ -1,8 +1,8 @@
1
1
  otel_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  otel_utils/configurator.py,sha256=oq6OMt366xnWV5Qz-eu529MV4yks4Lclm_i2nzPGYR4,7483
3
- otel_utils/logging.py,sha256=vWV60xD9_5Av7Y5q75Sp2wq4XrcHxC3XW16ETlDTw0c,5979
3
+ otel_utils/logging.py,sha256=hxslQBsge-XpOQTq2oCH3aBbLxTiD-QniG6HveIn6sk,5999
4
4
  otel_utils/metrics.py,sha256=vSe1vIPX88ws8qcP1anGvxMSbmp5owmdBgccnuq9tzo,4115
5
5
  otel_utils/tracing.py,sha256=PtowQ7MvYld_xJlVAV4pBQuDBQIqPeP1FQPrzgZx9_Q,2625
6
- otel_utils-1.1.8.dist-info/METADATA,sha256=swXpswR7FUUDjQlIfoeaaBHvsG3MwHyrKJa__zZeu3o,6391
7
- otel_utils-1.1.8.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
8
- otel_utils-1.1.8.dist-info/RECORD,,
6
+ otel_utils-1.2.0.dist-info/METADATA,sha256=zbjjgUSV0tMdMR2-39l-5F67Ic0gbX4C80qn4xakP9k,6391
7
+ otel_utils-1.2.0.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
8
+ otel_utils-1.2.0.dist-info/RECORD,,