loggr-metrics-agent-windows job from loggregator-agent/3.22
Github source:
742653d
or
master branch
Properties¶
grpc
¶
ca_cert
¶TLS loggregator root CA certificate
cert
¶TLS certificate for GRPC ingress server signed by the loggregator CA
key
¶TLS private key for GRPC ingress server signed by the loggregator CA
metrics
¶
ca_cert
¶TLS CA cert to verify requests to metrics endpoint.
cert
¶TLS certificate for metrics server signed by the metrics CA
key
¶TLS private key for metrics server signed by the metrics CA
port
¶Port the agent uses to serve metrics and debug information
- Default
14827
server_name
¶The server name used in the scrape configuration for the metrics endpoint
whitelisted_timer_tags
¶A list of tags allowed for aggregating timer metrics into histograms
- Default
source_id,deployment,job,index,ip
metrics_exporter_port
¶
Port the agent uses to serve the Prometheus endpoint
- Default
14826
port
¶
Port the agent is serving gRPC via mTLS
- Default
3461
tags
¶
Collection of tags to add on all outgoing v2 envelopes. Bosh deployment, job, index and IP will be merged with this property if they are not provided
- Default
{}
- Example
-
deployment: cf
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/loggr-metrics-agent-windows/
directory
(learn more).
bin/pre-start.ps1
(frompre-start.ps1.erb
)config/certs/grpc.crt
(fromgrpc.crt.erb
)config/certs/grpc.key
(fromgrpc.key.erb
)config/certs/grpc_ca.crt
(fromgrpc_ca.crt.erb
)config/certs/metrics.crt
(frommetrics.crt.erb
)config/certs/metrics.key
(frommetrics.key.erb
)config/certs/metrics_ca.crt
(frommetrics_ca.crt.erb
)config/metric_targets.yml
(frommetric_targets.yml.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.