1sample:
2  description: Prometheus Client Sample
3  name: prometheus_client_sample
4common:
5  harness: net
6  depends_on: netif
7  min_ram: 192
8  tags:
9    - http
10    - net
11    - server
12    - socket
13    - prometheus
14  # Exclude CONFIG_HAS_RENESAS_RA_FSP as Renesas RA HAL has build error with mbedtls Socket
15  filter: not CONFIG_HAS_RENESAS_RA_FSP
16  integration_platforms:
17    - qemu_x86
18tests:
19  sample.net.prometheus: {}
20