-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Om147 #104
Merged
Merged
Om147 #104
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
mphanias
commented
Feb 19, 2024
- Added key System info metrics
- memory, file-descriptors, network receive/transmit etc.,
- can be enabled/disabled in ape.toml using flag "refresh_system_stats"
- Added config to fetch additional cloud provider metrics
- region, location, availability-zone
- details can be fetch by providing "cloud_provider" in ape.toml
- supported cloud-provider values are "aws", "azure", "gcp"
- Aligned and Cleaned up configs
- removed job allowlist/blocklist - as support for job is removed in this release of exporter
- Fixed logic on actual stat-name returned by server, instead of the intermediate/constructed stat-names
- storage-engine.file, storage-engine.stripe etc., are impacted
- Modified the Makefile and GitHub Action script to include tar.gz artefact
- Added support for native OpenTelemetry,
- default mode is "Prometheus"
- OTel can be enabled/disabled using flag "OPEN_TELEMETRY" in ape.toml
- both Prometheus and OTel can run together in single exporter instance
- added a configuration section for OTel configd in ape.toml under "Agent.OepnTelemetry" section
- currently supports only gRPC based OTel end-points, like OTelCollector
- Aligned code according to golang standard package structure
- README.md is updated with required corrections and changes
geobeau
added a commit
to geobeau/aerospike-prometheus-exporter
that referenced
this pull request
Aug 27, 2024
It was broken during aerospike#104. Even the comment says it should be or. Without this change, aerospike client tries to connect without TLS
geobeau
added a commit
to criteo-forks/aerospike-prometheus-exporter
that referenced
this pull request
Aug 27, 2024
It was broken during aerospike#104. Even the comment says it should be or. Without this change, aerospike client tries to connect without TLS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.