Skip to content

Commit c67401d

Browse files
committed
Doc change notebook server to jupyter server
1 parent 19214e8 commit c67401d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/operators/telemetry.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Eventlogging and Telemetry
22
==========================
33

4-
The Notebook Server can be configured to record structured events from a running server using Jupyter's `Telemetry System`_. The types of events that the Notebook Server emits are defined by `JSON schemas`_ listed below_ emitted as JSON data, defined and validated by the JSON schemas listed below.
4+
Jupyter Server can be configured to record structured events from a running server using Jupyter's `Telemetry System`_. The types of events that Jupyter Server emits are defined by `JSON schemas`_ listed below_ emitted as JSON data, defined and validated by the JSON schemas listed below.
55

66

77
.. _logging: https://docs.python.org/3/library/logging.html
88
.. _`Telemetry System`: https://github.com/jupyter/telemetry
99
.. _`JSON schemas`: https://json-schema.org/
1010

1111
.. warning::
12-
Do NOT rely on this feature for security or auditing purposes. Neither `server <#emitting-server-events>`_ nor `client <#eventlog-endpoint>`_ events are protected against meddling. For server events, those who have access to the environment can change the server code to emit whatever they want. The same goes for client events where nothing prevents users from sending spurious data to the `eventlog` endpoint.
12+
Do NOT rely on this feature for security or auditing purposes. Neither `server <#emitting-server-events>`_ nor `client <#the-eventlog-endpoint>`_ events are protected against meddling. For server events, those who have access to the environment can change the server code to emit whatever they want. The same goes for client events where nothing prevents users from sending spurious data to the `eventlog` endpoint.
1313

1414
Emitting server events
1515
----------------------
@@ -48,7 +48,7 @@ Server event schemas
4848
The ``eventlog`` endpoint
4949
-------------------------
5050

51-
The Notebook Server provides a public REST endpoint for external applications to validate and log events
51+
Jupyter Server provides a public REST endpoint for external applications to validate and log events
5252
through the Server's Event Log.
5353

5454
To log events, send a `POST` request to the `/api/eventlog` endpoint. The body of the request should be a

0 commit comments

Comments
 (0)