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

Add entry for baronfel/otel-startup-hook #3925

Merged
merged 5 commits into from
Feb 1, 2024
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
24 changes: 24 additions & 0 deletions data/registry/exporter-dotnet-otlp-hook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# cSpell:ignore OLTP oltp Chet
title: OTLP Exporter for .NET via Startup Hooks
registryType: exporter
language: dotnet
tags:
- oltp
- exporter
- dotnet
- startup hook
urls:
repo: https://github.com/baronfel/otel-startup-hook
docs: https://github.com/baronfel/otel-startup-hook/blob/main/README.md
license: MIT
description:
A ready-to-use .NET CLR Startup Hook for applications that are instrumented
with System.Diagnostic.Activity tracing that sends traces to an OpenTelemetry
Collector via the OTLP Exporter without adding direct references to the
OpenTelemetry SDK.
authors:
- name: Chet Husk
url: https://github.com/baronfel
createdAt: 2024-02-01
isNative: false
isFirstParty: false
8 changes: 8 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -2103,6 +2103,14 @@
"StatusCode": 200,
"LastSeen": "2024-01-24T14:54:51.229664+01:00"
},
"https://github.com/baronfel": {
"StatusCode": 200,
"LastSeen": "2024-02-01T19:02:28.92421992Z"
},
"https://github.com/baronfel/otel-startup-hook": {
"StatusCode": 200,
"LastSeen": "2024-02-01T19:02:28.4090231Z"
},
"https://github.com/bhs": {
"StatusCode": 200,
"LastSeen": "2024-01-18T20:05:35.426558-05:00"
Expand Down