cloudfoundry-community / stackdriver-tools

Stackdriver Nozzle for Cloud Foundry Loggregator, Host Monitoring Agents BOSH Release
Apache License 2.0
21 stars 13 forks source link

tile generates invalid ops manager manifest in develop #155

Closed sahilm closed 7 years ago

sahilm commented 7 years ago

workaround:

diff --git a/tile.yml.erb b/tile.yml.erb
index d82806d..5313730 100644
--- a/tile.yml.erb
+++ b/tile.yml.erb
@@ -58,9 +58,7 @@ forms:
     type: string
     default: HttpStartStop,LogMessage,Error
     label: Whitelist for Stackdriver Logging
-    description: |
-      Comma separated list without spaces consisting of any or all of HttpStartStop,LogMessage,Error. 
-      The following events are in beta can also be used: ValueMetric,CounterEvent,ContainerMetric
+    description: Comma separated list without spaces consisting of any or all of HttpStartStop,LogMessage,Error. The following events are in beta can also be used, ValueMetric,CounterEvent,ContainerMetric
   - name: firehose_events_to_stackdriver_monitoring
     type: string
     default: CounterEvent,ValueMetric,ContainerMetric
@@ -106,6 +104,7 @@ forms:
     default: 1000
     label: Logging Batch Count
     description: Batch size for log messages being sent to Stackdriver
+    type: integer
   - name: metric_path_prefix
     type: string
     default: firehose
@@ -120,4 +119,4 @@ forms:
     type: boolean
     default: false
     label: Nozzle Debugging
-    description: Enable Nozzle Debugging Features. With this enabled each Stackdriver Nozzle instance will host a web server on 0.0.0.0:6060 that exposes debug information such as a heap dump and running threads.
\ No newline at end of file
+    description: Enable Nozzle Debugging Features. With this enabled each Stackdriver Nozzle instance will host a web server on port 6060 that exposes debug information such as a heap dump and running threads.
\ No newline at end of file
fluffle commented 7 years ago

Huh. I thought the "Fixes" tag would close this automagically. Closing it now :-)

johnsonj commented 7 years ago

Thank you @fluffle !