Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs.openc3.com/docs/configuration/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,15 @@ Example Usage:
SHARD 0
```

### STOPPED
<div class="right">(Since 6.2.0)</div>**Initially creates the microservice in a stopped state (not enabled)**


Example Usage:
```ruby
STOPPED
```

## TOOL
**Define a tool**

Expand Down
14 changes: 10 additions & 4 deletions docs.openc3.com/docs/guides/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ sidebar_custom_props:

### Monitoring and observability

:::warning Example Only
Monitoring with Fluentd is not officially supported by OpenC3 and the documentation here is simply an example of how this could be performed.
:::

With moving COSMOS to container based service, we needed a better way to monitor the internals of COSMOS. So here is some information on external services that you can use to monitor COSMOS. If you want to read more about [Monitoring Distributed Systems](https://sre.google/sre-book/monitoring-distributed-systems/)

### [Fluent/Fluentd](https://www.fluentd.org/guides/recipes/docker-logging)
Expand Down Expand Up @@ -81,13 +85,15 @@ in_docker.conf

Dockerfile

NOTE: If building on a Macbook (for example) you should use the architecture specific build in the FROM line, e.g. `FROM arm64v8/fluentd:v1.18-1`

```
FROM fluent/fluentd:v1.10.3-1.0
FROM fluent/fluentd:v1.18-1

COPY ./in_docker.conf /fluentd/etc/fluent.conf
USER root
RUN gem install fluent-plugin-elasticsearch --no-document --version 4.0.7 \
&& gem install fluent-plugin-prometheus --no-document --version 1.8.5
RUN gem install fluent-plugin-elasticsearch --no-document --version 5.4.3 \
&& gem install fluent-plugin-prometheus --no-document --version 2.2.0
USER fluent
```

Expand Down Expand Up @@ -156,7 +162,7 @@ scrape_configs:
Dockerfile

```
FROM prom/prometheus:v2.24.1
FROM prom/prometheus:v3.2.1
ADD prometheus.yaml /etc/prometheus/
```

Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/assets/js/019369f3.cdc4c7af.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/assets/js/019369f3.dff0c62b.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/assets/js/6831b732.c6eb83e6.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/assets/js/6831b732.e6e94dcd.js

This file was deleted.

Loading
Loading