Skip to content

Commit

Permalink
Remove gin specific probes (#780)
Browse files Browse the repository at this point in the history
* remove gin probes

* update manager

* update changelog

* increase timeout

* update test to match net scope

---------

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
grcevski and MrAlias committed Apr 17, 2024
1 parent d4dfdf4 commit 68679ea
Show file tree
Hide file tree
Showing 10 changed files with 85 additions and 681 deletions.
9 changes: 0 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,6 @@ updates:
schedule:
interval: weekly
day: sunday
- package-ecosystem: gomod
directory: /examples
labels:
- dependencies
- go
- Skip Changelog
schedule:
interval: weekly
day: sunday
- package-ecosystem: gomod
directory: /examples/httpPlusdb
labels:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http

- Handle Ctrl-C signal while searching for the target PID ([#731](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/731))
- Pass PID to `UprobeOptions` ([#742](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/742))
- Remove Gin duplicate probe ([#780](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/780))

## [v0.11.0-alpha] - 2024-03-26

Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 68679ea

Please sign in to comment.