Prometheus Integration and additional domains?

Running the Prometheus integration to send data to Grafana. It only sends switch and light; other entities do show up as “state change” and “available” but what I really want is just state value – i.e. so I can see if media_player was PLAYING, or of Fan was on etc. Does anybody know if the Prometheus plugin supports these other domains? My config file:

prometheus:
  namespace: hass
  component_config_glob:
    sensor.*_hum:
      override_metric: humidity_percent
    sensor.*_temp:
      override_metric: temperature_c
    sensor.temperature*:
      override_metric: temperature_c
    sensor.*_bat:
      override_metric: battery_percent
  filter:
    include_domains:
      - sensor
      - light
      - alarm_control_panel
      - media_player
      - water_heater
      - vacuum
      - fan
      - switch
    exclude_entity_globs:
      - sensor.weather_*