File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 0.4.1"
3+ changes :
4+ - description : SSL configuration is not expected to have multiple values.
5+ type : bugfix
6+ link : https://github.com/elastic/integrations/pull/16001
27- version : " 0.4.0"
38 changes :
49 - description : |
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ metrics_filters.include:
1515{{ #each metrics_filters.include }}
1616 - {{ this }}
1717{{ /each }}
18- {{ #if ssl.certificate_authorities }}
18+ {{ #if ssl }}
1919ssl:
2020 {{ ssl }}
2121{{ /if }}
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ streams:
4141 description : >
4242 Configure SSL for the Prometheus endpoint in YAML format. Use with caution as incorrect settings may cause issues with your configuration.
4343
44- multi : true
4544 required : false
4645 show_user : false
4746 - name : username
Original file line number Diff line number Diff line change 11format_version : 3.2.0
22name : nvidia_gpu
33title : " NVIDIA GPU Monitoring"
4- version : 0.4.0
4+ version : 0.4.1
55source :
66 license : " Elastic-2.0"
77description : " Monitor NVIDIA GPUs via NVIDIA Data Center GPU Manager"
You can’t perform that action at this time.
0 commit comments