insightconnect-plugin-runtime 6.3.9__py3-none-any.whl → 6.3.10__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.
@@ -36,7 +36,11 @@ def init_tracing(app: Flask, plugin: Plugin, endpoint: str) -> None:
36
36
  if not is_running_in_cloud():
37
37
  return
38
38
 
39
- resource = Resource(attributes={"service.name": f'{plugin.name.lower().replace(" ", "_")}-{plugin.version}'})
39
+ resource = Resource(
40
+ attributes={
41
+ "service.name": f'pif.{plugin.name.lower().replace(" ", "_")}',
42
+ "service.version": plugin.version,
43
+ })
40
44
 
41
45
  trace_provider = TracerProvider(resource=resource)
42
46
  exporter = OTLPSpanExporter(endpoint=endpoint)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: insightconnect-plugin-runtime
3
- Version: 6.3.9
3
+ Version: 6.3.10
4
4
  Summary: InsightConnect Plugin Runtime
5
5
  Home-page: https://github.com/rapid7/komand-plugin-sdk-python
6
6
  Author: Rapid7 Integrations Alliance
@@ -226,6 +226,7 @@ contributed. Black is installed as a test dependency and the hook can be initial
226
226
  after cloning this repository.
227
227
 
228
228
  ## Changelog
229
+ * 6.3.10 - Fixed tracing name to better allign otel standards
229
230
  * 6.3.9 - Fixed `monitor_task_delay` decorator handling of millisecond epoch timestamps | Allow `test_task` connection method to accept task name parameter | Updated base images to Python 3.11.13
230
231
  * 6.3.8 - Update exception string representation methods to remove newline characters
231
232
  * 6.3.7 - Addressed vulnerability in 'urllib3' (removed from `requirements.txt` as it's a dependency of `botocore`)
@@ -11,7 +11,7 @@ insightconnect_plugin_runtime/schema.py,sha256=6MVw5hqGATU1VLgwfOWfPsP3hy1OnsugC
11
11
  insightconnect_plugin_runtime/server.py,sha256=DHooHBQa1M2z7aETTWK6u9B2jChi8vONzqK4n_c94f4,13138
12
12
  insightconnect_plugin_runtime/step.py,sha256=KdERg-789-s99IEKN61DR08naz-YPxyinPT0C_T81C4,855
13
13
  insightconnect_plugin_runtime/task.py,sha256=d-H1EAzVnmSdDEJtXyIK5JySprxpF9cetVoFGtWlHrg,123
14
- insightconnect_plugin_runtime/telemetry.py,sha256=gS5dxwcIbuCgCMZkInlZP3DKNxiy8x9UruTkngxGaRg,7960
14
+ insightconnect_plugin_runtime/telemetry.py,sha256=ZOG4Gv9o4JgO46RbqIsSkWSMuQnbfTnmgc5WURe5FTs,8026
15
15
  insightconnect_plugin_runtime/trigger.py,sha256=Zq3cy68N3QxAGbNZKCID6CZF05Zi7YD2sdy_qbedUY8,874
16
16
  insightconnect_plugin_runtime/util.py,sha256=DMspk1DQ5oOUnKi2foX2N-Qo-cxhJWETYQCaVjHX8Qo,9804
17
17
  insightconnect_plugin_runtime/variables.py,sha256=7FjJGnU7KUR7m9o-_tRq7Q3KiaB1Pp0Apj1NGgOwrJk,3056
@@ -79,7 +79,7 @@ tests/unit/test_server_spec.py,sha256=je97BaktgK0Fiz3AwFPkcmHzYtOJJNqJV_Fw5hrvqX
79
79
  tests/unit/test_trigger.py,sha256=E53mAUoVyponWu_4IQZ0IC1gQ9lakBnTn_9vKN2IZfg,1692
80
80
  tests/unit/test_variables.py,sha256=OUEOqGYZA3Nd5oKk5GVY3hcrWKHpZpxysBJcO_v5gzs,291
81
81
  tests/unit/utils.py,sha256=hcY0A2H_DMgCDXUTvDtCXMdMvRjLQgTaGcTpATb8YG0,2236
82
- insightconnect_plugin_runtime-6.3.9.dist-info/METADATA,sha256=LtSegJnVZ9LvrZagoLTGUTN6xBDgSHNH2wzVM2l_Y8Q,17200
83
- insightconnect_plugin_runtime-6.3.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
84
- insightconnect_plugin_runtime-6.3.9.dist-info/top_level.txt,sha256=AJtyJOpiFzHxsbHUICTcUKXyrGQ3tZxhrEHsPjJBvEA,36
85
- insightconnect_plugin_runtime-6.3.9.dist-info/RECORD,,
82
+ insightconnect_plugin_runtime-6.3.10.dist-info/METADATA,sha256=5bjyOMX1nIdtrEHXMl6g4yLKlmI7WG3oxEUPAN0sVdg,17263
83
+ insightconnect_plugin_runtime-6.3.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
84
+ insightconnect_plugin_runtime-6.3.10.dist-info/top_level.txt,sha256=AJtyJOpiFzHxsbHUICTcUKXyrGQ3tZxhrEHsPjJBvEA,36
85
+ insightconnect_plugin_runtime-6.3.10.dist-info/RECORD,,