Skip to content

Commit 34b0ddd

Browse files
authored
Add ThrottlingTroll to the list of instrumented libraries (#5494)
1 parent d3c66e3 commit 34b0ddd

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# cSpell:ignore throttlingtroll
2+
title: ThrottlingTroll
3+
registryType: instrumentation
4+
language: dotnet
5+
license: MIT
6+
tags:
7+
- throttlingtroll
8+
- .net
9+
- instrumentation
10+
description:
11+
ThrottlingTroll is a rate limiting/throttling/circuit-breaking middleware for
12+
ASP.NET Core and Azure Functions. ThrottlingTroll is instrumented with OTel,
13+
so you can clearly see and measure how it works.
14+
authors:
15+
- name: ThrottlingTroll Project
16+
url: https://github.com/ThrottlingTroll
17+
urls:
18+
website: https://github.com/ThrottlingTroll
19+
repo: https://github.com/ThrottlingTroll/ThrottlingTroll
20+
docs: https://github.com/ThrottlingTroll/ThrottlingTroll/wiki#telemetry
21+
createdAt: 2024-10-28
22+
isNative: true
23+
package:
24+
name: ThrottlingTroll
25+
registry: nuget
26+
version: 7.3.0

static/refcache.json

+16
Original file line numberDiff line numberDiff line change
@@ -4167,6 +4167,18 @@
41674167
"StatusCode": 200,
41684168
"LastSeen": "2024-08-09T11:16:18.502766+02:00"
41694169
},
4170+
"https://github.com/ThrottlingTroll": {
4171+
"StatusCode": 200,
4172+
"LastSeen": "2024-11-02T22:34:34.462827399Z"
4173+
},
4174+
"https://github.com/ThrottlingTroll/ThrottlingTroll": {
4175+
"StatusCode": 200,
4176+
"LastSeen": "2024-11-02T22:34:51.310844741Z"
4177+
},
4178+
"https://github.com/ThrottlingTroll/ThrottlingTroll/wiki#telemetry": {
4179+
"StatusCode": 200,
4180+
"LastSeen": "2024-11-02T22:32:40.313670712Z"
4181+
},
41704182
"https://github.com/TomRoSystems": {
41714183
"StatusCode": 200,
41724184
"LastSeen": "2024-08-09T11:16:55.348859+02:00"
@@ -13779,6 +13791,10 @@
1377913791
"StatusCode": 200,
1378013792
"LastSeen": "2024-01-30T15:26:43.21023-05:00"
1378113793
},
13794+
"https://www.nuget.org/packages/ThrottlingTroll": {
13795+
"StatusCode": 200,
13796+
"LastSeen": "2024-11-02T22:34:51.466534365Z"
13797+
},
1378213798
"https://www.nuget.org/profiles/OpenTelemetry": {
1378313799
"StatusCode": 200,
1378413800
"LastSeen": "2024-01-30T16:14:40.133322-05:00"

0 commit comments

Comments
 (0)