prometheus/docs
Pedro Araújo 575f665944 Add OS type meta label to Azure SD (#3863)
There is currently no way to differentiate Windows instances from Linux
ones. This is needed when you have a mix of node_exporters /
wmi_exporters for OS-level metrics and you want to have them in separate
scrape jobs.

This change allows you to do just that. Example:

```
  - job_name: 'node'
    azure_sd_configs:
      - <azure_sd_config>
    relabel_configs:
      - source_labels: [__meta_azure_machine_os_type]
        regex: Linux
        action: keep
```

The way the vendor'd AzureSDK provides to get the OsType is a bit
awkward - as far as I can tell, this information can only be gotten from
the startup disk. Newer versions of the SDK appear to improve this a
bit (by having OS information in the InstanceView), but the current way
still works.
2018-02-19 15:40:57 +00:00
..
configuration Add OS type meta label to Azure SD (#3863) 2018-02-19 15:40:57 +00:00
images Add 2.0 storage docs (#3423) 2017-11-07 22:00:38 +01:00
querying Fix docs for #3820 (#3823) 2018-02-11 23:35:08 +00:00
federation.md Import storage and federation documentation from docs 2017-10-26 22:36:47 +02:00
getting_started.md docs: Fix minor issues with the docs. (#3389) 2017-11-01 15:35:50 +00:00
index.md Fix migration documentation title in docs menu 2017-12-14 12:20:28 +00:00
installation.md Remove not maintained roles 2018-01-26 09:46:44 +01:00
migration.md New server uses read protocol, to eh, read. (#3444) 2017-12-14 12:20:28 +00:00
stability.md Add 2.0 stability guarantees (#3484) 2017-12-14 12:54:32 +00:00
storage.md Add 2.0 stability guarantees (#3484) 2017-12-14 12:54:32 +00:00