Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from open-telemetry:main #239

Merged
merged 2 commits into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/collector/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Collector
description: Vendor-agnostic way to receive, process and export telemetry data.
aliases: [./about]
cascade:
vers: 0.119.0
vers: 0.120.0
weight: 270
---

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/collector/building/receiver.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ touch tailtracer/factory.go
```

Now let's follow the convention and add a function named `NewFactory()` that
will be responsible to instantiate the `tailtracer` factory. Go ahead the add
will be responsible to instantiate the `tailtracer` factory. Go ahead and add
the following code to your `factory.go` file:

```go
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/security/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Security
cascade:
collector_vers: 0.119.0
collector_vers: 0.120.0
weight: 970
---

Expand Down
28 changes: 28 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -6439,6 +6439,34 @@
"StatusCode": 206,
"LastSeen": "2025-02-10T19:32:07.109251077Z"
},
"https://github.com/open-telemetry/opentelemetry-collector/blob/v0.120.0/component/config.go": {
"StatusCode": 206,
"LastSeen": "2025-02-19T19:17:45.009325266Z"
},
"https://github.com/open-telemetry/opentelemetry-collector/blob/v0.120.0/component/config.go#L50": {
"StatusCode": 206,
"LastSeen": "2025-02-19T19:17:42.775563833Z"
},
"https://github.com/open-telemetry/opentelemetry-collector/blob/v0.120.0/pdata/internal/data/protogen/trace/v1/trace.pb.go": {
"StatusCode": 206,
"LastSeen": "2025-02-19T19:17:51.838725231Z"
},
"https://github.com/open-telemetry/opentelemetry-collector/blob/v0.120.0/pdata/pcommon/map.go": {
"StatusCode": 206,
"LastSeen": "2025-02-19T19:17:55.427696696Z"
},
"https://github.com/open-telemetry/opentelemetry-collector/blob/v0.120.0/receiver/receiver.go": {
"StatusCode": 206,
"LastSeen": "2025-02-19T19:17:50.788198899Z"
},
"https://github.com/open-telemetry/opentelemetry-collector/blob/v0.120.0/receiver/receiver.go#L58": {
"StatusCode": 206,
"LastSeen": "2025-02-19T19:17:50.094394779Z"
},
"https://github.com/open-telemetry/opentelemetry-collector/blob/v0.120.0/semconv/v1.9.0/generated_resource.go": {
"StatusCode": 206,
"LastSeen": "2025-02-19T19:17:58.227636872Z"
},
"https://github.com/open-telemetry/opentelemetry-collector/issues/10469": {
"StatusCode": 206,
"LastSeen": "2025-02-01T07:12:41.436253-05:00"
Expand Down
Loading