https://github.com/pcpratheesh/golang-prometheus-example
A sample code snippet to learn how can connect with prometheus and monitor logs
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.9%) to scientific vocabulary
Keywords
devops
docker
docker-compose
golang
golang-library
grafana
metrics
monitoring
prometheus
snippets
time-series
Last synced: 6 months ago
·
JSON representation
Repository
A sample code snippet to learn how can connect with prometheus and monitor logs
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
devops
docker
docker-compose
golang
golang-library
grafana
metrics
monitoring
prometheus
snippets
time-series
Created almost 4 years ago
· Last pushed almost 4 years ago
Metadata Files
Readme
README.md
golang-prometheus-example
A sample code snippet to leanr how can connect with prometheus and monitor logs
Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud.
Prometheus collects and stores its metrics as time series data, i.e. metrics information is stored with the timestamp at which it was recorded, alongside optional key-value pairs called labels.
Build docker image
docker build -t go-prometheus-app .
You can simply run the following command to up the system as docker containers.
go
docker-compose up -d
Find links here
Owner
- Name: PRATHEESH PC
- Login: pcpratheesh
- Kind: user
- Repositories: 33
- Profile: https://github.com/pcpratheesh
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 0
proxy.golang.org: github.com/pcpratheesh/golang-prometheus-example
Rankings
Dependent packages count: 7.8%
Average: 8.3%
Dependent repos count: 8.8%
Last synced:
7 months ago