Skip to content
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

Prometheus got error "no token found" while scrape data from Zipkin #4549

Closed
rusbob opened this Issue Aug 27, 2018 · 2 comments

Comments

Projects
None yet
2 participants
@rusbob
Copy link

rusbob commented Aug 27, 2018

Bug Report

What did you do?
Run Prometheus to scrape Zipkin data.

What did you expect to see?
Successful data scraping from Zipkin by Prometheus.

What did you see instead? Under which circumstances?
Multiple error entries in log file:

level=warn ts=2018-08-27T20:44:33.778723085Z caller=scrape.go:713 component="scrape manager" scrape_pool=zipkin target="http://zipkin:9411/metrics?format=prometheus" msg="append failed" err="no token found"

UI error of unavailable Target:
Prometheus Web

Environment

  • System information:
$uname -srm
Linux 4.14.55-68.37.amzn2.x86_64 x86_64
  • Prometheus version:
version: '3.5'
services:
    prometheus:
        image: prom/prometheus:v2.3.2
        ports:
            - "9090:9090"
  • Alertmanager version:
    alertmanager v0.15.2

  • Prometheus configuration file:

global:
    scrape_interval:     15s
    evaluation_interval: 15s
alerting:
    alertmanagers:
        - static_configs:
            - targets: ['alertmanager:9093']
rule_files:
  - alerts.yml
scrape_configs:
  - job_name: 'zipkin'
    scrape_interval: 10s
    scrape_timeout: 5s
    metrics_path: '/metrics'
    params:
      format: ['prometheus']
    static_configs:
      - targets: ['zipkin:9411']
  • Alertmanager configuration file:
groups:
- name: containers
  rules:
  - alert: zipkin_down
    expr: up{job="zipkin"} == 0
    for: 60s
    labels:
      severity: critical
    annotations:
      summary: "Zipkin down"
      description: "Zipkin container at {{ $labels.instance }} is down for more than 60 seconds."
  • Logs:
level=warn ts=2018-08-27T20:44:33.778723085Z caller=scrape.go:713 component="scrape manager" scrape_pool=zipkin target="http://zipkin:9411/metrics?format=prometheus" msg="append failed" err="no token found"
  • Zipkin reply on curl http://zipkin:9411/metrics?format=prometheus
