Skip to content

Commit 0203267

Browse files
authored
fixing issue Native libraries list #3896 by adding to integrations table (#4337)
1 parent d5ba1e5 commit 0203267

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

data/ecosystem/integrations.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,13 @@
206206
docsUrl: https://www.krakend.io/docs/telemetry/opentelemetry/
207207
components: [Go]
208208
oss: true
209+
- name: Azure SDKs
210+
url: https://github.com/Azure/azure-sdk-for-net
211+
docsUrl: https://learn.microsoft.com/en-us/azure/azure-monitor/app/opentelemetry-enable
212+
components: [.NET]
213+
oss: true
214+
- name: MassTransit .NET client
215+
url: https://github.com/MassTransit/MassTransit
216+
docsUrl: https://masstransit.io/documentation/configuration/observability
217+
components: [.NET]
218+
oss: true

static/refcache.json

+16
Original file line numberDiff line numberDiff line change
@@ -2095,6 +2095,10 @@
20952095
"StatusCode": 200,
20962096
"LastSeen": "2024-01-30T05:18:56.239248-05:00"
20972097
},
2098+
"https://github.com/Azure/azure-sdk-for-net": {
2099+
"StatusCode": 200,
2100+
"LastSeen": "2024-04-23T14:33:23.6880679Z"
2101+
},
20982102
"https://github.com/Causely/documentation": {
20992103
"StatusCode": 200,
21002104
"LastSeen": "2024-03-15T20:34:22.210208944Z"
@@ -2147,6 +2151,10 @@
21472151
"StatusCode": 200,
21482152
"LastSeen": "2024-01-25T12:26:11.985357104Z"
21492153
},
2154+
"https://github.com/MassTransit/MassTransit": {
2155+
"StatusCode": 200,
2156+
"LastSeen": "2024-04-23T14:33:25.288254308Z"
2157+
},
21502158
"https://github.com/MetinSeylan/Nestjs-OpenTelemetry": {
21512159
"StatusCode": 200,
21522160
"LastSeen": "2024-01-18T19:12:29.56313-05:00"
@@ -4995,6 +5003,10 @@
49955003
"StatusCode": 200,
49965004
"LastSeen": "2024-01-30T16:14:18.196332-05:00"
49975005
},
5006+
"https://learn.microsoft.com/en-us/azure/azure-monitor/app/opentelemetry-enable": {
5007+
"StatusCode": 200,
5008+
"LastSeen": "2024-04-23T14:33:24.635286085Z"
5009+
},
49985010
"https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assembly.getentryassembly": {
49995011
"StatusCode": 200,
50005012
"LastSeen": "2024-01-30T15:24:54.805878-05:00"
@@ -5107,6 +5119,10 @@
51075119
"StatusCode": 206,
51085120
"LastSeen": "2024-01-18T19:02:52.895666-05:00"
51095121
},
5122+
"https://masstransit.io/documentation/configuration/observability": {
5123+
"StatusCode": 200,
5124+
"LastSeen": "2024-04-23T14:33:28.363350589Z"
5125+
},
51105126
"https://maven.apache.org/": {
51115127
"StatusCode": 206,
51125128
"LastSeen": "2024-02-15T17:43:36.624023547Z"

0 commit comments

Comments
 (0)