You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: traefik_mesh/metadata.csv
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ traefik_mesh.config.last_reload.failure,gauge,,,,The last config reload failure,
3
3
traefik_mesh.config.last_reload.success,gauge,,,,The last config reload success,0,traefik_mesh,,,
4
4
traefik_mesh.config.reloads.count,count,,,,The total count of configuration reloads,0,traefik_mesh,,,
5
5
traefik_mesh.config.reloads.failure.count,count,,,,The total count of configuration reload failures,0,traefik_mesh,,,
6
-
traefik_mesh.entrypoint.open_connections,gauge,,,,The current count of open connections on an entrypoint,0,traefik_mesh,,,
6
+
traefik_mesh.entrypoint.open_connections,gauge,,,,Deprecated in Traefik v3. Use traefik_mesh.open_connections instead. The current count of open connections on an entrypoint,0,traefik_mesh,,,
7
7
traefik_mesh.entrypoint.request.duration.seconds.bucket,count,,second,,Request processing duration histogram on an entrypoint,0,traefik_mesh,,,
8
8
traefik_mesh.entrypoint.request.duration.seconds.count,count,,second,,Request processing duration histogram on an entrypoint,0,traefik_mesh,,,
9
9
traefik_mesh.entrypoint.request.duration.seconds.sum,count,,second,,Request processing duration histogram on an entrypoint,0,traefik_mesh,,,
@@ -42,22 +42,23 @@ traefik_mesh.go.memstats.stack.sys_bytes,gauge,,byte,,The number of bytes obtain
42
42
traefik_mesh.go.memstats.sys_bytes,gauge,,byte,,The number of bytes obtained from system in the Traefik Mesh instance,0,traefik_mesh,,,
43
43
traefik_mesh.go.threads,gauge,,thread,,The number of OS threads created in the Traefik Mesh instance,0,traefik_mesh,,,
44
44
traefik_mesh.node.ready,gauge,,,,The current count of ready nodes in the Traefik Mesh instance,0,traefik_mesh,,,
45
+
traefik_mesh.open_connections,gauge,,,,Traefik v3 only. The current count of open connections partitioned by entrypoint router and service,0,traefik_mesh,,,
45
46
traefik_mesh.process.cpu.seconds.count,count,,second,,The total user and system CPU time spent in seconds in the Traefik Mesh instance,0,traefik_mesh,,,
46
47
traefik_mesh.process.max_fds,gauge,,file,,The maximum number of open file descriptors in the Traefik Mesh instance,0,traefik_mesh,,,
47
48
traefik_mesh.process.open_fds,gauge,,file,,The number of open file descriptors in the Traefik Mesh instance,0,traefik_mesh,,,
48
49
traefik_mesh.process.resident_memory.bytes,gauge,,byte,,The resident memory size in bytes in the Traefik Mesh instance,0,traefik_mesh,,,
49
50
traefik_mesh.process.start_time.seconds,gauge,,second,,The start time of the process since unix epoch in seconds in the Traefik Mesh instance,0,traefik_mesh,,,
50
51
traefik_mesh.process.virtual_memory.bytes,gauge,,byte,,The virtual memory size in bytes in the Traefik Mesh instance,0,traefik_mesh,,,
51
52
traefik_mesh.process.virtual_memory.max_bytes,gauge,,byte,,The maximum amount of virtual memory available in bytes in the Traefik Mesh instance,0,traefik_mesh,,,
52
-
traefik_mesh.router.open_connections,gauge,,,,The current count of open connections for a router,0,traefik_mesh,,,
53
+
traefik_mesh.router.open_connections,gauge,,,,Deprecated in Traefik v3. Use traefik_mesh.open_connections instead. The current count of open connections for a router,0,traefik_mesh,,,
53
54
traefik_mesh.router.request.duration.seconds.bucket,count,,second,,Request processing duration histogram for a router,0,traefik_mesh,,,
54
55
traefik_mesh.router.request.duration.seconds.count,count,,second,,Request processing duration histogram for a router,0,traefik_mesh,,,
55
56
traefik_mesh.router.request.duration.seconds.sum,count,,second,,Request processing duration histogram for a router,0,traefik_mesh,,,
56
57
traefik_mesh.router.requests.bytes.count,count,,byte,,The total size of HTTP requests in bytes handled by a router,0,traefik_mesh,,,
57
58
traefik_mesh.router.requests.count,count,,,,The total count of HTTP requests handled by a router,0,traefik_mesh,,,
58
59
traefik_mesh.router.requests.tls.count,count,,,,The total count of HTTPS requests handled by a router,0,traefik_mesh,,,
59
60
traefik_mesh.router.responses.bytes.count,count,,byte,,The total size of HTTP responses in bytes handled by a router,0,traefik_mesh,,,
60
-
traefik_mesh.service.open_connections,gauge,,,,The current count of open connections for a service,0,traefik_mesh,,,
61
+
traefik_mesh.service.open_connections,gauge,,,,Deprecated in Traefik v3. Use traefik_mesh.open_connections instead. The current count of open connections for a service,0,traefik_mesh,,,
61
62
traefik_mesh.service.request.duration.seconds.bucket,count,,second,,Request processing duration histogram for a service,0,traefik_mesh,,,
62
63
traefik_mesh.service.request.duration.seconds.count,count,,second,,Request processing duration histogram for a service,0,traefik_mesh,,,
63
64
traefik_mesh.service.request.duration.seconds.sum,count,,second,,Request processing duration histogram for a service,0,traefik_mesh,,,
0 commit comments