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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ PKG_MODS := $(shell find ./pkg/* $(FIND_MOD_ARGS) -exec $(TO_MOD_DIR) )
CMD_MODS_0 := $(shell find ./cmd/[a-z]* $(FIND_MOD_ARGS) -not -path "./cmd/otel*col/*" -exec $(TO_MOD_DIR) )
CMD_MODS := $(CMD_MODS_0)
OTHER_MODS := $(shell find . $(EX_COMPONENTS) $(EX_INTERNAL) $(EX_PKG) $(EX_CMD) $(FIND_MOD_ARGS) -exec $(TO_MOD_DIR) )
ALL_MODS := $(RECEIVER_MODS) $(PROCESSOR_MODS) $(EXPORTER_MODS) $(EXTENSION_MODS) $(CONNECTOR_MODS) $(INTERNAL_MODS) $(PKG_MODS) $(CMD_MODS) $(OTHER_MODS)
export ALL_MODS := $(RECEIVER_MODS) $(PROCESSOR_MODS) $(EXPORTER_MODS) $(EXTENSION_MODS) $(CONNECTOR_MODS) $(INTERNAL_MODS) $(PKG_MODS) $(CMD_MODS) $(OTHER_MODS)

CGO_MODS := ./receiver/hostmetricsreceiver

Expand Down Expand Up @@ -222,7 +222,7 @@ goporto: $(PORTO)

.PHONY: for-all
for-all:
@set -e; for dir in $${ALL_MODS}; do \
@set -e; for dir in $$ALL_MODS; do \
(cd "$${dir}" && \
echo "running $${CMD} in $${dir}" && \
$${CMD} ); \
Expand Down
16 changes: 8 additions & 8 deletions receiver/ciscoosreceiver/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Number of bytes received on the interface

| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| bytes | Gauge | Int |
| By | Gauge | Int |

#### Attributes

Expand All @@ -33,7 +33,7 @@ Number of receive errors on the interface

| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| errors | Gauge | Int |
| {error} | Gauge | Int |

#### Attributes

Expand All @@ -48,7 +48,7 @@ Number of bytes transmitted on the interface

| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| bytes | Gauge | Int |
| By | Gauge | Int |

#### Attributes

Expand All @@ -63,7 +63,7 @@ Number of transmit errors on the interface

| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| errors | Gauge | Int |
| {error} | Gauge | Int |

#### Attributes

Expand All @@ -89,19 +89,19 @@ Interface operational status (1 for up, 0 for down)

### cisco.system.cpu.utilization

CPU utilization percentage
CPU utilization as a fraction

| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| % | Gauge | Double |
| 1 | Gauge | Double |

### cisco.system.memory.utilization

Memory utilization percentage
Memory utilization as a fraction

| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| % | Gauge | Double |
| 1 | Gauge | Double |

## Resource Attributes

Expand Down

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

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