Skip to content

Commit cfe265c

Browse files
chore(deps): bump DavidAnson/markdownlint-cli2-action from 19 to 21 (#1970)
* chore(deps): bump DavidAnson/markdownlint-cli2-action from 19 to 21 Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 19 to 21. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v19...v21) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore: Fix Jaeger Exporter README table alignment --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kayla Reopelle <[email protected]>
1 parent 5b1e5b3 commit cfe265c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci-markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
# equivalent cli: markdownlint-cli2 "**/*.md" "#**/CHANGELOG.md" "#.github/**" --config .markdownlint.json
1616
- name: "Markdown Lint Check"
17-
uses: DavidAnson/markdownlint-cli2-action@v19
17+
uses: DavidAnson/markdownlint-cli2-action@v22
1818
with:
1919
config: .markdownlint.json
2020
fix: false

exporter/jaeger/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ The agent exporter can be configured explicitly in code, as shown above, or via
8484

8585
The collector exporter can be configured explicitly in code, as shown above, or via environment variables. The configuration parameters, environment variables, and defaults are shown below.
8686

87-
| Parameter | Environment variable | Default |
88-
| ------------------ | ---------------------------------------------- | -------------------------- |
87+
| Parameter | Environment variable | Default |
88+
| ------------------ | ---------------------------------------------- | ------------------------------------- |
8989
| `endpoint:` | `OTEL_EXPORTER_JAEGER_ENDPOINT` | `"http://localhost:14268/api/traces"` |
90-
| `username:` | `OTEL_EXPORTER_JAEGER_USER` | `nil` |
91-
| `password:` | `OTEL_EXPORTER_JAEGER_PASSWORD` | `nil` |
92-
| `ssl_verify_mode:` | `OTEL_RUBY_EXPORTER_JAEGER_SSL_VERIFY_PEER` or | `OpenSSL::SSL:VERIFY_PEER` |
93-
| | `OTEL_RUBY_EXPORTER_JAEGER_SSL_VERIFY_NONE` | |
90+
| `username:` | `OTEL_EXPORTER_JAEGER_USER` | `nil` |
91+
| `password:` | `OTEL_EXPORTER_JAEGER_PASSWORD` | `nil` |
92+
| `ssl_verify_mode:` | `OTEL_RUBY_EXPORTER_JAEGER_SSL_VERIFY_PEER` or | `OpenSSL::SSL:VERIFY_PEER` |
93+
| | `OTEL_RUBY_EXPORTER_JAEGER_SSL_VERIFY_NONE` | |
9494

9595
`ssl_verify_mode:` parameter values should be flags for server certificate verification: `OpenSSL::SSL:VERIFY_PEER` and `OpenSSL::SSL:VERIFY_NONE` are acceptable. These values can also be set using the appropriately named environment variables as shown where `VERIFY_PEER` will take precedence over `VERIFY_NONE`. Please see [the Net::HTTP docs](https://ruby-doc.org/stdlib-2.7.6/libdoc/net/http/rdoc/Net/HTTP.html#verify_mode) for more information about these flags.
9696

0 commit comments

Comments
 (0)