opentelemetry-instrumentation: fix RST syntax of README (#3360)
* opentelemetry-instrumentation: fix RST syntax of README * Update core sha
This commit is contained in:
parent
14ebbb291d
commit
976a4b54d9
|
|
@ -10,7 +10,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.31.0-0.52b0
|
CORE_REPO_SHA: release/v1.31.x-0.52bx
|
||||||
CONTRIB_REPO_SHA: main
|
CONTRIB_REPO_SHA: main
|
||||||
PIP_EXISTS_ACTION: w
|
PIP_EXISTS_ACTION: w
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.31.0-0.52b0
|
CORE_REPO_SHA: release/v1.31.x-0.52bx
|
||||||
CONTRIB_REPO_SHA: main
|
CONTRIB_REPO_SHA: main
|
||||||
PIP_EXISTS_ACTION: w
|
PIP_EXISTS_ACTION: w
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.31.0-0.52b0
|
CORE_REPO_SHA: release/v1.31.x-0.52bx
|
||||||
CONTRIB_REPO_SHA: main
|
CONTRIB_REPO_SHA: main
|
||||||
PIP_EXISTS_ACTION: w
|
PIP_EXISTS_ACTION: w
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.31.0-0.52b0
|
CORE_REPO_SHA: release/v1.31.x-0.52bx
|
||||||
CONTRIB_REPO_SHA: main
|
CONTRIB_REPO_SHA: main
|
||||||
PIP_EXISTS_ACTION: w
|
PIP_EXISTS_ACTION: w
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.31.0-0.52b0
|
CORE_REPO_SHA: release/v1.31.x-0.52bx
|
||||||
CONTRIB_REPO_SHA: main
|
CONTRIB_REPO_SHA: main
|
||||||
PIP_EXISTS_ACTION: w
|
PIP_EXISTS_ACTION: w
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -131,7 +131,7 @@ The above command will configure the global trace provider to use the Random IDs
|
||||||
pass ``--port=3000`` to ``flask run``.
|
pass ``--port=3000`` to ``flask run``.
|
||||||
|
|
||||||
Programmatic Auto-instrumentation
|
Programmatic Auto-instrumentation
|
||||||
--------------------
|
---------------------------------
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue