package
0.0.85
Repository: https://github.com/clems4ever/go-graphkb.git
Documentation: pkg.go.dev

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

DatabaseMetricsGauge reports some technical metrics about the database (database implementation specific).
GraphAssetsAggregatedGauge reports the number of nodes in the graph with the various sources merged.
GraphAssetsTotalGauge reports the number of nodes in the graph of a given source.
No description provided by the author
GraphQueryTimeExecution reports the time execution in ms for queries.
GraphRelationsAggregatedGauge reports the number of nodes in the graph with the various sources merged.
GraphRelationsTotalGauge reports the number of nodes in the graph of a given source.
GraphUpdateAssetsDeletedCounter reports the number of assets inserted since the start of the process.
GraphUpdateAssetsInsertedCounter reports the number of assets inserted since the start of the process.
GraphUpdateRelationsDeletedCounter reports the number of relations deleted since the start of the process.
GraphUpdateRelationsInsertedCounter reports the number of relations inserted since the start of the process.
GraphUpdateRequestsFailedCounter reports the number of failed update requests.
GraphUpdateRequestsRateLimitedCounter reports the number of unauthorized updates requests received by the webserver.
GraphUpdateRequestsReceivedCounter reports the number of authorized and not rate limited updates requests received by the webserver.
GraphUpdateRequestsSucceededCounter reports the number of successful update requests.
GraphUpdateRequestsUnauthorizedCounter reports the number of unauthorized updates requests received by the webserver.
GraphUpdateSchemaUpdatedCounter reports the number of schema updated since the start of the process.
LastSuccessfulDatasourceUpdateTimestampGauge reports the timestamp of the last successful update operation for a given source.
StartTimeGauge reports the start time of the instance.