All Projects → AppMetrics → Elasticsearch

AppMetrics / Elasticsearch

Licence: Apache-2.0 license
App Metrics Extensions for Elasticsearch reporting

Programming Languages

C#
18002 projects
powershell
5483 projects
shell
77523 projects

Projects that are alternatives of or similar to Elasticsearch

k8s-prometheus-grafana
k8s monitor of prometheus-grafana
Stars: ✭ 70 (+288.89%)
Mutual labels:  grafana
dashboard
Grafana dashboard block with auto-visualization of InfluxDB databases to get your data visualized instantly!
Stars: ✭ 20 (+11.11%)
Mutual labels:  grafana
PrometheusWithGrafana
Setup Prometheus with Grafana dashboard using Ansible
Stars: ✭ 50 (+177.78%)
Mutual labels:  grafana
ceil
Helmut Hoffer von Ankershoffen experimenting with auto-provisioned RPi cluster running K8S on bare-metal
Stars: ✭ 42 (+133.33%)
Mutual labels:  grafana
Minefana
Bungee/Spigot plugin to send stats to a InfluxDB to be displayed by a Grafana instance.
Stars: ✭ 23 (+27.78%)
Mutual labels:  grafana
grafana-checkmk-datasource
CheckMK data source for Grafana
Stars: ✭ 68 (+277.78%)
Mutual labels:  grafana
Pagerbeauty
📟✨ PagerDuty on-call widget for monitoring dashboard. Datadog and Grafana compatible
Stars: ✭ 250 (+1288.89%)
Mutual labels:  grafana
jmx-monitoring-stacks
No description or website provided.
Stars: ✭ 170 (+844.44%)
Mutual labels:  grafana
docker-clickhouse-grafana
Baseline Compose for Clickhouse + Grafana
Stars: ✭ 24 (+33.33%)
Mutual labels:  grafana
gitana
Gitana is a lightweight dashboard sync
Stars: ✭ 61 (+238.89%)
Mutual labels:  grafana
VictoriaLogs
Loki On VictoriaMetrics
Stars: ✭ 58 (+222.22%)
Mutual labels:  grafana
osisoftpi-grafana
Grafana Data Source Plugin for the OSIsoft PI System
Stars: ✭ 41 (+127.78%)
Mutual labels:  grafana
infrastructure
Flux based GitOps repository for my home lab infrastructure.
Stars: ✭ 14 (-22.22%)
Mutual labels:  grafana
spartana
A grafana clone that does the bare minimum. SRE's dream dashboarding solution
Stars: ✭ 37 (+105.56%)
Mutual labels:  grafana
k8s-all-in-one
Create a All-in-one Kubernetes Cluster.
Stars: ✭ 35 (+94.44%)
Mutual labels:  grafana
Netdata
Real-time performance monitoring, done right! https://www.netdata.cloud
Stars: ✭ 57,056 (+316877.78%)
Mutual labels:  grafana
aws-o11y-recipes
recipes for observability solutions at AWS
Stars: ✭ 110 (+511.11%)
Mutual labels:  grafana
mlapp
ML model serving app based on APIs
Stars: ✭ 70 (+288.89%)
Mutual labels:  grafana
enviroplus exporter
Prometheus exporter for enviroplus module by Pimoroni
Stars: ✭ 70 (+288.89%)
Mutual labels:  grafana
docker grafana statsd elk
Docker repo for a general purpose graphing and logging container - includes graphite+carbon, grafana, statsd, elasticsearch, kibana, nginx, logstash indexer (currently using redis as an intermediary)
Stars: ✭ 19 (+5.56%)
Mutual labels:  grafana

App Metrics Elasticsearch App Metrics

Official Site License

What is it?

This repo contains Elasticsearch extension packages to App Metrics.

Latest Builds, Packages & Repo Stats

Branch AppVeyor Travis Coverage
dev AppVeyor Travis Coveralls
master AppVeyor Travis Coveralls
Package Dev Release PreRelease Latest Release
App.Metrics.Reporting.Elasticsearch MyGet Status NuGet Status NuGet Status
App.Metrics.Formatters.Elasticsearch MyGet Status NuGet Status NuGet Status

Grafana/Elasticsearch Web Monitoring

Grafana/Elasticsearch Generic Web Dashboard Demo

Grab the dashboard here

Grafana/Elasticsearch OAuth2 Client Web Monitoring

Grafana/Elasticsearch Generic OAuth2 Web Dashboard Demo

Grab the dashboard here

Grafana/Elasticsearch Web Application Setup

How to build

AppVeyor and Travis CI builds are triggered on commits and PRs to dev and master branches.

See the following for build arguments and running locally.

Configuration Description Default Environment Required
BuildConfiguration The configuration to run the build, Debug or Release Release All Optional
PreReleaseSuffix The pre-release suffix for versioning nuget package artifacts e.g. beta ci All Optional
CoverWith DotCover or OpenCover to calculate and report code coverage, None to skip. When not None, a coverage file and html report will be generated at ./artifacts/coverage OpenCover Windows Only Optional
SkipCodeInspect false to run ReSharper code inspect and report results, true to skip. When true, the code inspection html report and xml output will be generated at ./artifacts/resharper-reports false Windows Only Optional
BuildNumber The build number to use for pre-release versions 0 All Optional
LinkSources Source link support allows source code to be downloaded on demand while debugging true All Optional

Windows

Run build.ps1 from the repositories root directory.

	.\build.ps1'

With Arguments

	.\build.ps1 --ScriptArgs '-BuildConfiguration=Release -PreReleaseSuffix=beta -CoverWith=OpenCover -SkipCodeInspect=false -BuildNumber=1'

Linux & OSX

Run build.sh from the repositories root directory. Code Coverage reports are now supported on Linux and OSX, it will be skipped running in these environments.

	.\build.sh'

With Arguments

	.\build.sh --ScriptArgs '-BuildConfiguration=Release -PreReleaseSuffix=beta -BuildNumber=1'

Contributing

See the contribution guidlines in the main repo for details.

Acknowledgements

Thanks for providing free open source licensing

License

This library is release under Apache 2.0 License ( see LICENSE ) Copyright (c) 2016 Allan Hardy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].