We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7095d commit 533a84eCopy full SHA for 533a84e
AKSKubeAuditReceiverSolution/AKSKubeAuditReceiver/ForwarderStatistics.cs
@@ -24,7 +24,7 @@ public static void InitServer()
24
{
25
var diagnosticSourceRegistration = DiagnosticSourceAdapter.StartListening();
26
27
- Server = new MetricServer(port: 1234);
+ Server = new MetricServer(port: 5000);
28
Server.Start();
29
}
30
deployment.yaml.in
@@ -15,6 +15,10 @@ spec:
15
metadata:
16
labels:
17
app: aks-audit-log-forwarder
18
+ annotations:
19
+ prometheus.io/path: /metrics
20
+ prometheus.io/port: "5000"
21
+ prometheus.io/scrape: "true"
22
spec:
23
containers:
- image: sysdiglabs/aks-audit-log-forwarder:$ImageVersion
0 commit comments