# HELP consul_59ee9846fa0d_autopilot_failure_tolerance consul_59ee9846fa0d_autopilot_failure_tolerance
# TYPE consul_59ee9846fa0d_autopilot_failure_tolerance gauge
consul_59ee9846fa0d_autopilot_failure_tolerance 0
# HELP consul_59ee9846fa0d_autopilot_healthy consul_59ee9846fa0d_autopilot_healthy
# TYPE consul_59ee9846fa0d_autopilot_healthy gauge
consul_59ee9846fa0d_autopilot_healthy 1
# HELP consul_59ee9846fa0d_runtime_alloc_bytes consul_59ee9846fa0d_runtime_alloc_bytes
# TYPE consul_59ee9846fa0d_runtime_alloc_bytes gauge
consul_59ee9846fa0d_runtime_alloc_bytes 8.399944e+06
# HELP consul_59ee9846fa0d_runtime_free_count consul_59ee9846fa0d_runtime_free_count
# TYPE consul_59ee9846fa0d_runtime_free_count gauge
consul_59ee9846fa0d_runtime_free_count 4.8096772e+07
# HELP consul_59ee9846fa0d_runtime_heap_objects consul_59ee9846fa0d_runtime_heap_objects
# TYPE consul_59ee9846fa0d_runtime_heap_objects gauge
consul_59ee9846fa0d_runtime_heap_objects 42709
# HELP consul_59ee9846fa0d_runtime_malloc_count consul_59ee9846fa0d_runtime_malloc_count
# TYPE consul_59ee9846fa0d_runtime_malloc_count gauge
consul_59ee9846fa0d_runtime_malloc_count 4.813948e+07
# HELP consul_59ee9846fa0d_runtime_num_goroutines consul_59ee9846fa0d_runtime_num_goroutines
# TYPE consul_59ee9846fa0d_runtime_num_goroutines gauge
consul_59ee9846fa0d_runtime_num_goroutines 85
# HELP consul_59ee9846fa0d_runtime_sys_bytes consul_59ee9846fa0d_runtime_sys_bytes
# TYPE consul_59ee9846fa0d_runtime_sys_bytes gauge
consul_59ee9846fa0d_runtime_sys_bytes 2.3054584e+07
# HELP consul_59ee9846fa0d_runtime_total_gc_pause_ns consul_59ee9846fa0d_runtime_total_gc_pause_ns
# TYPE consul_59ee9846fa0d_runtime_total_gc_pause_ns gauge
consul_59ee9846fa0d_runtime_total_gc_pause_ns 1.58211424e+08
# HELP consul_59ee9846fa0d_runtime_total_gc_runs consul_59ee9846fa0d_runtime_total_gc_runs
# TYPE consul_59ee9846fa0d_runtime_total_gc_runs gauge
consul_59ee9846fa0d_runtime_total_gc_runs 1103
# HELP consul_59ee9846fa0d_session_ttl_active consul_59ee9846fa0d_session_ttl_active
# TYPE consul_59ee9846fa0d_session_ttl_active gauge
consul_59ee9846fa0d_session_ttl_active 0
# HELP consul_catalog_register consul_catalog_register
# TYPE consul_catalog_register summary
consul_catalog_register{quantile="0.5"} NaN
consul_catalog_register{quantile="0.9"} NaN
consul_catalog_register{quantile="0.99"} NaN
consul_catalog_register_sum 0.8403110206127167
consul_catalog_register_count 3
# HELP consul_client_api_catalog_datacenters consul_client_api_catalog_datacenters
# TYPE consul_client_api_catalog_datacenters counter
consul_client_api_catalog_datacenters{node="consul-server"} 9
# HELP consul_client_api_catalog_services consul_client_api_catalog_services
# TYPE consul_client_api_catalog_services counter
consul_client_api_catalog_services{node="consul-server"} 25812
# HELP consul_client_api_success_catalog_datacenters consul_client_api_success_catalog_datacenters
# TYPE consul_client_api_success_catalog_datacenters counter
consul_client_api_success_catalog_datacenters{node="consul-server"} 9
# HELP consul_client_api_success_catalog_services consul_client_api_success_catalog_services
# TYPE consul_client_api_success_catalog_services counter
consul_client_api_success_catalog_services{node="consul-server"} 25811
# HELP consul_consul_fsm_ca consul_consul_fsm_ca
# TYPE consul_consul_fsm_ca summary
consul_consul_fsm_ca{op="set-config",quantile="0.5"} NaN
consul_consul_fsm_ca{op="set-config",quantile="0.9"} NaN
consul_consul_fsm_ca{op="set-config",quantile="0.99"} NaN
consul_consul_fsm_ca_sum{op="set-config"} 0.05926600098609924
consul_consul_fsm_ca_count{op="set-config"} 1
consul_consul_fsm_ca{op="set-provider-state",quantile="0.5"} NaN
consul_consul_fsm_ca{op="set-provider-state",quantile="0.9"} NaN
consul_consul_fsm_ca{op="set-provider-state",quantile="0.99"} NaN
consul_consul_fsm_ca_sum{op="set-provider-state"} 0.10373400151729584
consul_consul_fsm_ca_count{op="set-provider-state"} 2
consul_consul_fsm_ca{op="set-roots",quantile="0.5"} NaN
consul_consul_fsm_ca{op="set-roots",quantile="0.9"} NaN
consul_consul_fsm_ca{op="set-roots",quantile="0.99"} NaN
consul_consul_fsm_ca_sum{op="set-roots"} 0.0629429966211319
consul_consul_fsm_ca_count{op="set-roots"} 1
# HELP consul_fsm_autopilot consul_fsm_autopilot
# TYPE consul_fsm_autopilot summary
consul_fsm_autopilot{quantile="0.5"} NaN
consul_fsm_autopilot{quantile="0.9"} NaN
consul_fsm_autopilot{quantile="0.99"} NaN
consul_fsm_autopilot_sum 0.022136999294161797
consul_fsm_autopilot_count 1
# HELP consul_fsm_ca consul_fsm_ca
# TYPE consul_fsm_ca summary
consul_fsm_ca{op="set-config",quantile="0.5"} NaN
consul_fsm_ca{op="set-config",quantile="0.9"} NaN
consul_fsm_ca{op="set-config",quantile="0.99"} NaN
consul_fsm_ca_sum{op="set-config"} 0.021973000839352608
consul_fsm_ca_count{op="set-config"} 1
consul_fsm_ca{op="set-provider-state",quantile="0.5"} NaN
consul_fsm_ca{op="set-provider-state",quantile="0.9"} NaN
consul_fsm_ca{op="set-provider-state",quantile="0.99"} NaN
consul_fsm_ca_sum{op="set-provider-state"} 0.050567999482154846
consul_fsm_ca_count{op="set-provider-state"} 2
consul_fsm_ca{op="set-roots",quantile="0.5"} NaN
consul_fsm_ca{op="set-roots",quantile="0.9"} NaN
consul_fsm_ca{op="set-roots",quantile="0.99"} NaN
consul_fsm_ca_sum{op="set-roots"} 0.025239000096917152
consul_fsm_ca_count{op="set-roots"} 1
# HELP consul_fsm_coordinate_batch_update consul_fsm_coordinate_batch_update
# TYPE consul_fsm_coordinate_batch_update summary
consul_fsm_coordinate_batch_update{quantile="0.5"} NaN
consul_fsm_coordinate_batch_update{quantile="0.9"} NaN
consul_fsm_coordinate_batch_update{quantile="0.99"} NaN
consul_fsm_coordinate_batch_update_sum 133.38164304196835
consul_fsm_coordinate_batch_update_count 2190
# HELP consul_fsm_register consul_fsm_register
# TYPE consul_fsm_register summary
consul_fsm_register{quantile="0.5"} NaN
consul_fsm_register{quantile="0.9"} NaN
consul_fsm_register{quantile="0.99"} NaN
consul_fsm_register_sum 0.5695979967713356
consul_fsm_register_count 4
# HELP consul_fsm_tombstone consul_fsm_tombstone
# TYPE consul_fsm_tombstone summary
consul_fsm_tombstone{op="reap",quantile="0.5"} NaN
consul_fsm_tombstone{op="reap",quantile="0.9"} NaN
consul_fsm_tombstone{op="reap",quantile="0.99"} NaN
consul_fsm_tombstone_sum{op="reap"} 0.05443599820137024
consul_fsm_tombstone_count{op="reap"} 1
# HELP consul_http_GET_v1_agent_metrics consul_http_GET_v1_agent_metrics
# TYPE consul_http_GET_v1_agent_metrics summary
consul_http_GET_v1_agent_metrics{quantile="0.5"} NaN
consul_http_GET_v1_agent_metrics{quantile="0.9"} NaN
consul_http_GET_v1_agent_metrics{quantile="0.99"} NaN
consul_http_GET_v1_agent_metrics_sum 37.41767883300781
consul_http_GET_v1_agent_metrics_count 1
# HELP consul_http_GET_v1_catalog_datacenters consul_http_GET_v1_catalog_datacenters
# TYPE consul_http_GET_v1_catalog_datacenters summary
consul_http_GET_v1_catalog_datacenters{quantile="0.5"} NaN
consul_http_GET_v1_catalog_datacenters{quantile="0.9"} NaN
consul_http_GET_v1_catalog_datacenters{quantile="0.99"} NaN
consul_http_GET_v1_catalog_datacenters_sum 4.971139058470726
consul_http_GET_v1_catalog_datacenters_count 9
# HELP consul_http_GET_v1_catalog_services consul_http_GET_v1_catalog_services
# TYPE consul_http_GET_v1_catalog_services summary
consul_http_GET_v1_catalog_services{quantile="0.5"} 2000.6136474609375
consul_http_GET_v1_catalog_services{quantile="0.9"} 2123.0615234375
consul_http_GET_v1_catalog_services{quantile="0.99"} 2123.0615234375
consul_http_GET_v1_catalog_services_sum 3.3009974171029538e+07
consul_http_GET_v1_catalog_services_count 25811
# HELP consul_http_GET_v1_internal_ui_services consul_http_GET_v1_internal_ui_services
# TYPE consul_http_GET_v1_internal_ui_services summary
consul_http_GET_v1_internal_ui_services{quantile="0.5"} NaN
consul_http_GET_v1_internal_ui_services{quantile="0.9"} NaN
consul_http_GET_v1_internal_ui_services{quantile="0.99"} NaN
consul_http_GET_v1_internal_ui_services_sum 7.576516941189766
consul_http_GET_v1_internal_ui_services_count 4
# HELP consul_http_GET_v1_status_leader consul_http_GET_v1_status_leader
# TYPE consul_http_GET_v1_status_leader summary
consul_http_GET_v1_status_leader{quantile="0.5"} NaN
consul_http_GET_v1_status_leader{quantile="0.9"} NaN
consul_http_GET_v1_status_leader{quantile="0.99"} NaN
consul_http_GET_v1_status_leader_sum 551.3502985723317
consul_http_GET_v1_status_leader_count 4901
# HELP consul_http_PUT_v1_agent_service_register consul_http_PUT_v1_agent_service_register
# TYPE consul_http_PUT_v1_agent_service_register summary
consul_http_PUT_v1_agent_service_register{quantile="0.5"} NaN
consul_http_PUT_v1_agent_service_register{quantile="0.9"} NaN
consul_http_PUT_v1_agent_service_register{quantile="0.99"} NaN
consul_http_PUT_v1_agent_service_register_sum 3.709238052368164
consul_http_PUT_v1_agent_service_register_count 1
# HELP consul_leader_barrier consul_leader_barrier
# TYPE consul_leader_barrier summary
consul_leader_barrier{quantile="0.5"} NaN
consul_leader_barrier{quantile="0.9"} NaN
consul_leader_barrier{quantile="0.99"} NaN
consul_leader_barrier_sum 70.91549695655704
consul_leader_barrier_count 818
# HELP consul_leader_reapTombstones consul_leader_reapTombstones
# TYPE consul_leader_reapTombstones summary
consul_leader_reapTombstones{quantile="0.5"} NaN
consul_leader_reapTombstones{quantile="0.9"} NaN
consul_leader_reapTombstones{quantile="0.99"} NaN
consul_leader_reapTombstones_sum 0.30154600739479065
consul_leader_reapTombstones_count 1
# HELP consul_leader_reconcile consul_leader_reconcile
# TYPE consul_leader_reconcile summary
consul_leader_reconcile{quantile="0.5"} NaN
consul_leader_reconcile{quantile="0.9"} NaN
consul_leader_reconcile{quantile="0.99"} NaN
consul_leader_reconcile_sum 88.40433000773191
consul_leader_reconcile_count 818
# HELP consul_leader_reconcileMember consul_leader_reconcileMember
# TYPE consul_leader_reconcileMember summary
consul_leader_reconcileMember{quantile="0.5"} NaN
consul_leader_reconcileMember{quantile="0.9"} NaN
consul_leader_reconcileMember{quantile="0.99"} NaN
consul_leader_reconcileMember_sum 53.186575919389725
consul_leader_reconcileMember_count 818
# HELP consul_memberlist_gossip consul_memberlist_gossip
# TYPE consul_memberlist_gossip summary
consul_memberlist_gossip{quantile="0.5"} 0.008232000283896923
consul_memberlist_gossip{quantile="0.9"} 0.011521999724209309
consul_memberlist_gossip{quantile="0.99"} 0.01524600014090538
consul_memberlist_gossip_sum 8265.361861286452
consul_memberlist_gossip_count 980774
# HELP consul_memberlist_msg_alive consul_memberlist_msg_alive
# TYPE consul_memberlist_msg_alive counter
consul_memberlist_msg_alive 2
# HELP consul_raft_apply consul_raft_apply
# TYPE consul_raft_apply counter
consul_raft_apply 2200
# HELP consul_raft_barrier consul_raft_barrier
# TYPE consul_raft_barrier counter
consul_raft_barrier 818
# HELP consul_raft_commitTime consul_raft_commitTime
# TYPE consul_raft_commitTime summary
consul_raft_commitTime{quantile="0.5"} NaN
consul_raft_commitTime{quantile="0.9"} NaN
consul_raft_commitTime{quantile="0.99"} NaN
consul_raft_commitTime_sum 100.25288897380233
consul_raft_commitTime_count 3019
# HELP consul_raft_fsm_apply consul_raft_fsm_apply
# TYPE consul_raft_fsm_apply summary
consul_raft_fsm_apply{quantile="0.5"} NaN
consul_raft_fsm_apply{quantile="0.9"} NaN
consul_raft_fsm_apply{quantile="0.99"} NaN
consul_raft_fsm_apply_sum 262.4320909753442
consul_raft_fsm_apply_count 2200
# HELP consul_raft_leader_dispatchLog consul_raft_leader_dispatchLog
# TYPE consul_raft_leader_dispatchLog summary
consul_raft_leader_dispatchLog{quantile="0.5"} NaN
consul_raft_leader_dispatchLog{quantile="0.9"} NaN
consul_raft_leader_dispatchLog{quantile="0.99"} NaN
consul_raft_leader_dispatchLog_sum 31.059566986979917
consul_raft_leader_dispatchLog_count 3019
# HELP consul_raft_state_candidate consul_raft_state_candidate
# TYPE consul_raft_state_candidate counter
consul_raft_state_candidate 1
# HELP consul_raft_state_follower consul_raft_state_follower
# TYPE consul_raft_state_follower counter
consul_raft_state_follower 1
# HELP consul_raft_state_leader consul_raft_state_leader
# TYPE consul_raft_state_leader counter
consul_raft_state_leader 1
# HELP consul_raft_transition_heartbeat_timeout consul_raft_transition_heartbeat_timeout
# TYPE consul_raft_transition_heartbeat_timeout counter
consul_raft_transition_heartbeat_timeout 1
# HELP consul_rpc_accept_conn consul_rpc_accept_conn
# TYPE consul_rpc_accept_conn counter
consul_rpc_accept_conn 1
# HELP consul_rpc_query consul_rpc_query
# TYPE consul_rpc_query counter
consul_rpc_query 26914
# HELP consul_rpc_request consul_rpc_request
# TYPE consul_rpc_request counter
consul_rpc_request 24845
# HELP consul_runtime_gc_pause_ns consul_runtime_gc_pause_ns
# TYPE consul_runtime_gc_pause_ns summary
consul_runtime_gc_pause_ns{quantile="0.5"} 115206
consul_runtime_gc_pause_ns{quantile="0.9"} 115206
consul_runtime_gc_pause_ns{quantile="0.99"} 115206
consul_runtime_gc_pause_ns_sum 1.58211431e+08
consul_runtime_gc_pause_ns_count 1103
# HELP consul_serf_events consul_serf_events
# TYPE consul_serf_events counter
consul_serf_events 1
# HELP consul_serf_events_consul:new_leader consul_serf_events_consul:new_leader
# TYPE consul_serf_events_consul:new_leader counter
consul_serf_events_consul:new_leader 1
# HELP consul_serf_member_join consul_serf_member_join
# TYPE consul_serf_member_join counter
consul_serf_member_join 2
# HELP consul_serf_queue_Event consul_serf_queue_Event
# TYPE consul_serf_queue_Event summary
consul_serf_queue_Event{quantile="0.5"} NaN
consul_serf_queue_Event{quantile="0.9"} NaN
consul_serf_queue_Event{quantile="0.99"} NaN
consul_serf_queue_Event_sum 1634
consul_serf_queue_Event_count 3268
# HELP consul_serf_queue_Intent consul_serf_queue_Intent
# TYPE consul_serf_queue_Intent summary
consul_serf_queue_Intent{quantile="0.5"} NaN
consul_serf_queue_Intent{quantile="0.9"} NaN
consul_serf_queue_Intent{quantile="0.99"} NaN
consul_serf_queue_Intent_sum 0
consul_serf_queue_Intent_count 3268
# HELP consul_serf_queue_Query consul_serf_queue_Query
# TYPE consul_serf_queue_Query summary
consul_serf_queue_Query{quantile="0.5"} NaN
consul_serf_queue_Query{quantile="0.9"} NaN
consul_serf_queue_Query{quantile="0.99"} NaN
consul_serf_queue_Query_sum 0
consul_serf_queue_Query_count 3268
# HELP go_gc_duration_seconds A summary of the GC invocation durations.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 2.7748e-05
go_gc_duration_seconds{quantile="0.25"} 4.1743e-05
go_gc_duration_seconds{quantile="0.5"} 7.6225e-05
go_gc_duration_seconds{quantile="0.75"} 0.000173462
go_gc_duration_seconds{quantile="1"} 0.002235819
go_gc_duration_seconds_sum 0.158211431
go_gc_duration_seconds_count 1103
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 90
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.10.1"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 8.546112e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 6.195137648e+09
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 1.631358e+06
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 4.8096861e+07
# HELP go_memstats_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started.
# TYPE go_memstats_gc_cpu_fraction gauge
go_memstats_gc_cpu_fraction 1.1926423765371508e-05
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 847872
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 8.546112e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 7.520256e+06
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 1.1354112e+07
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 43218
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 81920
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 1.8874368e+07
# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
# TYPE go_memstats_last_gc_time_seconds gauge
go_memstats_last_gc_time_seconds 1.5354030438867774e+09
# HELP go_memstats_lookups_total Total number of pointer lookups.
# TYPE go_memstats_lookups_total counter
go_memstats_lookups_total 16445
# HELP go_memstats_mallocs_total Total number of mallocs.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 4.8140079e+07
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 3472
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 16384
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 159448
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 180224
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 1.387824e+07
# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations.
# TYPE go_memstats_other_sys_bytes gauge
go_memstats_other_sys_bytes 455802
# HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 1.048576e+06
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 1.048576e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 2.3054584e+07
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 11
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 491.78
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1024
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 27
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 2.8217344e+07
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.5353540132e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 6.7805184e+07
@simonpasquier

This comment has been minimized.

Copy link
Member

simonpasquier commented Aug 28, 2018

Thanks for your report. It looks as if this is actually a question about usage and not development. no token found is an indication that the exposed metrics aren't valid, you can use the promtool check metrics command to troubleshoot further. Also the output you've pasted doesn't seem to be about Zipkin metrics.

To make your question, and all replies, easier to find, we suggest you move this over to our user mailing list, which you can also search. If you prefer more interactive help, join or our IRC channel, #prometheus on irc.freenode.net. Please be aware that our IRC channel has no logs, is not searchable, and that people might not answer quickly if they are busy or asleep. If in doubt, you should choose the mailing list.

Once your questions have been answered, please add a short line pointing to relevant replies in case anyone stumbles here via a search engine in the future.

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 22, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 22, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.