Skip to content

Commit

Permalink
Merge branch 'java-learn-more' of https://github.com/jack-berg/opente…
Browse files Browse the repository at this point in the history
…lemetry.io into java-learn-more
  • Loading branch information
jack-berg committed Nov 5, 2024
2 parents f0fc963 + 2823b89 commit 4741fff
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/en/blog/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
title: Blog
menu: { main: { weight: 50 } }
redirects: [{ from: '', to: '2024/ 301!' }]
redirects:
# Every January, update the year number in the paths below
- { from: '', to: '2024/ 301!' }
# Workaround to https://github.com/open-telemetry/opentelemetry.io/issues/4440:
- { from: 'index.xml', to: '2024/index.xml 301!' }
outputs: [HTML, RSS]
htmltest:
IgnoreDirs:
Expand Down
26 changes: 26 additions & 0 deletions data/registry/instrumentation-dotnet-throttlingtroll.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# cSpell:ignore throttlingtroll
title: ThrottlingTroll
registryType: instrumentation
language: dotnet
license: MIT
tags:
- throttlingtroll
- .net
- instrumentation
description:
ThrottlingTroll is a rate limiting/throttling/circuit-breaking middleware for
ASP.NET Core and Azure Functions. ThrottlingTroll is instrumented with OTel,
so you can clearly see and measure how it works.
authors:
- name: ThrottlingTroll Project
url: https://github.com/ThrottlingTroll
urls:
website: https://github.com/ThrottlingTroll
repo: https://github.com/ThrottlingTroll/ThrottlingTroll
docs: https://github.com/ThrottlingTroll/ThrottlingTroll/wiki#telemetry
createdAt: 2024-10-28
isNative: true
package:
name: ThrottlingTroll
registry: nuget
version: 7.3.0
16 changes: 16 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -4167,6 +4167,18 @@
"StatusCode": 200,
"LastSeen": "2024-08-09T11:16:18.502766+02:00"
},
"https://github.com/ThrottlingTroll": {
"StatusCode": 200,
"LastSeen": "2024-11-02T22:34:34.462827399Z"
},
"https://github.com/ThrottlingTroll/ThrottlingTroll": {
"StatusCode": 200,
"LastSeen": "2024-11-02T22:34:51.310844741Z"
},
"https://github.com/ThrottlingTroll/ThrottlingTroll/wiki#telemetry": {
"StatusCode": 200,
"LastSeen": "2024-11-02T22:32:40.313670712Z"
},
"https://github.com/TomRoSystems": {
"StatusCode": 200,
"LastSeen": "2024-08-09T11:16:55.348859+02:00"
Expand Down Expand Up @@ -13779,6 +13791,10 @@
"StatusCode": 200,
"LastSeen": "2024-01-30T15:26:43.21023-05:00"
},
"https://www.nuget.org/packages/ThrottlingTroll": {
"StatusCode": 200,
"LastSeen": "2024-11-02T22:34:51.466534365Z"
},
"https://www.nuget.org/profiles/OpenTelemetry": {
"StatusCode": 200,
"LastSeen": "2024-01-30T16:14:40.133322-05:00"
Expand Down

0 comments on commit 4741fff

Please sign in to comment.