Skip to content

Commit 0930994

Browse files
dependabot[bot]opentelemetrybottheletterf
authored
Bump prettier from 3.5.3 to 3.6.0 (#7170)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Fabrizio Ferri-Benedetti <algernon@fastmail.com>
1 parent 5a745c8 commit 0930994

File tree

22 files changed

+1
-37
lines changed

22 files changed

+1
-37
lines changed

‎README.md‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,9 @@ accessing the doc, get in touch in the `#otel-comms` channel on [Slack][].
5656
Here is a list of community roles with current and previous members:
5757

5858
- Approvers: [@open-telemetry/docs-approvers][]
59-
6059
- [Michael Hausenblas](https://github.com/mhausenblas), Amazon
6160

6261
- Maintainers: [@open-telemetry/docs-maintainers][]
63-
6462
- [Austin Parker](https://github.com/austinlparker), Honeycomb
6563
- [Fabrizio Ferri-Benedetti](https://github.com/theletterf), Elastic
6664
- [Patrice Chalin](https://github.com/chalin), CNCF
@@ -69,11 +67,9 @@ Here is a list of community roles with current and previous members:
6967
- [Tiffany Hrabusa](https://github.com/tiffany76), Grafana Labs
7068

7169
- Emeritus approvers:
72-
7370
- [Paul Bruce](https://github.com/paulsbruce)
7471

7572
- Emeritus maintainers:
76-
7773
- [Steve Flanders](https://github.com/flands)
7874
- [Morgan McLean](https://github.com/mtwo)
7975
- [jparsana](https://github.com/jparsana)

‎content/en/blog/2024/llm-observability.md‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ costs. Here are the key signals to monitor:
5555
variety of parameters (like `temperature` and `top_p`) that can drastically
5656
affect both the response quality and the cost. Specific aspects to monitor
5757
are:
58-
5958
- **Temperature**: Indicates the level of creativity or randomness desired
6059
from the model's outputs. Varying this parameter can significantly impact
6160
the nature of the generated content.
@@ -73,7 +72,6 @@ costs. Here are the key signals to monitor:
7372

7473
- **Response Metadata**: Given the API-based interaction with LLMs, tracking the
7574
specifics of the response is key for cost management and quality assessment:
76-
7775
- **Tokens**: Directly impacts cost and is a measure of response length and
7876
complexity.
7977

‎content/en/blog/2024/year-in-review.md‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ Key IA updates include:
5959
documentation][java-reorg], introducing substantial improvements to the
6060
structure and clarity of the content. The bulk of this effort is reflected in
6161
these PRs:
62-
6362
- [Refactor Java SDK and configuration #4966][#4966]
6463
- [Refactor Java instrumentation #5276][#5276]
6564
- [Move performance to Java agent, merge Javadoc into API page #5590][#5590]
@@ -158,13 +157,11 @@ Did you know that:
158157
the fourth most active contributor. Go bots!
159158
- The record for the PR with the most comments this year—and of all time is held
160159
by:
161-
162160
- [Generative AI updates blog post (#5575)][#5575], with 150 comments!
163161

164162
<!-- prettier-ignore -->
165163
A close second goes to:
166164
{.mt-3}
167-
168165
- [Portuguese translation of Go instrumentation][#5380], with 146 comments
169166

170167
[#5380]: https://github.com/open-telemetry/opentelemetry.io/pull/5380

‎content/en/docs/collector/building/connector/index.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ function. The `connector.NewFactory` function instantiates and returns a
234234
and metrics to metrics.
235235

236236
Parameters for the `createTracesToMetricsConnector`: {.h4}
237-
238237
- `context.Context`: the reference to the collector’s `context.Context` so
239238
your trace receiver can properly manage its execution context.
240239
- `connector.CreateSettings`: the reference to some of the collector’s

‎content/en/docs/collector/resiliency.md‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ restarts, you can enable persistent storage for the sending queue using the
8181
after the Collector restarts. Guarantees might not be as strong as dedicated
8282
message queues.
8383
- Configuration:
84-
8584
1. Define the `file_storage` extension.
8685
2. Reference the storage ID in the exporter's `sending_queue` configuration.
8786

@@ -132,7 +131,6 @@ backend, you can introduce a dedicated message queue like Kafka.
132131
failure, topic misconfiguration, data expiration) or failure of the producer
133132
to send to Kafka without adequate local buffering.
134133
- Configuration:
135-
136134
- _Agent Collector Config (Producer):_
137135

138136
```yaml

‎content/en/docs/contributing/issues.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ One of the best ways to help make OTel docs better is to fix an existing issue.
4141
{{% alert title="First time contributing?" color="primary alert--first-timer" %}}
4242

4343
Select an issue with the following labels:
44-
4544
- [Good first issue](<{{% param _issue %}}%22good+first+issue%22>)
4645
- [Help wanted](<{{% param _issue %}}%3A%22help+wanted%22>)
4746

‎content/en/docs/contributing/pull-requests.md‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,10 +348,8 @@ _Figure 4. Steps to open a PR from your fork to_
348348
1. From the **compare** drop-down menu, select your branch.
349349
1. Select **Create Pull Request**.
350350
1. Add a description for your pull request:
351-
352351
- **Title** (50 characters or less): Summarize the intent of the change.
353352
- **Description**: Describe the change in more detail.
354-
355353
- If there is a related GitHub issue, include `Fixes #12345` or
356354
`Closes #12345` in the description so that GitHub's automation closes the
357355
mentioned issue after merging the PR. If there are other related PRs,

‎content/en/docs/demo/requirements/application.md‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,19 @@ added:
1010

1111
1. Every supported language that has a GA Traces or Metrics SDK must have at
1212
least 1 service example.
13-
1413
- Mobile support (Swift) is not an initial priority and not included in the
1514
above requirement.
1615

1716
2. Application processes must be language independent.
18-
1917
- gRPC is preferred where available and HTTP is to be used where it is not.
2018

2119
3. Services should be architected to be modular components that can be switched
2220
out.
23-
2421
- Individual services can and should be encouraged to have multiple language
2522
options available.
2623

2724
4. The architecture must allow for the possible integration of platform generic
2825
components like a database, queue, or blob storage.
29-
3026
- There is no requirement for a particular component type - at least 1
3127
generic component should be present in general.
3228

‎content/en/docs/languages/java/getting-started.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ agent][] in a number of ways, the steps below use environment variables.
161161
```
162162

163163
{{% alert title="Important" color="warning" %}}
164-
165164
- Replace `PATH/TO` above, with your path to the JAR.
166165
- Set `OTEL_METRIC_EXPORT_INTERVAL` to a value well below the default, as we
167166
illustrate above, **only during testing** to help you more quickly ensure

‎content/en/docs/languages/python/exporters.md‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ The available values and their corresponding settings for this environment
159159
variable are:
160160

161161
- `CUMULATIVE`
162-
163162
- `Counter`: `CUMULATIVE`
164163
- `UpDownCounter`: `CUMULATIVE`
165164
- `Histogram`: `CUMULATIVE`
@@ -168,7 +167,6 @@ variable are:
168167
- `ObservableGauge`: `CUMULATIVE`
169168

170169
- `DELTA`
171-
172170
- `Counter`: `DELTA`
173171
- `UpDownCounter`: `CUMULATIVE`
174172
- `Histogram`: `DELTA`

0 commit comments

Comments
 (0)